Versions in this module Expand all Collapse all v1 v1.0.1 Mar 26, 2021 v1.0.0 Mar 22, 2021 Changes in this version + const HTTPAPIPort + const PeerPort + const PortChangePeriod + const RPCAPIPort + var AccountDatasetProperty_name = map[int32]string + var AccountDatasetProperty_value = map[string]int32 + var AccountType_name = map[int32]string + var AccountType_value = map[string]int32 + var BitcoinPublicKeyFormat_name = map[int32]string + var BitcoinPublicKeyFormat_value = map[string]int32 + var EscrowApproval_name = map[int32]string + var EscrowApproval_value = map[string]int32 + var EscrowStatus_name = map[int32]string + var EscrowStatus_value = map[string]int32 + var EventType_name = map[int32]string + var EventType_value = map[string]int32 + var FeeVotePhase_name = map[int32]string + var FeeVotePhase_value = map[string]int32 + var LiquidPaymentStatus_name = map[int32]string + var LiquidPaymentStatus_value = map[string]int32 + var NodeAddressStatus_name = map[int32]string + var NodeAddressStatus_value = map[string]int32 + var NodeRegistrationState_name = map[int32]string + var NodeRegistrationState_value = map[string]int32 + var OrderBy_name = map[int32]string + var OrderBy_value = map[string]int32 + var PendingTransactionStatus_name = map[int32]string + var PendingTransactionStatus_value = map[string]int32 + var PrivateKeyBytesLength_name = map[int32]string + var PrivateKeyBytesLength_value = map[string]int32 + var RequestType_name = map[int32]string + var RequestType_value = map[string]int32 + var SignatureType_name = map[int32]string + var SignatureType_value = map[string]int32 + var SpineBlockManifestType_name = map[int32]string + var SpineBlockManifestType_value = map[string]int32 + var SpinePublicKeyAction_name = map[int32]string + var SpinePublicKeyAction_value = map[string]int32 + var TransactionType_name = map[int32]string + var TransactionType_value = map[string]int32 + type AccountAddress struct + AccountAddress []byte + AccountPublicKey []byte + AccountType int32 + EncodedAccount string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountAddress) Descriptor() ([]byte, []int) + func (*AccountAddress) ProtoMessage() + func (m *AccountAddress) GetAccountAddress() []byte + func (m *AccountAddress) GetAccountPublicKey() []byte + func (m *AccountAddress) GetAccountType() int32 + func (m *AccountAddress) GetEncodedAccount() string + func (m *AccountAddress) Reset() + func (m *AccountAddress) String() string + func (m *AccountAddress) XXX_DiscardUnknown() + func (m *AccountAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountAddress) XXX_Merge(src proto.Message) + func (m *AccountAddress) XXX_Size() int + func (m *AccountAddress) XXX_Unmarshal(b []byte) error + type AccountBalance struct + AccountAddress []byte + Balance int64 + BlockHeight uint32 + Latest bool + PopRevenue int64 + SpendableBalance int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountBalance) Descriptor() ([]byte, []int) + func (*AccountBalance) ProtoMessage() + func (m *AccountBalance) GetAccountAddress() []byte + func (m *AccountBalance) GetBalance() int64 + func (m *AccountBalance) GetBlockHeight() uint32 + func (m *AccountBalance) GetLatest() bool + func (m *AccountBalance) GetPopRevenue() int64 + func (m *AccountBalance) GetSpendableBalance() int64 + func (m *AccountBalance) Reset() + func (m *AccountBalance) String() string + func (m *AccountBalance) XXX_DiscardUnknown() + func (m *AccountBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountBalance) XXX_Merge(src proto.Message) + func (m *AccountBalance) XXX_Size() int + func (m *AccountBalance) XXX_Unmarshal(b []byte) error + type AccountDataset struct + Height uint32 + IsActive bool + Latest bool + Property string + RecipientAccountAddress []byte + SetterAccountAddress []byte + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountDataset) Descriptor() ([]byte, []int) + func (*AccountDataset) ProtoMessage() + func (m *AccountDataset) GetHeight() uint32 + func (m *AccountDataset) GetIsActive() bool + func (m *AccountDataset) GetLatest() bool + func (m *AccountDataset) GetProperty() string + func (m *AccountDataset) GetRecipientAccountAddress() []byte + func (m *AccountDataset) GetSetterAccountAddress() []byte + func (m *AccountDataset) GetValue() string + func (m *AccountDataset) Reset() + func (m *AccountDataset) String() string + func (m *AccountDataset) XXX_DiscardUnknown() + func (m *AccountDataset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountDataset) XXX_Merge(src proto.Message) + func (m *AccountDataset) XXX_Size() int + func (m *AccountDataset) XXX_Unmarshal(b []byte) error + type AccountDatasetProperty int32 + const AccountDatasetProperty_AccountDatasetEscrowApproval + func (AccountDatasetProperty) EnumDescriptor() ([]byte, []int) + func (x AccountDatasetProperty) String() string + type AccountLedger struct + AccountAddress []byte + BalanceChange int64 + BlockHeight uint32 + EventType EventType + Timestamp uint64 + TransactionID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountLedger) Descriptor() ([]byte, []int) + func (*AccountLedger) ProtoMessage() + func (m *AccountLedger) GetAccountAddress() []byte + func (m *AccountLedger) GetBalanceChange() int64 + func (m *AccountLedger) GetBlockHeight() uint32 + func (m *AccountLedger) GetEventType() EventType + func (m *AccountLedger) GetTimestamp() uint64 + func (m *AccountLedger) GetTransactionID() int64 + func (m *AccountLedger) Reset() + func (m *AccountLedger) String() string + func (m *AccountLedger) XXX_DiscardUnknown() + func (m *AccountLedger) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountLedger) XXX_Merge(src proto.Message) + func (m *AccountLedger) XXX_Size() int + func (m *AccountLedger) XXX_Unmarshal(b []byte) error + type AccountType int32 + const AccountType_BTCAccountType + const AccountType_ETHAccountType + const AccountType_EmptyAccountType + const AccountType_EstoniaEidAccountType + const AccountType_ZbcAccountType + func (AccountType) EnumDescriptor() ([]byte, []int) + func (x AccountType) String() string + type ApprovalEscrowTransactionBody struct + Approval EscrowApproval + TransactionID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApprovalEscrowTransactionBody) Descriptor() ([]byte, []int) + func (*ApprovalEscrowTransactionBody) ProtoMessage() + func (m *ApprovalEscrowTransactionBody) GetApproval() EscrowApproval + func (m *ApprovalEscrowTransactionBody) GetTransactionID() int64 + func (m *ApprovalEscrowTransactionBody) Reset() + func (m *ApprovalEscrowTransactionBody) String() string + func (m *ApprovalEscrowTransactionBody) XXX_DiscardUnknown() + func (m *ApprovalEscrowTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApprovalEscrowTransactionBody) XXX_Merge(src proto.Message) + func (m *ApprovalEscrowTransactionBody) XXX_Size() int + func (m *ApprovalEscrowTransactionBody) XXX_Unmarshal(b []byte) error + type BatchReceipt struct + RMRBatch []byte + RMRBatchIndex uint32 + Receipt *Receipt + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BatchReceipt) Descriptor() ([]byte, []int) + func (*BatchReceipt) ProtoMessage() + func (m *BatchReceipt) GetRMRBatch() []byte + func (m *BatchReceipt) GetRMRBatchIndex() uint32 + func (m *BatchReceipt) GetReceipt() *Receipt + func (m *BatchReceipt) Reset() + func (m *BatchReceipt) String() string + func (m *BatchReceipt) XXX_DiscardUnknown() + func (m *BatchReceipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BatchReceipt) XXX_Merge(src proto.Message) + func (m *BatchReceipt) XXX_Size() int + func (m *BatchReceipt) XXX_Unmarshal(b []byte) error + type BitcoinPublicKeyFormat int32 + const BitcoinPublicKeyFormat_PublicKeyFormatCompressed + const BitcoinPublicKeyFormat_PublicKeyFormatUncompressed + func (BitcoinPublicKeyFormat) EnumDescriptor() ([]byte, []int) + func (x BitcoinPublicKeyFormat) String() string + type Block struct + BlockHash []byte + BlockSeed []byte + BlockSignature []byte + BlocksmithPublicKey []byte + CumulativeDifficulty string + Height uint32 + ID int64 + MerkleRoot []byte + MerkleTree []byte + PayloadHash []byte + PayloadLength uint32 + PreviousBlockHash []byte + PublishedReceipts []*PublishedReceipt + ReferenceBlockHeight uint32 + SpineBlockManifests []*SpineBlockManifest + SpinePublicKeys []*SpinePublicKey + Timestamp int64 + TotalAmount int64 + TotalCoinBase int64 + TotalFee int64 + TransactionIDs []int64 + Transactions []*Transaction + Version uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Block) Descriptor() ([]byte, []int) + func (*Block) ProtoMessage() + func (m *Block) GetBlockHash() []byte + func (m *Block) GetBlockSeed() []byte + func (m *Block) GetBlockSignature() []byte + func (m *Block) GetBlocksmithPublicKey() []byte + func (m *Block) GetCumulativeDifficulty() string + func (m *Block) GetHeight() uint32 + func (m *Block) GetID() int64 + func (m *Block) GetMerkleRoot() []byte + func (m *Block) GetMerkleTree() []byte + func (m *Block) GetPayloadHash() []byte + func (m *Block) GetPayloadLength() uint32 + func (m *Block) GetPreviousBlockHash() []byte + func (m *Block) GetPublishedReceipts() []*PublishedReceipt + func (m *Block) GetReferenceBlockHeight() uint32 + func (m *Block) GetSpineBlockManifests() []*SpineBlockManifest + func (m *Block) GetSpinePublicKeys() []*SpinePublicKey + func (m *Block) GetTimestamp() int64 + func (m *Block) GetTotalAmount() int64 + func (m *Block) GetTotalCoinBase() int64 + func (m *Block) GetTotalFee() int64 + func (m *Block) GetTransactionIDs() []int64 + func (m *Block) GetTransactions() []*Transaction + func (m *Block) GetVersion() uint32 + func (m *Block) Reset() + func (m *Block) String() string + func (m *Block) XXX_DiscardUnknown() + func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Block) XXX_Merge(src proto.Message) + func (m *Block) XXX_Size() int + func (m *Block) XXX_Unmarshal(b []byte) error + type BlockExtendedInfo struct + Block *Block + BlocksmithAccountAddress []byte + PopChange int64 + ReceiptValue int64 + SkippedBlocksmiths []*SkippedBlocksmith + TotalReceipts int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockExtendedInfo) Descriptor() ([]byte, []int) + func (*BlockExtendedInfo) ProtoMessage() + func (m *BlockExtendedInfo) GetBlock() *Block + func (m *BlockExtendedInfo) GetBlocksmithAccountAddress() []byte + func (m *BlockExtendedInfo) GetPopChange() int64 + func (m *BlockExtendedInfo) GetReceiptValue() int64 + func (m *BlockExtendedInfo) GetSkippedBlocksmiths() []*SkippedBlocksmith + func (m *BlockExtendedInfo) GetTotalReceipts() int64 + func (m *BlockExtendedInfo) Reset() + func (m *BlockExtendedInfo) String() string + func (m *BlockExtendedInfo) XXX_DiscardUnknown() + func (m *BlockExtendedInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockExtendedInfo) XXX_Merge(src proto.Message) + func (m *BlockExtendedInfo) XXX_Size() int + func (m *BlockExtendedInfo) XXX_Unmarshal(b []byte) error + type BlockIdsResponse struct + BlockIds []int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockIdsResponse) Descriptor() ([]byte, []int) + func (*BlockIdsResponse) ProtoMessage() + func (m *BlockIdsResponse) GetBlockIds() []int64 + func (m *BlockIdsResponse) Reset() + func (m *BlockIdsResponse) String() string + func (m *BlockIdsResponse) XXX_DiscardUnknown() + func (m *BlockIdsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockIdsResponse) XXX_Merge(src proto.Message) + func (m *BlockIdsResponse) XXX_Size() int + func (m *BlockIdsResponse) XXX_Unmarshal(b []byte) error + type BlocksData struct + NextBlocks []*Block + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlocksData) Descriptor() ([]byte, []int) + func (*BlocksData) ProtoMessage() + func (m *BlocksData) GetNextBlocks() []*Block + func (m *BlocksData) Reset() + func (m *BlocksData) String() string + func (m *BlocksData) XXX_DiscardUnknown() + func (m *BlocksData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlocksData) XXX_Merge(src proto.Message) + func (m *BlocksData) XXX_Size() int + func (m *BlocksData) XXX_Unmarshal(b []byte) error + type Blocksmith struct + NodeID int64 + NodePublicKey []byte + Score *big.Int + SecretPhrase string + func NewBlocksmith(nodeSecretPhrase string, nodePublicKey []byte, nodeID int64) *Blocksmith + type CPUInformation struct + CPUIndex int32 + CacheSize int32 + CoreID string + Cores int32 + Family string + Mhz float64 + Model string + ModelName string + UsedPercent float64 + VendorId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CPUInformation) Descriptor() ([]byte, []int) + func (*CPUInformation) ProtoMessage() + func (m *CPUInformation) GetCPUIndex() int32 + func (m *CPUInformation) GetCacheSize() int32 + func (m *CPUInformation) GetCoreID() string + func (m *CPUInformation) GetCores() int32 + func (m *CPUInformation) GetFamily() string + func (m *CPUInformation) GetMhz() float64 + func (m *CPUInformation) GetModel() string + func (m *CPUInformation) GetModelName() string + func (m *CPUInformation) GetUsedPercent() float64 + func (m *CPUInformation) GetVendorId() string + func (m *CPUInformation) Reset() + func (m *CPUInformation) String() string + func (m *CPUInformation) XXX_DiscardUnknown() + func (m *CPUInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CPUInformation) XXX_Merge(src proto.Message) + func (m *CPUInformation) XXX_Size() int + func (m *CPUInformation) XXX_Unmarshal(b []byte) error + type ChainStatus struct + ChainType int32 + Height uint32 + LastBlock *Block + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChainStatus) Descriptor() ([]byte, []int) + func (*ChainStatus) ProtoMessage() + func (m *ChainStatus) GetChainType() int32 + func (m *ChainStatus) GetHeight() uint32 + func (m *ChainStatus) GetLastBlock() *Block + func (m *ChainStatus) Reset() + func (m *ChainStatus) String() string + func (m *ChainStatus) XXX_DiscardUnknown() + func (m *ChainStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChainStatus) XXX_Merge(src proto.Message) + func (m *ChainStatus) XXX_Size() int + func (m *ChainStatus) XXX_Unmarshal(b []byte) error + type ClaimNodeRegistrationTransactionBody struct + NodePublicKey []byte + Poown *ProofOfOwnership + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClaimNodeRegistrationTransactionBody) Descriptor() ([]byte, []int) + func (*ClaimNodeRegistrationTransactionBody) ProtoMessage() + func (m *ClaimNodeRegistrationTransactionBody) GetNodePublicKey() []byte + func (m *ClaimNodeRegistrationTransactionBody) GetPoown() *ProofOfOwnership + func (m *ClaimNodeRegistrationTransactionBody) Reset() + func (m *ClaimNodeRegistrationTransactionBody) String() string + func (m *ClaimNodeRegistrationTransactionBody) XXX_DiscardUnknown() + func (m *ClaimNodeRegistrationTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClaimNodeRegistrationTransactionBody) XXX_Merge(src proto.Message) + func (m *ClaimNodeRegistrationTransactionBody) XXX_Size() int + func (m *ClaimNodeRegistrationTransactionBody) XXX_Unmarshal(b []byte) error + type Config struct + APICertFile string + APIKeyFile string + AntiSpamCPULimitPercentage int + AntiSpamFilter bool + AntiSpamP2PRequestLimit int + CPUProfilingPort int + CliMonitoring bool + ConfigFileExist bool + DatabaseFileName string + HTTPAPIPort int + IsNodeAddressDynamic bool + LogOnCli bool + MaxAPIRequestPerSecond uint32 + MonitoringPort int + MyAddress string + NodeKey *NodeKey + NodeKeyFileName string + NodeSeed string + OwnerAccountAddress []byte + OwnerAccountAddressHex string + OwnerAccountAddressTypeInt int32 + OwnerEncodedAccountAddress string + PeerPort uint32 + RPCAPIPort int + ResourcePath string + Smithing bool + SnapshotPath string + WellknownPeers []string + func NewConfig() *Config + type Empty struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (m *Empty) Reset() + func (m *Empty) String() string + func (m *Empty) XXX_DiscardUnknown() + func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Empty) XXX_Merge(src proto.Message) + func (m *Empty) XXX_Size() int + func (m *Empty) XXX_Unmarshal(b []byte) error + type EmptyTransactionBody struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EmptyTransactionBody) Descriptor() ([]byte, []int) + func (*EmptyTransactionBody) ProtoMessage() + func (m *EmptyTransactionBody) Reset() + func (m *EmptyTransactionBody) String() string + func (m *EmptyTransactionBody) XXX_DiscardUnknown() + func (m *EmptyTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EmptyTransactionBody) XXX_Merge(src proto.Message) + func (m *EmptyTransactionBody) XXX_Size() int + func (m *EmptyTransactionBody) XXX_Unmarshal(b []byte) error + type Escrow struct + Amount int64 + ApproverAddress []byte + BlockHeight uint32 + Commission int64 + ID int64 + Instruction string + Latest bool + RecipientAddress []byte + SenderAddress []byte + Status EscrowStatus + Timeout int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Escrow) Descriptor() ([]byte, []int) + func (*Escrow) ProtoMessage() + func (m *Escrow) GetAmount() int64 + func (m *Escrow) GetApproverAddress() []byte + func (m *Escrow) GetBlockHeight() uint32 + func (m *Escrow) GetCommission() int64 + func (m *Escrow) GetID() int64 + func (m *Escrow) GetInstruction() string + func (m *Escrow) GetLatest() bool + func (m *Escrow) GetRecipientAddress() []byte + func (m *Escrow) GetSenderAddress() []byte + func (m *Escrow) GetStatus() EscrowStatus + func (m *Escrow) GetTimeout() int64 + func (m *Escrow) Reset() + func (m *Escrow) String() string + func (m *Escrow) XXX_DiscardUnknown() + func (m *Escrow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Escrow) XXX_Merge(src proto.Message) + func (m *Escrow) XXX_Size() int + func (m *Escrow) XXX_Unmarshal(b []byte) error + type EscrowApproval int32 + const EscrowApproval_Approve + const EscrowApproval_Expire + const EscrowApproval_Reject + func (EscrowApproval) EnumDescriptor() ([]byte, []int) + func (x EscrowApproval) String() string + type EscrowStatus int32 + const EscrowStatus_Approved + const EscrowStatus_Expired + const EscrowStatus_Pending + const EscrowStatus_Rejected + func (EscrowStatus) EnumDescriptor() ([]byte, []int) + func (x EscrowStatus) String() string + type EventType int32 + const EventType_EventAny + const EventType_EventApprovalEscrowTransaction + const EventType_EventClaimNodeRegistrationTransaction + const EventType_EventEscrowedTransaction + const EventType_EventFeeVoteCommitTransaction + const EventType_EventFeeVoteRevealTransaction + const EventType_EventLiquidPaymentPaidTransaction + const EventType_EventLiquidPaymentStopTransaction + const EventType_EventLiquidPaymentTransaction + const EventType_EventMultiSignatureTransaction + const EventType_EventNodeRegistrationTransaction + const EventType_EventRemoveAccountDatasetTransaction + const EventType_EventRemoveNodeRegistrationTransaction + const EventType_EventReward + const EventType_EventSendZBCTransaction + const EventType_EventSetupAccountDatasetTransaction + const EventType_EventUpdateNodeRegistrationTransaction + func (EventType) EnumDescriptor() ([]byte, []int) + func (x EventType) String() string + type FeeScale struct + BlockHeight uint32 + FeeScale int64 + Latest bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FeeScale) Descriptor() ([]byte, []int) + func (*FeeScale) ProtoMessage() + func (m *FeeScale) GetBlockHeight() uint32 + func (m *FeeScale) GetFeeScale() int64 + func (m *FeeScale) GetLatest() bool + func (m *FeeScale) Reset() + func (m *FeeScale) String() string + func (m *FeeScale) XXX_DiscardUnknown() + func (m *FeeScale) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeeScale) XXX_Merge(src proto.Message) + func (m *FeeScale) XXX_Size() int + func (m *FeeScale) XXX_Unmarshal(b []byte) error + type FeeVoteCommitTransactionBody struct + VoteHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FeeVoteCommitTransactionBody) Descriptor() ([]byte, []int) + func (*FeeVoteCommitTransactionBody) ProtoMessage() + func (m *FeeVoteCommitTransactionBody) GetVoteHash() []byte + func (m *FeeVoteCommitTransactionBody) Reset() + func (m *FeeVoteCommitTransactionBody) String() string + func (m *FeeVoteCommitTransactionBody) XXX_DiscardUnknown() + func (m *FeeVoteCommitTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeeVoteCommitTransactionBody) XXX_Merge(src proto.Message) + func (m *FeeVoteCommitTransactionBody) XXX_Size() int + func (m *FeeVoteCommitTransactionBody) XXX_Unmarshal(b []byte) error + type FeeVoteCommitmentVote struct + BlockHeight uint32 + VoteHash []byte + VoterAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FeeVoteCommitmentVote) Descriptor() ([]byte, []int) + func (*FeeVoteCommitmentVote) ProtoMessage() + func (m *FeeVoteCommitmentVote) GetBlockHeight() uint32 + func (m *FeeVoteCommitmentVote) GetVoteHash() []byte + func (m *FeeVoteCommitmentVote) GetVoterAddress() []byte + func (m *FeeVoteCommitmentVote) Reset() + func (m *FeeVoteCommitmentVote) String() string + func (m *FeeVoteCommitmentVote) XXX_DiscardUnknown() + func (m *FeeVoteCommitmentVote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeeVoteCommitmentVote) XXX_Merge(src proto.Message) + func (m *FeeVoteCommitmentVote) XXX_Size() int + func (m *FeeVoteCommitmentVote) XXX_Unmarshal(b []byte) error + type FeeVoteInfo struct + FeeVote int64 + RecentBlockHash []byte + RecentBlockHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FeeVoteInfo) Descriptor() ([]byte, []int) + func (*FeeVoteInfo) ProtoMessage() + func (m *FeeVoteInfo) GetFeeVote() int64 + func (m *FeeVoteInfo) GetRecentBlockHash() []byte + func (m *FeeVoteInfo) GetRecentBlockHeight() uint32 + func (m *FeeVoteInfo) Reset() + func (m *FeeVoteInfo) String() string + func (m *FeeVoteInfo) XXX_DiscardUnknown() + func (m *FeeVoteInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeeVoteInfo) XXX_Merge(src proto.Message) + func (m *FeeVoteInfo) XXX_Size() int + func (m *FeeVoteInfo) XXX_Unmarshal(b []byte) error + type FeeVotePhase int32 + const FeeVotePhase_FeeVotePhaseAdjust + const FeeVotePhase_FeeVotePhaseCommmit + const FeeVotePhase_FeeVotePhaseReveal + func (FeeVotePhase) EnumDescriptor() ([]byte, []int) + func (x FeeVotePhase) String() string + type FeeVoteRevealTransactionBody struct + FeeVoteInfo *FeeVoteInfo + VoterSignature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FeeVoteRevealTransactionBody) Descriptor() ([]byte, []int) + func (*FeeVoteRevealTransactionBody) ProtoMessage() + func (m *FeeVoteRevealTransactionBody) GetFeeVoteInfo() *FeeVoteInfo + func (m *FeeVoteRevealTransactionBody) GetVoterSignature() []byte + func (m *FeeVoteRevealTransactionBody) Reset() + func (m *FeeVoteRevealTransactionBody) String() string + func (m *FeeVoteRevealTransactionBody) XXX_DiscardUnknown() + func (m *FeeVoteRevealTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeeVoteRevealTransactionBody) XXX_Merge(src proto.Message) + func (m *FeeVoteRevealTransactionBody) XXX_Size() int + func (m *FeeVoteRevealTransactionBody) XXX_Unmarshal(b []byte) error + type FeeVoteRevealVote struct + BlockHeight uint32 + VoteInfo *FeeVoteInfo + VoterAddress []byte + VoterSignature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FeeVoteRevealVote) Descriptor() ([]byte, []int) + func (*FeeVoteRevealVote) ProtoMessage() + func (m *FeeVoteRevealVote) GetBlockHeight() uint32 + func (m *FeeVoteRevealVote) GetVoteInfo() *FeeVoteInfo + func (m *FeeVoteRevealVote) GetVoterAddress() []byte + func (m *FeeVoteRevealVote) GetVoterSignature() []byte + func (m *FeeVoteRevealVote) Reset() + func (m *FeeVoteRevealVote) String() string + func (m *FeeVoteRevealVote) XXX_DiscardUnknown() + func (m *FeeVoteRevealVote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FeeVoteRevealVote) XXX_Merge(src proto.Message) + func (m *FeeVoteRevealVote) XXX_Size() int + func (m *FeeVoteRevealVote) XXX_Unmarshal(b []byte) error + type FileDownloadRequest struct + FileChunkNames []string + SnapshotHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileDownloadRequest) Descriptor() ([]byte, []int) + func (*FileDownloadRequest) ProtoMessage() + func (m *FileDownloadRequest) GetFileChunkNames() []string + func (m *FileDownloadRequest) GetSnapshotHash() []byte + func (m *FileDownloadRequest) Reset() + func (m *FileDownloadRequest) String() string + func (m *FileDownloadRequest) XXX_DiscardUnknown() + func (m *FileDownloadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileDownloadRequest) XXX_Merge(src proto.Message) + func (m *FileDownloadRequest) XXX_Size() int + func (m *FileDownloadRequest) XXX_Unmarshal(b []byte) error + type FileDownloadResponse struct + Failed []string + FileChunks [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileDownloadResponse) Descriptor() ([]byte, []int) + func (*FileDownloadResponse) ProtoMessage() + func (m *FileDownloadResponse) GetFailed() []string + func (m *FileDownloadResponse) GetFileChunks() [][]byte + func (m *FileDownloadResponse) Reset() + func (m *FileDownloadResponse) String() string + func (m *FileDownloadResponse) XXX_DiscardUnknown() + func (m *FileDownloadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileDownloadResponse) XXX_Merge(src proto.Message) + func (m *FileDownloadResponse) XXX_Size() int + func (m *FileDownloadResponse) XXX_Unmarshal(b []byte) error + type GenerateNodeKeyRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GenerateNodeKeyRequest) Descriptor() ([]byte, []int) + func (*GenerateNodeKeyRequest) ProtoMessage() + func (m *GenerateNodeKeyRequest) Reset() + func (m *GenerateNodeKeyRequest) String() string + func (m *GenerateNodeKeyRequest) XXX_DiscardUnknown() + func (m *GenerateNodeKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenerateNodeKeyRequest) XXX_Merge(src proto.Message) + func (m *GenerateNodeKeyRequest) XXX_Size() int + func (m *GenerateNodeKeyRequest) XXX_Unmarshal(b []byte) error + type GenerateNodeKeyResponse struct + NodePublicKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GenerateNodeKeyResponse) Descriptor() ([]byte, []int) + func (*GenerateNodeKeyResponse) ProtoMessage() + func (m *GenerateNodeKeyResponse) GetNodePublicKey() []byte + func (m *GenerateNodeKeyResponse) Reset() + func (m *GenerateNodeKeyResponse) String() string + func (m *GenerateNodeKeyResponse) XXX_DiscardUnknown() + func (m *GenerateNodeKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenerateNodeKeyResponse) XXX_Merge(src proto.Message) + func (m *GenerateNodeKeyResponse) XXX_Size() int + func (m *GenerateNodeKeyResponse) XXX_Unmarshal(b []byte) error + type GetAccountBalanceRequest struct + AccountAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountBalanceRequest) Descriptor() ([]byte, []int) + func (*GetAccountBalanceRequest) ProtoMessage() + func (m *GetAccountBalanceRequest) GetAccountAddress() []byte + func (m *GetAccountBalanceRequest) Reset() + func (m *GetAccountBalanceRequest) String() string + func (m *GetAccountBalanceRequest) XXX_DiscardUnknown() + func (m *GetAccountBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountBalanceRequest) XXX_Merge(src proto.Message) + func (m *GetAccountBalanceRequest) XXX_Size() int + func (m *GetAccountBalanceRequest) XXX_Unmarshal(b []byte) error + type GetAccountBalanceResponse struct + AccountBalance *AccountBalance + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountBalanceResponse) Descriptor() ([]byte, []int) + func (*GetAccountBalanceResponse) ProtoMessage() + func (m *GetAccountBalanceResponse) GetAccountBalance() *AccountBalance + func (m *GetAccountBalanceResponse) Reset() + func (m *GetAccountBalanceResponse) String() string + func (m *GetAccountBalanceResponse) XXX_DiscardUnknown() + func (m *GetAccountBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountBalanceResponse) XXX_Merge(src proto.Message) + func (m *GetAccountBalanceResponse) XXX_Size() int + func (m *GetAccountBalanceResponse) XXX_Unmarshal(b []byte) error + type GetAccountBalancesRequest struct + AccountAddresses [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountBalancesRequest) Descriptor() ([]byte, []int) + func (*GetAccountBalancesRequest) ProtoMessage() + func (m *GetAccountBalancesRequest) GetAccountAddresses() [][]byte + func (m *GetAccountBalancesRequest) Reset() + func (m *GetAccountBalancesRequest) String() string + func (m *GetAccountBalancesRequest) XXX_DiscardUnknown() + func (m *GetAccountBalancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountBalancesRequest) XXX_Merge(src proto.Message) + func (m *GetAccountBalancesRequest) XXX_Size() int + func (m *GetAccountBalancesRequest) XXX_Unmarshal(b []byte) error + type GetAccountBalancesResponse struct + AccountBalanceSize uint32 + AccountBalances []*AccountBalance + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountBalancesResponse) Descriptor() ([]byte, []int) + func (*GetAccountBalancesResponse) ProtoMessage() + func (m *GetAccountBalancesResponse) GetAccountBalanceSize() uint32 + func (m *GetAccountBalancesResponse) GetAccountBalances() []*AccountBalance + func (m *GetAccountBalancesResponse) Reset() + func (m *GetAccountBalancesResponse) String() string + func (m *GetAccountBalancesResponse) XXX_DiscardUnknown() + func (m *GetAccountBalancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountBalancesResponse) XXX_Merge(src proto.Message) + func (m *GetAccountBalancesResponse) XXX_Size() int + func (m *GetAccountBalancesResponse) XXX_Unmarshal(b []byte) error + type GetAccountDatasetRequest struct + Property string + RecipientAccountAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountDatasetRequest) Descriptor() ([]byte, []int) + func (*GetAccountDatasetRequest) ProtoMessage() + func (m *GetAccountDatasetRequest) GetProperty() string + func (m *GetAccountDatasetRequest) GetRecipientAccountAddress() []byte + func (m *GetAccountDatasetRequest) Reset() + func (m *GetAccountDatasetRequest) String() string + func (m *GetAccountDatasetRequest) XXX_DiscardUnknown() + func (m *GetAccountDatasetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountDatasetRequest) XXX_Merge(src proto.Message) + func (m *GetAccountDatasetRequest) XXX_Size() int + func (m *GetAccountDatasetRequest) XXX_Unmarshal(b []byte) error + type GetAccountDatasetsRequest struct + Height uint32 + Pagination *Pagination + Property string + RecipientAccountAddress []byte + SetterAccountAddress []byte + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountDatasetsRequest) Descriptor() ([]byte, []int) + func (*GetAccountDatasetsRequest) ProtoMessage() + func (m *GetAccountDatasetsRequest) GetHeight() uint32 + func (m *GetAccountDatasetsRequest) GetPagination() *Pagination + func (m *GetAccountDatasetsRequest) GetProperty() string + func (m *GetAccountDatasetsRequest) GetRecipientAccountAddress() []byte + func (m *GetAccountDatasetsRequest) GetSetterAccountAddress() []byte + func (m *GetAccountDatasetsRequest) GetValue() string + func (m *GetAccountDatasetsRequest) Reset() + func (m *GetAccountDatasetsRequest) String() string + func (m *GetAccountDatasetsRequest) XXX_DiscardUnknown() + func (m *GetAccountDatasetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountDatasetsRequest) XXX_Merge(src proto.Message) + func (m *GetAccountDatasetsRequest) XXX_Size() int + func (m *GetAccountDatasetsRequest) XXX_Unmarshal(b []byte) error + type GetAccountDatasetsResponse struct + AccountDatasets []*AccountDataset + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountDatasetsResponse) Descriptor() ([]byte, []int) + func (*GetAccountDatasetsResponse) ProtoMessage() + func (m *GetAccountDatasetsResponse) GetAccountDatasets() []*AccountDataset + func (m *GetAccountDatasetsResponse) GetTotal() uint64 + func (m *GetAccountDatasetsResponse) Reset() + func (m *GetAccountDatasetsResponse) String() string + func (m *GetAccountDatasetsResponse) XXX_DiscardUnknown() + func (m *GetAccountDatasetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountDatasetsResponse) XXX_Merge(src proto.Message) + func (m *GetAccountDatasetsResponse) XXX_Size() int + func (m *GetAccountDatasetsResponse) XXX_Unmarshal(b []byte) error + type GetAccountLedgersRequest struct + AccountAddress []byte + EventType EventType + Pagination *Pagination + TimestampEnd uint32 + TimestampStart uint64 + TransactionID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountLedgersRequest) Descriptor() ([]byte, []int) + func (*GetAccountLedgersRequest) ProtoMessage() + func (m *GetAccountLedgersRequest) GetAccountAddress() []byte + func (m *GetAccountLedgersRequest) GetEventType() EventType + func (m *GetAccountLedgersRequest) GetPagination() *Pagination + func (m *GetAccountLedgersRequest) GetTimestampEnd() uint32 + func (m *GetAccountLedgersRequest) GetTimestampStart() uint64 + func (m *GetAccountLedgersRequest) GetTransactionID() int64 + func (m *GetAccountLedgersRequest) Reset() + func (m *GetAccountLedgersRequest) String() string + func (m *GetAccountLedgersRequest) XXX_DiscardUnknown() + func (m *GetAccountLedgersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountLedgersRequest) XXX_Merge(src proto.Message) + func (m *GetAccountLedgersRequest) XXX_Size() int + func (m *GetAccountLedgersRequest) XXX_Unmarshal(b []byte) error + type GetAccountLedgersResponse struct + AccountLedgers []*AccountLedger + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAccountLedgersResponse) Descriptor() ([]byte, []int) + func (*GetAccountLedgersResponse) ProtoMessage() + func (m *GetAccountLedgersResponse) GetAccountLedgers() []*AccountLedger + func (m *GetAccountLedgersResponse) GetTotal() uint64 + func (m *GetAccountLedgersResponse) Reset() + func (m *GetAccountLedgersResponse) String() string + func (m *GetAccountLedgersResponse) XXX_DiscardUnknown() + func (m *GetAccountLedgersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAccountLedgersResponse) XXX_Merge(src proto.Message) + func (m *GetAccountLedgersResponse) XXX_Size() int + func (m *GetAccountLedgersResponse) XXX_Unmarshal(b []byte) error + type GetBlockRequest struct + ChainType int32 + Height uint32 + ID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetBlockRequest) Descriptor() ([]byte, []int) + func (*GetBlockRequest) ProtoMessage() + func (m *GetBlockRequest) GetChainType() int32 + func (m *GetBlockRequest) GetHeight() uint32 + func (m *GetBlockRequest) GetID() int64 + func (m *GetBlockRequest) Reset() + func (m *GetBlockRequest) String() string + func (m *GetBlockRequest) XXX_DiscardUnknown() + func (m *GetBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetBlockRequest) XXX_Merge(src proto.Message) + func (m *GetBlockRequest) XXX_Size() int + func (m *GetBlockRequest) XXX_Unmarshal(b []byte) error + type GetBlockResponse struct + Block *Block + ChainType int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetBlockResponse) Descriptor() ([]byte, []int) + func (*GetBlockResponse) ProtoMessage() + func (m *GetBlockResponse) GetBlock() *Block + func (m *GetBlockResponse) GetChainType() int32 + func (m *GetBlockResponse) Reset() + func (m *GetBlockResponse) String() string + func (m *GetBlockResponse) XXX_DiscardUnknown() + func (m *GetBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetBlockResponse) XXX_Merge(src proto.Message) + func (m *GetBlockResponse) XXX_Size() int + func (m *GetBlockResponse) XXX_Unmarshal(b []byte) error + type GetBlocksRequest struct + ChainType int32 + Height uint32 + Limit uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetBlocksRequest) Descriptor() ([]byte, []int) + func (*GetBlocksRequest) ProtoMessage() + func (m *GetBlocksRequest) GetChainType() int32 + func (m *GetBlocksRequest) GetHeight() uint32 + func (m *GetBlocksRequest) GetLimit() uint32 + func (m *GetBlocksRequest) Reset() + func (m *GetBlocksRequest) String() string + func (m *GetBlocksRequest) XXX_DiscardUnknown() + func (m *GetBlocksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetBlocksRequest) XXX_Merge(src proto.Message) + func (m *GetBlocksRequest) XXX_Size() int + func (m *GetBlocksRequest) XXX_Unmarshal(b []byte) error + type GetBlocksResponse struct + Blocks []*Block + ChainType int32 + Count uint32 + Height uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetBlocksResponse) Descriptor() ([]byte, []int) + func (*GetBlocksResponse) ProtoMessage() + func (m *GetBlocksResponse) GetBlocks() []*Block + func (m *GetBlocksResponse) GetChainType() int32 + func (m *GetBlocksResponse) GetCount() uint32 + func (m *GetBlocksResponse) GetHeight() uint32 + func (m *GetBlocksResponse) Reset() + func (m *GetBlocksResponse) String() string + func (m *GetBlocksResponse) XXX_DiscardUnknown() + func (m *GetBlocksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetBlocksResponse) XXX_Merge(src proto.Message) + func (m *GetBlocksResponse) XXX_Size() int + func (m *GetBlocksResponse) XXX_Unmarshal(b []byte) error + type GetCommonMilestoneBlockIdsRequest struct + ChainType int32 + LastBlockID int64 + LastMilestoneBlockID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetCommonMilestoneBlockIdsRequest) Descriptor() ([]byte, []int) + func (*GetCommonMilestoneBlockIdsRequest) ProtoMessage() + func (m *GetCommonMilestoneBlockIdsRequest) GetChainType() int32 + func (m *GetCommonMilestoneBlockIdsRequest) GetLastBlockID() int64 + func (m *GetCommonMilestoneBlockIdsRequest) GetLastMilestoneBlockID() int64 + func (m *GetCommonMilestoneBlockIdsRequest) Reset() + func (m *GetCommonMilestoneBlockIdsRequest) String() string + func (m *GetCommonMilestoneBlockIdsRequest) XXX_DiscardUnknown() + func (m *GetCommonMilestoneBlockIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCommonMilestoneBlockIdsRequest) XXX_Merge(src proto.Message) + func (m *GetCommonMilestoneBlockIdsRequest) XXX_Size() int + func (m *GetCommonMilestoneBlockIdsRequest) XXX_Unmarshal(b []byte) error + type GetCommonMilestoneBlockIdsResponse struct + BlockIds []int64 + Last bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetCommonMilestoneBlockIdsResponse) Descriptor() ([]byte, []int) + func (*GetCommonMilestoneBlockIdsResponse) ProtoMessage() + func (m *GetCommonMilestoneBlockIdsResponse) GetBlockIds() []int64 + func (m *GetCommonMilestoneBlockIdsResponse) GetLast() bool + func (m *GetCommonMilestoneBlockIdsResponse) Reset() + func (m *GetCommonMilestoneBlockIdsResponse) String() string + func (m *GetCommonMilestoneBlockIdsResponse) XXX_DiscardUnknown() + func (m *GetCommonMilestoneBlockIdsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCommonMilestoneBlockIdsResponse) XXX_Merge(src proto.Message) + func (m *GetCommonMilestoneBlockIdsResponse) XXX_Size() int + func (m *GetCommonMilestoneBlockIdsResponse) XXX_Unmarshal(b []byte) error + type GetCumulativeDifficultyRequest struct + ChainType int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetCumulativeDifficultyRequest) Descriptor() ([]byte, []int) + func (*GetCumulativeDifficultyRequest) ProtoMessage() + func (m *GetCumulativeDifficultyRequest) GetChainType() int32 + func (m *GetCumulativeDifficultyRequest) Reset() + func (m *GetCumulativeDifficultyRequest) String() string + func (m *GetCumulativeDifficultyRequest) XXX_DiscardUnknown() + func (m *GetCumulativeDifficultyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCumulativeDifficultyRequest) XXX_Merge(src proto.Message) + func (m *GetCumulativeDifficultyRequest) XXX_Size() int + func (m *GetCumulativeDifficultyRequest) XXX_Unmarshal(b []byte) error + type GetCumulativeDifficultyResponse struct + CumulativeDifficulty string + Height uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetCumulativeDifficultyResponse) Descriptor() ([]byte, []int) + func (*GetCumulativeDifficultyResponse) ProtoMessage() + func (m *GetCumulativeDifficultyResponse) GetCumulativeDifficulty() string + func (m *GetCumulativeDifficultyResponse) GetHeight() uint32 + func (m *GetCumulativeDifficultyResponse) Reset() + func (m *GetCumulativeDifficultyResponse) String() string + func (m *GetCumulativeDifficultyResponse) XXX_DiscardUnknown() + func (m *GetCumulativeDifficultyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCumulativeDifficultyResponse) XXX_Merge(src proto.Message) + func (m *GetCumulativeDifficultyResponse) XXX_Size() int + func (m *GetCumulativeDifficultyResponse) XXX_Unmarshal(b []byte) error + type GetEscrowTransactionRequest struct + ID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetEscrowTransactionRequest) Descriptor() ([]byte, []int) + func (*GetEscrowTransactionRequest) ProtoMessage() + func (m *GetEscrowTransactionRequest) GetID() int64 + func (m *GetEscrowTransactionRequest) Reset() + func (m *GetEscrowTransactionRequest) String() string + func (m *GetEscrowTransactionRequest) XXX_DiscardUnknown() + func (m *GetEscrowTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetEscrowTransactionRequest) XXX_Merge(src proto.Message) + func (m *GetEscrowTransactionRequest) XXX_Size() int + func (m *GetEscrowTransactionRequest) XXX_Unmarshal(b []byte) error + type GetEscrowTransactionsRequest struct + ApproverAddress []byte + BlockHeightEnd uint32 + BlockHeightStart uint32 + ID int64 + Latest bool + Pagination *Pagination + RecipientAddress []byte + SenderAddress []byte + Statuses []EscrowStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetEscrowTransactionsRequest) Descriptor() ([]byte, []int) + func (*GetEscrowTransactionsRequest) ProtoMessage() + func (m *GetEscrowTransactionsRequest) GetApproverAddress() []byte + func (m *GetEscrowTransactionsRequest) GetBlockHeightEnd() uint32 + func (m *GetEscrowTransactionsRequest) GetBlockHeightStart() uint32 + func (m *GetEscrowTransactionsRequest) GetID() int64 + func (m *GetEscrowTransactionsRequest) GetLatest() bool + func (m *GetEscrowTransactionsRequest) GetPagination() *Pagination + func (m *GetEscrowTransactionsRequest) GetRecipientAddress() []byte + func (m *GetEscrowTransactionsRequest) GetSenderAddress() []byte + func (m *GetEscrowTransactionsRequest) GetStatuses() []EscrowStatus + func (m *GetEscrowTransactionsRequest) Reset() + func (m *GetEscrowTransactionsRequest) String() string + func (m *GetEscrowTransactionsRequest) XXX_DiscardUnknown() + func (m *GetEscrowTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetEscrowTransactionsRequest) XXX_Merge(src proto.Message) + func (m *GetEscrowTransactionsRequest) XXX_Size() int + func (m *GetEscrowTransactionsRequest) XXX_Unmarshal(b []byte) error + type GetEscrowTransactionsResponse struct + Escrows []*Escrow + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetEscrowTransactionsResponse) Descriptor() ([]byte, []int) + func (*GetEscrowTransactionsResponse) ProtoMessage() + func (m *GetEscrowTransactionsResponse) GetEscrows() []*Escrow + func (m *GetEscrowTransactionsResponse) GetTotal() uint64 + func (m *GetEscrowTransactionsResponse) Reset() + func (m *GetEscrowTransactionsResponse) String() string + func (m *GetEscrowTransactionsResponse) XXX_DiscardUnknown() + func (m *GetEscrowTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetEscrowTransactionsResponse) XXX_Merge(src proto.Message) + func (m *GetEscrowTransactionsResponse) XXX_Size() int + func (m *GetEscrowTransactionsResponse) XXX_Unmarshal(b []byte) error + type GetHostPeersResponse struct + ResolvedPeers map[string]*Peer + UnresolvedPeers map[string]*Peer + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetHostPeersResponse) Descriptor() ([]byte, []int) + func (*GetHostPeersResponse) ProtoMessage() + func (m *GetHostPeersResponse) GetResolvedPeers() map[string]*Peer + func (m *GetHostPeersResponse) GetUnresolvedPeers() map[string]*Peer + func (m *GetHostPeersResponse) Reset() + func (m *GetHostPeersResponse) String() string + func (m *GetHostPeersResponse) XXX_DiscardUnknown() + func (m *GetHostPeersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetHostPeersResponse) XXX_Merge(src proto.Message) + func (m *GetHostPeersResponse) XXX_Size() int + func (m *GetHostPeersResponse) XXX_Unmarshal(b []byte) error + type GetLatestParticipationScoreByNodeIDRequest struct + NodeAddress string + NodeID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetLatestParticipationScoreByNodeIDRequest) Descriptor() ([]byte, []int) + func (*GetLatestParticipationScoreByNodeIDRequest) ProtoMessage() + func (m *GetLatestParticipationScoreByNodeIDRequest) GetNodeAddress() string + func (m *GetLatestParticipationScoreByNodeIDRequest) GetNodeID() int64 + func (m *GetLatestParticipationScoreByNodeIDRequest) Reset() + func (m *GetLatestParticipationScoreByNodeIDRequest) String() string + func (m *GetLatestParticipationScoreByNodeIDRequest) XXX_DiscardUnknown() + func (m *GetLatestParticipationScoreByNodeIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetLatestParticipationScoreByNodeIDRequest) XXX_Merge(src proto.Message) + func (m *GetLatestParticipationScoreByNodeIDRequest) XXX_Size() int + func (m *GetLatestParticipationScoreByNodeIDRequest) XXX_Unmarshal(b []byte) error + type GetLiquidTransactionsRequest struct + ID int64 + Pagination *Pagination + RecipientAddress []byte + SenderAddress []byte + Status LiquidPaymentStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetLiquidTransactionsRequest) Descriptor() ([]byte, []int) + func (*GetLiquidTransactionsRequest) ProtoMessage() + func (m *GetLiquidTransactionsRequest) GetID() int64 + func (m *GetLiquidTransactionsRequest) GetPagination() *Pagination + func (m *GetLiquidTransactionsRequest) GetRecipientAddress() []byte + func (m *GetLiquidTransactionsRequest) GetSenderAddress() []byte + func (m *GetLiquidTransactionsRequest) GetStatus() LiquidPaymentStatus + func (m *GetLiquidTransactionsRequest) Reset() + func (m *GetLiquidTransactionsRequest) String() string + func (m *GetLiquidTransactionsRequest) XXX_DiscardUnknown() + func (m *GetLiquidTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetLiquidTransactionsRequest) XXX_Merge(src proto.Message) + func (m *GetLiquidTransactionsRequest) XXX_Size() int + func (m *GetLiquidTransactionsRequest) XXX_Unmarshal(b []byte) error + type GetLiquidTransactionsResponse struct + LiquidTransactions []*LiquidPayment + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetLiquidTransactionsResponse) Descriptor() ([]byte, []int) + func (*GetLiquidTransactionsResponse) ProtoMessage() + func (m *GetLiquidTransactionsResponse) GetLiquidTransactions() []*LiquidPayment + func (m *GetLiquidTransactionsResponse) GetTotal() uint64 + func (m *GetLiquidTransactionsResponse) Reset() + func (m *GetLiquidTransactionsResponse) String() string + func (m *GetLiquidTransactionsResponse) XXX_DiscardUnknown() + func (m *GetLiquidTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetLiquidTransactionsResponse) XXX_Merge(src proto.Message) + func (m *GetLiquidTransactionsResponse) XXX_Size() int + func (m *GetLiquidTransactionsResponse) XXX_Unmarshal(b []byte) error + type GetMempoolTransactionRequest struct + ID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMempoolTransactionRequest) Descriptor() ([]byte, []int) + func (*GetMempoolTransactionRequest) ProtoMessage() + func (m *GetMempoolTransactionRequest) GetID() int64 + func (m *GetMempoolTransactionRequest) Reset() + func (m *GetMempoolTransactionRequest) String() string + func (m *GetMempoolTransactionRequest) XXX_DiscardUnknown() + func (m *GetMempoolTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMempoolTransactionRequest) XXX_Merge(src proto.Message) + func (m *GetMempoolTransactionRequest) XXX_Size() int + func (m *GetMempoolTransactionRequest) XXX_Unmarshal(b []byte) error + type GetMempoolTransactionResponse struct + Transaction *MempoolTransaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMempoolTransactionResponse) Descriptor() ([]byte, []int) + func (*GetMempoolTransactionResponse) ProtoMessage() + func (m *GetMempoolTransactionResponse) GetTransaction() *MempoolTransaction + func (m *GetMempoolTransactionResponse) Reset() + func (m *GetMempoolTransactionResponse) String() string + func (m *GetMempoolTransactionResponse) XXX_DiscardUnknown() + func (m *GetMempoolTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMempoolTransactionResponse) XXX_Merge(src proto.Message) + func (m *GetMempoolTransactionResponse) XXX_Size() int + func (m *GetMempoolTransactionResponse) XXX_Unmarshal(b []byte) error + type GetMempoolTransactionsRequest struct + Address []byte + Pagination *Pagination + TimestampEnd int64 + TimestampStart int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMempoolTransactionsRequest) Descriptor() ([]byte, []int) + func (*GetMempoolTransactionsRequest) ProtoMessage() + func (m *GetMempoolTransactionsRequest) GetAddress() []byte + func (m *GetMempoolTransactionsRequest) GetPagination() *Pagination + func (m *GetMempoolTransactionsRequest) GetTimestampEnd() int64 + func (m *GetMempoolTransactionsRequest) GetTimestampStart() int64 + func (m *GetMempoolTransactionsRequest) Reset() + func (m *GetMempoolTransactionsRequest) String() string + func (m *GetMempoolTransactionsRequest) XXX_DiscardUnknown() + func (m *GetMempoolTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMempoolTransactionsRequest) XXX_Merge(src proto.Message) + func (m *GetMempoolTransactionsRequest) XXX_Size() int + func (m *GetMempoolTransactionsRequest) XXX_Unmarshal(b []byte) error + type GetMempoolTransactionsResponse struct + MempoolTransactions []*MempoolTransaction + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMempoolTransactionsResponse) Descriptor() ([]byte, []int) + func (*GetMempoolTransactionsResponse) ProtoMessage() + func (m *GetMempoolTransactionsResponse) GetMempoolTransactions() []*MempoolTransaction + func (m *GetMempoolTransactionsResponse) GetTotal() uint64 + func (m *GetMempoolTransactionsResponse) Reset() + func (m *GetMempoolTransactionsResponse) String() string + func (m *GetMempoolTransactionsResponse) XXX_DiscardUnknown() + func (m *GetMempoolTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMempoolTransactionsResponse) XXX_Merge(src proto.Message) + func (m *GetMempoolTransactionsResponse) XXX_Size() int + func (m *GetMempoolTransactionsResponse) XXX_Unmarshal(b []byte) error + type GetMorePeersResponse struct + Peers []*Node + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMorePeersResponse) Descriptor() ([]byte, []int) + func (*GetMorePeersResponse) ProtoMessage() + func (m *GetMorePeersResponse) GetPeers() []*Node + func (m *GetMorePeersResponse) Reset() + func (m *GetMorePeersResponse) String() string + func (m *GetMorePeersResponse) XXX_DiscardUnknown() + func (m *GetMorePeersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMorePeersResponse) XXX_Merge(src proto.Message) + func (m *GetMorePeersResponse) XXX_Size() int + func (m *GetMorePeersResponse) XXX_Unmarshal(b []byte) error + type GetMultisigAddressByParticipantAddressRequest struct + Pagination *Pagination + ParticipantAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMultisigAddressByParticipantAddressRequest) Descriptor() ([]byte, []int) + func (*GetMultisigAddressByParticipantAddressRequest) ProtoMessage() + func (m *GetMultisigAddressByParticipantAddressRequest) GetPagination() *Pagination + func (m *GetMultisigAddressByParticipantAddressRequest) GetParticipantAddress() []byte + func (m *GetMultisigAddressByParticipantAddressRequest) Reset() + func (m *GetMultisigAddressByParticipantAddressRequest) String() string + func (m *GetMultisigAddressByParticipantAddressRequest) XXX_DiscardUnknown() + func (m *GetMultisigAddressByParticipantAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMultisigAddressByParticipantAddressRequest) XXX_Merge(src proto.Message) + func (m *GetMultisigAddressByParticipantAddressRequest) XXX_Size() int + func (m *GetMultisigAddressByParticipantAddressRequest) XXX_Unmarshal(b []byte) error + type GetMultisigAddressByParticipantAddressResponse struct + MultisigAddresses [][]byte + Total uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMultisigAddressByParticipantAddressResponse) Descriptor() ([]byte, []int) + func (*GetMultisigAddressByParticipantAddressResponse) ProtoMessage() + func (m *GetMultisigAddressByParticipantAddressResponse) GetMultisigAddresses() [][]byte + func (m *GetMultisigAddressByParticipantAddressResponse) GetTotal() uint32 + func (m *GetMultisigAddressByParticipantAddressResponse) Reset() + func (m *GetMultisigAddressByParticipantAddressResponse) String() string + func (m *GetMultisigAddressByParticipantAddressResponse) XXX_DiscardUnknown() + func (m *GetMultisigAddressByParticipantAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMultisigAddressByParticipantAddressResponse) XXX_Merge(src proto.Message) + func (m *GetMultisigAddressByParticipantAddressResponse) XXX_Size() int + func (m *GetMultisigAddressByParticipantAddressResponse) XXX_Unmarshal(b []byte) error + type GetMultisigAddressesByBlockHeightRangeRequest struct + FromBlockHeight uint32 + Pagination *Pagination + ToBlockHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMultisigAddressesByBlockHeightRangeRequest) Descriptor() ([]byte, []int) + func (*GetMultisigAddressesByBlockHeightRangeRequest) ProtoMessage() + func (m *GetMultisigAddressesByBlockHeightRangeRequest) GetFromBlockHeight() uint32 + func (m *GetMultisigAddressesByBlockHeightRangeRequest) GetPagination() *Pagination + func (m *GetMultisigAddressesByBlockHeightRangeRequest) GetToBlockHeight() uint32 + func (m *GetMultisigAddressesByBlockHeightRangeRequest) Reset() + func (m *GetMultisigAddressesByBlockHeightRangeRequest) String() string + func (m *GetMultisigAddressesByBlockHeightRangeRequest) XXX_DiscardUnknown() + func (m *GetMultisigAddressesByBlockHeightRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMultisigAddressesByBlockHeightRangeRequest) XXX_Merge(src proto.Message) + func (m *GetMultisigAddressesByBlockHeightRangeRequest) XXX_Size() int + func (m *GetMultisigAddressesByBlockHeightRangeRequest) XXX_Unmarshal(b []byte) error + type GetMultisigAddressesByBlockHeightRangeResponse struct + Count uint32 + MultisignatureInfo []*MultiSignatureInfo + Page uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMultisigAddressesByBlockHeightRangeResponse) Descriptor() ([]byte, []int) + func (*GetMultisigAddressesByBlockHeightRangeResponse) ProtoMessage() + func (m *GetMultisigAddressesByBlockHeightRangeResponse) GetCount() uint32 + func (m *GetMultisigAddressesByBlockHeightRangeResponse) GetMultisignatureInfo() []*MultiSignatureInfo + func (m *GetMultisigAddressesByBlockHeightRangeResponse) GetPage() uint32 + func (m *GetMultisigAddressesByBlockHeightRangeResponse) Reset() + func (m *GetMultisigAddressesByBlockHeightRangeResponse) String() string + func (m *GetMultisigAddressesByBlockHeightRangeResponse) XXX_DiscardUnknown() + func (m *GetMultisigAddressesByBlockHeightRangeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMultisigAddressesByBlockHeightRangeResponse) XXX_Merge(src proto.Message) + func (m *GetMultisigAddressesByBlockHeightRangeResponse) XXX_Size() int + func (m *GetMultisigAddressesByBlockHeightRangeResponse) XXX_Unmarshal(b []byte) error + type GetMultisignatureInfoRequest struct + MultisigAddress []byte + Pagination *Pagination + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMultisignatureInfoRequest) Descriptor() ([]byte, []int) + func (*GetMultisignatureInfoRequest) ProtoMessage() + func (m *GetMultisignatureInfoRequest) GetMultisigAddress() []byte + func (m *GetMultisignatureInfoRequest) GetPagination() *Pagination + func (m *GetMultisignatureInfoRequest) Reset() + func (m *GetMultisignatureInfoRequest) String() string + func (m *GetMultisignatureInfoRequest) XXX_DiscardUnknown() + func (m *GetMultisignatureInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMultisignatureInfoRequest) XXX_Merge(src proto.Message) + func (m *GetMultisignatureInfoRequest) XXX_Size() int + func (m *GetMultisignatureInfoRequest) XXX_Unmarshal(b []byte) error + type GetMultisignatureInfoResponse struct + Count uint32 + MultisignatureInfo []*MultiSignatureInfo + Page uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMultisignatureInfoResponse) Descriptor() ([]byte, []int) + func (*GetMultisignatureInfoResponse) ProtoMessage() + func (m *GetMultisignatureInfoResponse) GetCount() uint32 + func (m *GetMultisignatureInfoResponse) GetMultisignatureInfo() []*MultiSignatureInfo + func (m *GetMultisignatureInfoResponse) GetPage() uint32 + func (m *GetMultisignatureInfoResponse) Reset() + func (m *GetMultisignatureInfoResponse) String() string + func (m *GetMultisignatureInfoResponse) XXX_DiscardUnknown() + func (m *GetMultisignatureInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMultisignatureInfoResponse) XXX_Merge(src proto.Message) + func (m *GetMultisignatureInfoResponse) XXX_Size() int + func (m *GetMultisignatureInfoResponse) XXX_Unmarshal(b []byte) error + type GetMyNodePublicKeyResponse struct + NodePublicKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetMyNodePublicKeyResponse) Descriptor() ([]byte, []int) + func (*GetMyNodePublicKeyResponse) ProtoMessage() + func (m *GetMyNodePublicKeyResponse) GetNodePublicKey() []byte + func (m *GetMyNodePublicKeyResponse) Reset() + func (m *GetMyNodePublicKeyResponse) String() string + func (m *GetMyNodePublicKeyResponse) XXX_DiscardUnknown() + func (m *GetMyNodePublicKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetMyNodePublicKeyResponse) XXX_Merge(src proto.Message) + func (m *GetMyNodePublicKeyResponse) XXX_Size() int + func (m *GetMyNodePublicKeyResponse) XXX_Unmarshal(b []byte) error + type GetNextBlockIdsRequest struct + BlockId int64 + ChainType int32 + Limit uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNextBlockIdsRequest) Descriptor() ([]byte, []int) + func (*GetNextBlockIdsRequest) ProtoMessage() + func (m *GetNextBlockIdsRequest) GetBlockId() int64 + func (m *GetNextBlockIdsRequest) GetChainType() int32 + func (m *GetNextBlockIdsRequest) GetLimit() uint32 + func (m *GetNextBlockIdsRequest) Reset() + func (m *GetNextBlockIdsRequest) String() string + func (m *GetNextBlockIdsRequest) XXX_DiscardUnknown() + func (m *GetNextBlockIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNextBlockIdsRequest) XXX_Merge(src proto.Message) + func (m *GetNextBlockIdsRequest) XXX_Size() int + func (m *GetNextBlockIdsRequest) XXX_Unmarshal(b []byte) error + type GetNextBlocksRequest struct + BlockId int64 + BlockIds []int64 + ChainType int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNextBlocksRequest) Descriptor() ([]byte, []int) + func (*GetNextBlocksRequest) ProtoMessage() + func (m *GetNextBlocksRequest) GetBlockId() int64 + func (m *GetNextBlocksRequest) GetBlockIds() []int64 + func (m *GetNextBlocksRequest) GetChainType() int32 + func (m *GetNextBlocksRequest) Reset() + func (m *GetNextBlocksRequest) String() string + func (m *GetNextBlocksRequest) XXX_DiscardUnknown() + func (m *GetNextBlocksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNextBlocksRequest) XXX_Merge(src proto.Message) + func (m *GetNextBlocksRequest) XXX_Size() int + func (m *GetNextBlocksRequest) XXX_Unmarshal(b []byte) error + type GetNodeAddressesInfoRequest struct + NodeIDs []int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeAddressesInfoRequest) Descriptor() ([]byte, []int) + func (*GetNodeAddressesInfoRequest) ProtoMessage() + func (m *GetNodeAddressesInfoRequest) GetNodeIDs() []int64 + func (m *GetNodeAddressesInfoRequest) Reset() + func (m *GetNodeAddressesInfoRequest) String() string + func (m *GetNodeAddressesInfoRequest) XXX_DiscardUnknown() + func (m *GetNodeAddressesInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeAddressesInfoRequest) XXX_Merge(src proto.Message) + func (m *GetNodeAddressesInfoRequest) XXX_Size() int + func (m *GetNodeAddressesInfoRequest) XXX_Unmarshal(b []byte) error + type GetNodeAddressesInfoResponse struct + NodeAddressesInfo []*NodeAddressInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeAddressesInfoResponse) Descriptor() ([]byte, []int) + func (*GetNodeAddressesInfoResponse) ProtoMessage() + func (m *GetNodeAddressesInfoResponse) GetNodeAddressesInfo() []*NodeAddressInfo + func (m *GetNodeAddressesInfoResponse) Reset() + func (m *GetNodeAddressesInfoResponse) String() string + func (m *GetNodeAddressesInfoResponse) XXX_DiscardUnknown() + func (m *GetNodeAddressesInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeAddressesInfoResponse) XXX_Merge(src proto.Message) + func (m *GetNodeAddressesInfoResponse) XXX_Size() int + func (m *GetNodeAddressesInfoResponse) XXX_Unmarshal(b []byte) error + type GetNodeHardwareRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeHardwareRequest) Descriptor() ([]byte, []int) + func (*GetNodeHardwareRequest) ProtoMessage() + func (m *GetNodeHardwareRequest) Reset() + func (m *GetNodeHardwareRequest) String() string + func (m *GetNodeHardwareRequest) XXX_DiscardUnknown() + func (m *GetNodeHardwareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeHardwareRequest) XXX_Merge(src proto.Message) + func (m *GetNodeHardwareRequest) XXX_Size() int + func (m *GetNodeHardwareRequest) XXX_Unmarshal(b []byte) error + type GetNodeHardwareResponse struct + NodeHardware *NodeHardware + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeHardwareResponse) Descriptor() ([]byte, []int) + func (*GetNodeHardwareResponse) ProtoMessage() + func (m *GetNodeHardwareResponse) GetNodeHardware() *NodeHardware + func (m *GetNodeHardwareResponse) Reset() + func (m *GetNodeHardwareResponse) String() string + func (m *GetNodeHardwareResponse) XXX_DiscardUnknown() + func (m *GetNodeHardwareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeHardwareResponse) XXX_Merge(src proto.Message) + func (m *GetNodeHardwareResponse) XXX_Size() int + func (m *GetNodeHardwareResponse) XXX_Unmarshal(b []byte) error + type GetNodeProofOfOriginRequest struct + ChallengeMessage []byte + Timestamp int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeProofOfOriginRequest) Descriptor() ([]byte, []int) + func (*GetNodeProofOfOriginRequest) ProtoMessage() + func (m *GetNodeProofOfOriginRequest) GetChallengeMessage() []byte + func (m *GetNodeProofOfOriginRequest) GetTimestamp() int64 + func (m *GetNodeProofOfOriginRequest) Reset() + func (m *GetNodeProofOfOriginRequest) String() string + func (m *GetNodeProofOfOriginRequest) XXX_DiscardUnknown() + func (m *GetNodeProofOfOriginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeProofOfOriginRequest) XXX_Merge(src proto.Message) + func (m *GetNodeProofOfOriginRequest) XXX_Size() int + func (m *GetNodeProofOfOriginRequest) XXX_Unmarshal(b []byte) error + type GetNodeRegistrationRequest struct + AccountAddress []byte + NodePublicKey []byte + RegistrationHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeRegistrationRequest) Descriptor() ([]byte, []int) + func (*GetNodeRegistrationRequest) ProtoMessage() + func (m *GetNodeRegistrationRequest) GetAccountAddress() []byte + func (m *GetNodeRegistrationRequest) GetNodePublicKey() []byte + func (m *GetNodeRegistrationRequest) GetRegistrationHeight() uint32 + func (m *GetNodeRegistrationRequest) Reset() + func (m *GetNodeRegistrationRequest) String() string + func (m *GetNodeRegistrationRequest) XXX_DiscardUnknown() + func (m *GetNodeRegistrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeRegistrationRequest) XXX_Merge(src proto.Message) + func (m *GetNodeRegistrationRequest) XXX_Size() int + func (m *GetNodeRegistrationRequest) XXX_Unmarshal(b []byte) error + type GetNodeRegistrationResponse struct + NodeRegistration *NodeRegistration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeRegistrationResponse) Descriptor() ([]byte, []int) + func (*GetNodeRegistrationResponse) ProtoMessage() + func (m *GetNodeRegistrationResponse) GetNodeRegistration() *NodeRegistration + func (m *GetNodeRegistrationResponse) Reset() + func (m *GetNodeRegistrationResponse) String() string + func (m *GetNodeRegistrationResponse) XXX_DiscardUnknown() + func (m *GetNodeRegistrationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeRegistrationResponse) XXX_Merge(src proto.Message) + func (m *GetNodeRegistrationResponse) XXX_Size() int + func (m *GetNodeRegistrationResponse) XXX_Unmarshal(b []byte) error + type GetNodeRegistrationsByNodePublicKeysRequest struct + NodePublicKeys [][]byte + Pagination *Pagination + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeRegistrationsByNodePublicKeysRequest) Descriptor() ([]byte, []int) + func (*GetNodeRegistrationsByNodePublicKeysRequest) ProtoMessage() + func (m *GetNodeRegistrationsByNodePublicKeysRequest) GetNodePublicKeys() [][]byte + func (m *GetNodeRegistrationsByNodePublicKeysRequest) GetPagination() *Pagination + func (m *GetNodeRegistrationsByNodePublicKeysRequest) Reset() + func (m *GetNodeRegistrationsByNodePublicKeysRequest) String() string + func (m *GetNodeRegistrationsByNodePublicKeysRequest) XXX_DiscardUnknown() + func (m *GetNodeRegistrationsByNodePublicKeysRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeRegistrationsByNodePublicKeysRequest) XXX_Merge(src proto.Message) + func (m *GetNodeRegistrationsByNodePublicKeysRequest) XXX_Size() int + func (m *GetNodeRegistrationsByNodePublicKeysRequest) XXX_Unmarshal(b []byte) error + type GetNodeRegistrationsByNodePublicKeysResponse struct + NodeRegistrations []*NodeRegistration + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeRegistrationsByNodePublicKeysResponse) Descriptor() ([]byte, []int) + func (*GetNodeRegistrationsByNodePublicKeysResponse) ProtoMessage() + func (m *GetNodeRegistrationsByNodePublicKeysResponse) GetNodeRegistrations() []*NodeRegistration + func (m *GetNodeRegistrationsByNodePublicKeysResponse) GetTotal() uint64 + func (m *GetNodeRegistrationsByNodePublicKeysResponse) Reset() + func (m *GetNodeRegistrationsByNodePublicKeysResponse) String() string + func (m *GetNodeRegistrationsByNodePublicKeysResponse) XXX_DiscardUnknown() + func (m *GetNodeRegistrationsByNodePublicKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeRegistrationsByNodePublicKeysResponse) XXX_Merge(src proto.Message) + func (m *GetNodeRegistrationsByNodePublicKeysResponse) XXX_Size() int + func (m *GetNodeRegistrationsByNodePublicKeysResponse) XXX_Unmarshal(b []byte) error + type GetNodeRegistrationsRequest struct + MaxRegistrationHeight uint32 + MinRegistrationHeight uint32 + Pagination *Pagination + RegistrationStatuses []uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeRegistrationsRequest) Descriptor() ([]byte, []int) + func (*GetNodeRegistrationsRequest) ProtoMessage() + func (m *GetNodeRegistrationsRequest) GetMaxRegistrationHeight() uint32 + func (m *GetNodeRegistrationsRequest) GetMinRegistrationHeight() uint32 + func (m *GetNodeRegistrationsRequest) GetPagination() *Pagination + func (m *GetNodeRegistrationsRequest) GetRegistrationStatuses() []uint32 + func (m *GetNodeRegistrationsRequest) Reset() + func (m *GetNodeRegistrationsRequest) String() string + func (m *GetNodeRegistrationsRequest) XXX_DiscardUnknown() + func (m *GetNodeRegistrationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeRegistrationsRequest) XXX_Merge(src proto.Message) + func (m *GetNodeRegistrationsRequest) XXX_Size() int + func (m *GetNodeRegistrationsRequest) XXX_Unmarshal(b []byte) error + type GetNodeRegistrationsResponse struct + NodeRegistrations []*NodeRegistration + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeRegistrationsResponse) Descriptor() ([]byte, []int) + func (*GetNodeRegistrationsResponse) ProtoMessage() + func (m *GetNodeRegistrationsResponse) GetNodeRegistrations() []*NodeRegistration + func (m *GetNodeRegistrationsResponse) GetTotal() uint64 + func (m *GetNodeRegistrationsResponse) Reset() + func (m *GetNodeRegistrationsResponse) String() string + func (m *GetNodeRegistrationsResponse) XXX_DiscardUnknown() + func (m *GetNodeRegistrationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeRegistrationsResponse) XXX_Merge(src proto.Message) + func (m *GetNodeRegistrationsResponse) XXX_Size() int + func (m *GetNodeRegistrationsResponse) XXX_Unmarshal(b []byte) error + type GetNodeStatusResponse struct + BlocksmithIndex int32 + LastMainBlockHash string + LastMainBlockHeight uint32 + LastSpineBlockHash string + LastSpineBlockHeight uint32 + NodePublicKey string + ResolvedPeers uint32 + UnresolvedPeers uint32 + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeStatusResponse) Descriptor() ([]byte, []int) + func (*GetNodeStatusResponse) ProtoMessage() + func (m *GetNodeStatusResponse) GetBlocksmithIndex() int32 + func (m *GetNodeStatusResponse) GetLastMainBlockHash() string + func (m *GetNodeStatusResponse) GetLastMainBlockHeight() uint32 + func (m *GetNodeStatusResponse) GetLastSpineBlockHash() string + func (m *GetNodeStatusResponse) GetLastSpineBlockHeight() uint32 + func (m *GetNodeStatusResponse) GetNodePublicKey() string + func (m *GetNodeStatusResponse) GetResolvedPeers() uint32 + func (m *GetNodeStatusResponse) GetUnresolvedPeers() uint32 + func (m *GetNodeStatusResponse) GetVersion() string + func (m *GetNodeStatusResponse) Reset() + func (m *GetNodeStatusResponse) String() string + func (m *GetNodeStatusResponse) XXX_DiscardUnknown() + func (m *GetNodeStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeStatusResponse) XXX_Merge(src proto.Message) + func (m *GetNodeStatusResponse) XXX_Size() int + func (m *GetNodeStatusResponse) XXX_Unmarshal(b []byte) error + type GetNodeTimeResponse struct + NodeTime int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNodeTimeResponse) Descriptor() ([]byte, []int) + func (*GetNodeTimeResponse) ProtoMessage() + func (m *GetNodeTimeResponse) GetNodeTime() int64 + func (m *GetNodeTimeResponse) Reset() + func (m *GetNodeTimeResponse) String() string + func (m *GetNodeTimeResponse) XXX_DiscardUnknown() + func (m *GetNodeTimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNodeTimeResponse) XXX_Merge(src proto.Message) + func (m *GetNodeTimeResponse) XXX_Size() int + func (m *GetNodeTimeResponse) XXX_Unmarshal(b []byte) error + type GetParticipantsByMultisigAddressesRequest struct + MultisigAddresses [][]byte + Pagination *Pagination + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetParticipantsByMultisigAddressesRequest) Descriptor() ([]byte, []int) + func (*GetParticipantsByMultisigAddressesRequest) ProtoMessage() + func (m *GetParticipantsByMultisigAddressesRequest) GetMultisigAddresses() [][]byte + func (m *GetParticipantsByMultisigAddressesRequest) GetPagination() *Pagination + func (m *GetParticipantsByMultisigAddressesRequest) Reset() + func (m *GetParticipantsByMultisigAddressesRequest) String() string + func (m *GetParticipantsByMultisigAddressesRequest) XXX_DiscardUnknown() + func (m *GetParticipantsByMultisigAddressesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetParticipantsByMultisigAddressesRequest) XXX_Merge(src proto.Message) + func (m *GetParticipantsByMultisigAddressesRequest) XXX_Size() int + func (m *GetParticipantsByMultisigAddressesRequest) XXX_Unmarshal(b []byte) error + type GetParticipantsByMultisigAddressesResponse struct + MultiSignatureParticipants map[string]*MultiSignatureParticipants + Total uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetParticipantsByMultisigAddressesResponse) Descriptor() ([]byte, []int) + func (*GetParticipantsByMultisigAddressesResponse) ProtoMessage() + func (m *GetParticipantsByMultisigAddressesResponse) GetMultiSignatureParticipants() map[string]*MultiSignatureParticipants + func (m *GetParticipantsByMultisigAddressesResponse) GetTotal() uint32 + func (m *GetParticipantsByMultisigAddressesResponse) Reset() + func (m *GetParticipantsByMultisigAddressesResponse) String() string + func (m *GetParticipantsByMultisigAddressesResponse) XXX_DiscardUnknown() + func (m *GetParticipantsByMultisigAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetParticipantsByMultisigAddressesResponse) XXX_Merge(src proto.Message) + func (m *GetParticipantsByMultisigAddressesResponse) XXX_Size() int + func (m *GetParticipantsByMultisigAddressesResponse) XXX_Unmarshal(b []byte) error + type GetParticipationScoresRequest struct + FromHeight uint32 + ToHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetParticipationScoresRequest) Descriptor() ([]byte, []int) + func (*GetParticipationScoresRequest) ProtoMessage() + func (m *GetParticipationScoresRequest) GetFromHeight() uint32 + func (m *GetParticipationScoresRequest) GetToHeight() uint32 + func (m *GetParticipationScoresRequest) Reset() + func (m *GetParticipationScoresRequest) String() string + func (m *GetParticipationScoresRequest) XXX_DiscardUnknown() + func (m *GetParticipationScoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetParticipationScoresRequest) XXX_Merge(src proto.Message) + func (m *GetParticipationScoresRequest) XXX_Size() int + func (m *GetParticipationScoresRequest) XXX_Unmarshal(b []byte) error + type GetParticipationScoresResponse struct + ParticipationScores []*ParticipationScore + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetParticipationScoresResponse) Descriptor() ([]byte, []int) + func (*GetParticipationScoresResponse) ProtoMessage() + func (m *GetParticipationScoresResponse) GetParticipationScores() []*ParticipationScore + func (m *GetParticipationScoresResponse) Reset() + func (m *GetParticipationScoresResponse) String() string + func (m *GetParticipationScoresResponse) XXX_DiscardUnknown() + func (m *GetParticipationScoresResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetParticipationScoresResponse) XXX_Merge(src proto.Message) + func (m *GetParticipationScoresResponse) XXX_Size() int + func (m *GetParticipationScoresResponse) XXX_Unmarshal(b []byte) error + type GetPeerInfoRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPeerInfoRequest) Descriptor() ([]byte, []int) + func (*GetPeerInfoRequest) ProtoMessage() + func (m *GetPeerInfoRequest) Reset() + func (m *GetPeerInfoRequest) String() string + func (m *GetPeerInfoRequest) XXX_DiscardUnknown() + func (m *GetPeerInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPeerInfoRequest) XXX_Merge(src proto.Message) + func (m *GetPeerInfoRequest) XXX_Size() int + func (m *GetPeerInfoRequest) XXX_Unmarshal(b []byte) error + type GetPeerInfoResponse struct + HostInfo *Node + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPeerInfoResponse) Descriptor() ([]byte, []int) + func (*GetPeerInfoResponse) ProtoMessage() + func (m *GetPeerInfoResponse) GetHostInfo() *Node + func (m *GetPeerInfoResponse) Reset() + func (m *GetPeerInfoResponse) String() string + func (m *GetPeerInfoResponse) XXX_DiscardUnknown() + func (m *GetPeerInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPeerInfoResponse) XXX_Merge(src proto.Message) + func (m *GetPeerInfoResponse) XXX_Size() int + func (m *GetPeerInfoResponse) XXX_Unmarshal(b []byte) error + type GetPendingNodeRegistrationsRequest struct + Limit uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingNodeRegistrationsRequest) Descriptor() ([]byte, []int) + func (*GetPendingNodeRegistrationsRequest) ProtoMessage() + func (m *GetPendingNodeRegistrationsRequest) GetLimit() uint32 + func (m *GetPendingNodeRegistrationsRequest) Reset() + func (m *GetPendingNodeRegistrationsRequest) String() string + func (m *GetPendingNodeRegistrationsRequest) XXX_DiscardUnknown() + func (m *GetPendingNodeRegistrationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingNodeRegistrationsRequest) XXX_Merge(src proto.Message) + func (m *GetPendingNodeRegistrationsRequest) XXX_Size() int + func (m *GetPendingNodeRegistrationsRequest) XXX_Unmarshal(b []byte) error + type GetPendingNodeRegistrationsResponse struct + NodeRegistrations []*NodeRegistration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingNodeRegistrationsResponse) Descriptor() ([]byte, []int) + func (*GetPendingNodeRegistrationsResponse) ProtoMessage() + func (m *GetPendingNodeRegistrationsResponse) GetNodeRegistrations() []*NodeRegistration + func (m *GetPendingNodeRegistrationsResponse) Reset() + func (m *GetPendingNodeRegistrationsResponse) String() string + func (m *GetPendingNodeRegistrationsResponse) XXX_DiscardUnknown() + func (m *GetPendingNodeRegistrationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingNodeRegistrationsResponse) XXX_Merge(src proto.Message) + func (m *GetPendingNodeRegistrationsResponse) XXX_Size() int + func (m *GetPendingNodeRegistrationsResponse) XXX_Unmarshal(b []byte) error + type GetPendingTransactionDetailByTransactionHashRequest struct + TransactionHashHex string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingTransactionDetailByTransactionHashRequest) Descriptor() ([]byte, []int) + func (*GetPendingTransactionDetailByTransactionHashRequest) ProtoMessage() + func (m *GetPendingTransactionDetailByTransactionHashRequest) GetTransactionHashHex() string + func (m *GetPendingTransactionDetailByTransactionHashRequest) Reset() + func (m *GetPendingTransactionDetailByTransactionHashRequest) String() string + func (m *GetPendingTransactionDetailByTransactionHashRequest) XXX_DiscardUnknown() + func (m *GetPendingTransactionDetailByTransactionHashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingTransactionDetailByTransactionHashRequest) XXX_Merge(src proto.Message) + func (m *GetPendingTransactionDetailByTransactionHashRequest) XXX_Size() int + func (m *GetPendingTransactionDetailByTransactionHashRequest) XXX_Unmarshal(b []byte) error + type GetPendingTransactionDetailByTransactionHashResponse struct + MultiSignatureInfo *MultiSignatureInfo + PendingSignatures []*PendingSignature + PendingTransaction *PendingTransaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingTransactionDetailByTransactionHashResponse) Descriptor() ([]byte, []int) + func (*GetPendingTransactionDetailByTransactionHashResponse) ProtoMessage() + func (m *GetPendingTransactionDetailByTransactionHashResponse) GetMultiSignatureInfo() *MultiSignatureInfo + func (m *GetPendingTransactionDetailByTransactionHashResponse) GetPendingSignatures() []*PendingSignature + func (m *GetPendingTransactionDetailByTransactionHashResponse) GetPendingTransaction() *PendingTransaction + func (m *GetPendingTransactionDetailByTransactionHashResponse) Reset() + func (m *GetPendingTransactionDetailByTransactionHashResponse) String() string + func (m *GetPendingTransactionDetailByTransactionHashResponse) XXX_DiscardUnknown() + func (m *GetPendingTransactionDetailByTransactionHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingTransactionDetailByTransactionHashResponse) XXX_Merge(src proto.Message) + func (m *GetPendingTransactionDetailByTransactionHashResponse) XXX_Size() int + func (m *GetPendingTransactionDetailByTransactionHashResponse) XXX_Unmarshal(b []byte) error + type GetPendingTransactionsByHeightRequest struct + FromHeight uint32 + ToHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingTransactionsByHeightRequest) Descriptor() ([]byte, []int) + func (*GetPendingTransactionsByHeightRequest) ProtoMessage() + func (m *GetPendingTransactionsByHeightRequest) GetFromHeight() uint32 + func (m *GetPendingTransactionsByHeightRequest) GetToHeight() uint32 + func (m *GetPendingTransactionsByHeightRequest) Reset() + func (m *GetPendingTransactionsByHeightRequest) String() string + func (m *GetPendingTransactionsByHeightRequest) XXX_DiscardUnknown() + func (m *GetPendingTransactionsByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingTransactionsByHeightRequest) XXX_Merge(src proto.Message) + func (m *GetPendingTransactionsByHeightRequest) XXX_Size() int + func (m *GetPendingTransactionsByHeightRequest) XXX_Unmarshal(b []byte) error + type GetPendingTransactionsByHeightResponse struct + PendingTransactions []*PendingTransaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingTransactionsByHeightResponse) Descriptor() ([]byte, []int) + func (*GetPendingTransactionsByHeightResponse) ProtoMessage() + func (m *GetPendingTransactionsByHeightResponse) GetPendingTransactions() []*PendingTransaction + func (m *GetPendingTransactionsByHeightResponse) Reset() + func (m *GetPendingTransactionsByHeightResponse) String() string + func (m *GetPendingTransactionsByHeightResponse) XXX_DiscardUnknown() + func (m *GetPendingTransactionsByHeightResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingTransactionsByHeightResponse) XXX_Merge(src proto.Message) + func (m *GetPendingTransactionsByHeightResponse) XXX_Size() int + func (m *GetPendingTransactionsByHeightResponse) XXX_Unmarshal(b []byte) error + type GetPendingTransactionsRequest struct + Pagination *Pagination + SenderAddress []byte + Status PendingTransactionStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingTransactionsRequest) Descriptor() ([]byte, []int) + func (*GetPendingTransactionsRequest) ProtoMessage() + func (m *GetPendingTransactionsRequest) GetPagination() *Pagination + func (m *GetPendingTransactionsRequest) GetSenderAddress() []byte + func (m *GetPendingTransactionsRequest) GetStatus() PendingTransactionStatus + func (m *GetPendingTransactionsRequest) Reset() + func (m *GetPendingTransactionsRequest) String() string + func (m *GetPendingTransactionsRequest) XXX_DiscardUnknown() + func (m *GetPendingTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingTransactionsRequest) XXX_Merge(src proto.Message) + func (m *GetPendingTransactionsRequest) XXX_Size() int + func (m *GetPendingTransactionsRequest) XXX_Unmarshal(b []byte) error + type GetPendingTransactionsResponse struct + Count uint32 + Page uint32 + PendingTransactions []*PendingTransaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPendingTransactionsResponse) Descriptor() ([]byte, []int) + func (*GetPendingTransactionsResponse) ProtoMessage() + func (m *GetPendingTransactionsResponse) GetCount() uint32 + func (m *GetPendingTransactionsResponse) GetPage() uint32 + func (m *GetPendingTransactionsResponse) GetPendingTransactions() []*PendingTransaction + func (m *GetPendingTransactionsResponse) Reset() + func (m *GetPendingTransactionsResponse) String() string + func (m *GetPendingTransactionsResponse) XXX_DiscardUnknown() + func (m *GetPendingTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPendingTransactionsResponse) XXX_Merge(src proto.Message) + func (m *GetPendingTransactionsResponse) XXX_Size() int + func (m *GetPendingTransactionsResponse) XXX_Unmarshal(b []byte) error + type GetProofOfOwnershipRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetProofOfOwnershipRequest) Descriptor() ([]byte, []int) + func (*GetProofOfOwnershipRequest) ProtoMessage() + func (m *GetProofOfOwnershipRequest) Reset() + func (m *GetProofOfOwnershipRequest) String() string + func (m *GetProofOfOwnershipRequest) XXX_DiscardUnknown() + func (m *GetProofOfOwnershipRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetProofOfOwnershipRequest) XXX_Merge(src proto.Message) + func (m *GetProofOfOwnershipRequest) XXX_Size() int + func (m *GetProofOfOwnershipRequest) XXX_Unmarshal(b []byte) error + type GetPublishedReceiptsRequest struct + FromHeight uint32 + ToHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPublishedReceiptsRequest) Descriptor() ([]byte, []int) + func (*GetPublishedReceiptsRequest) ProtoMessage() + func (m *GetPublishedReceiptsRequest) GetFromHeight() uint32 + func (m *GetPublishedReceiptsRequest) GetToHeight() uint32 + func (m *GetPublishedReceiptsRequest) Reset() + func (m *GetPublishedReceiptsRequest) String() string + func (m *GetPublishedReceiptsRequest) XXX_DiscardUnknown() + func (m *GetPublishedReceiptsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPublishedReceiptsRequest) XXX_Merge(src proto.Message) + func (m *GetPublishedReceiptsRequest) XXX_Size() int + func (m *GetPublishedReceiptsRequest) XXX_Unmarshal(b []byte) error + type GetPublishedReceiptsResponse struct + PublishedReceipts []*PublishedReceipt + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPublishedReceiptsResponse) Descriptor() ([]byte, []int) + func (*GetPublishedReceiptsResponse) ProtoMessage() + func (m *GetPublishedReceiptsResponse) GetPublishedReceipts() []*PublishedReceipt + func (m *GetPublishedReceiptsResponse) Reset() + func (m *GetPublishedReceiptsResponse) String() string + func (m *GetPublishedReceiptsResponse) XXX_DiscardUnknown() + func (m *GetPublishedReceiptsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPublishedReceiptsResponse) XXX_Merge(src proto.Message) + func (m *GetPublishedReceiptsResponse) XXX_Size() int + func (m *GetPublishedReceiptsResponse) XXX_Unmarshal(b []byte) error + type GetSkippedBlocksmithsRequest struct + BlockHeightEnd uint32 + BlockHeightStart uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetSkippedBlocksmithsRequest) Descriptor() ([]byte, []int) + func (*GetSkippedBlocksmithsRequest) ProtoMessage() + func (m *GetSkippedBlocksmithsRequest) GetBlockHeightEnd() uint32 + func (m *GetSkippedBlocksmithsRequest) GetBlockHeightStart() uint32 + func (m *GetSkippedBlocksmithsRequest) Reset() + func (m *GetSkippedBlocksmithsRequest) String() string + func (m *GetSkippedBlocksmithsRequest) XXX_DiscardUnknown() + func (m *GetSkippedBlocksmithsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSkippedBlocksmithsRequest) XXX_Merge(src proto.Message) + func (m *GetSkippedBlocksmithsRequest) XXX_Size() int + func (m *GetSkippedBlocksmithsRequest) XXX_Unmarshal(b []byte) error + type GetSkippedBlocksmithsResponse struct + SkippedBlocksmiths []*SkippedBlocksmith + Total uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetSkippedBlocksmithsResponse) Descriptor() ([]byte, []int) + func (*GetSkippedBlocksmithsResponse) ProtoMessage() + func (m *GetSkippedBlocksmithsResponse) GetSkippedBlocksmiths() []*SkippedBlocksmith + func (m *GetSkippedBlocksmithsResponse) GetTotal() uint64 + func (m *GetSkippedBlocksmithsResponse) Reset() + func (m *GetSkippedBlocksmithsResponse) String() string + func (m *GetSkippedBlocksmithsResponse) XXX_DiscardUnknown() + func (m *GetSkippedBlocksmithsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSkippedBlocksmithsResponse) XXX_Merge(src proto.Message) + func (m *GetSkippedBlocksmithsResponse) XXX_Size() int + func (m *GetSkippedBlocksmithsResponse) XXX_Unmarshal(b []byte) error + type GetTransactionMinimumFeeRequest struct + TransactionBytes []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetTransactionMinimumFeeRequest) Descriptor() ([]byte, []int) + func (*GetTransactionMinimumFeeRequest) ProtoMessage() + func (m *GetTransactionMinimumFeeRequest) GetTransactionBytes() []byte + func (m *GetTransactionMinimumFeeRequest) Reset() + func (m *GetTransactionMinimumFeeRequest) String() string + func (m *GetTransactionMinimumFeeRequest) XXX_DiscardUnknown() + func (m *GetTransactionMinimumFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTransactionMinimumFeeRequest) XXX_Merge(src proto.Message) + func (m *GetTransactionMinimumFeeRequest) XXX_Size() int + func (m *GetTransactionMinimumFeeRequest) XXX_Unmarshal(b []byte) error + type GetTransactionMinimumFeeResponse struct + Fee int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetTransactionMinimumFeeResponse) Descriptor() ([]byte, []int) + func (*GetTransactionMinimumFeeResponse) ProtoMessage() + func (m *GetTransactionMinimumFeeResponse) GetFee() int64 + func (m *GetTransactionMinimumFeeResponse) Reset() + func (m *GetTransactionMinimumFeeResponse) String() string + func (m *GetTransactionMinimumFeeResponse) XXX_DiscardUnknown() + func (m *GetTransactionMinimumFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTransactionMinimumFeeResponse) XXX_Merge(src proto.Message) + func (m *GetTransactionMinimumFeeResponse) XXX_Size() int + func (m *GetTransactionMinimumFeeResponse) XXX_Unmarshal(b []byte) error + type GetTransactionRequest struct + ID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetTransactionRequest) Descriptor() ([]byte, []int) + func (*GetTransactionRequest) ProtoMessage() + func (m *GetTransactionRequest) GetID() int64 + func (m *GetTransactionRequest) Reset() + func (m *GetTransactionRequest) String() string + func (m *GetTransactionRequest) XXX_DiscardUnknown() + func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTransactionRequest) XXX_Merge(src proto.Message) + func (m *GetTransactionRequest) XXX_Size() int + func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error + type GetTransactionsRequest struct + AccountAddress []byte + FromBlock uint32 + Height uint32 + Pagination *Pagination + TimestampEnd int64 + TimestampStart int64 + ToBlock uint32 + TransactionType uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetTransactionsRequest) Descriptor() ([]byte, []int) + func (*GetTransactionsRequest) ProtoMessage() + func (m *GetTransactionsRequest) GetAccountAddress() []byte + func (m *GetTransactionsRequest) GetFromBlock() uint32 + func (m *GetTransactionsRequest) GetHeight() uint32 + func (m *GetTransactionsRequest) GetPagination() *Pagination + func (m *GetTransactionsRequest) GetTimestampEnd() int64 + func (m *GetTransactionsRequest) GetTimestampStart() int64 + func (m *GetTransactionsRequest) GetToBlock() uint32 + func (m *GetTransactionsRequest) GetTransactionType() uint32 + func (m *GetTransactionsRequest) Reset() + func (m *GetTransactionsRequest) String() string + func (m *GetTransactionsRequest) XXX_DiscardUnknown() + func (m *GetTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTransactionsRequest) XXX_Merge(src proto.Message) + func (m *GetTransactionsRequest) XXX_Size() int + func (m *GetTransactionsRequest) XXX_Unmarshal(b []byte) error + type GetTransactionsResponse struct + Total uint64 + Transactions []*Transaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetTransactionsResponse) Descriptor() ([]byte, []int) + func (*GetTransactionsResponse) ProtoMessage() + func (m *GetTransactionsResponse) GetTotal() uint64 + func (m *GetTransactionsResponse) GetTransactions() []*Transaction + func (m *GetTransactionsResponse) Reset() + func (m *GetTransactionsResponse) String() string + func (m *GetTransactionsResponse) XXX_DiscardUnknown() + func (m *GetTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTransactionsResponse) XXX_Merge(src proto.Message) + func (m *GetTransactionsResponse) XXX_Size() int + func (m *GetTransactionsResponse) XXX_Unmarshal(b []byte) error + type HealthCheckResponse struct + Reply string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HealthCheckResponse) Descriptor() ([]byte, []int) + func (*HealthCheckResponse) ProtoMessage() + func (m *HealthCheckResponse) GetReply() string + func (m *HealthCheckResponse) Reset() + func (m *HealthCheckResponse) String() string + func (m *HealthCheckResponse) XXX_DiscardUnknown() + func (m *HealthCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HealthCheckResponse) XXX_Merge(src proto.Message) + func (m *HealthCheckResponse) XXX_Size() int + func (m *HealthCheckResponse) XXX_Unmarshal(b []byte) error + type Host struct + BlacklistedPeers map[string]*Peer + Info *Node + KnownPeers map[string]*Peer + ResolvedPeers map[string]*Peer + Stopped bool + UnresolvedPeers map[string]*Peer + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Host) Descriptor() ([]byte, []int) + func (*Host) ProtoMessage() + func (m *Host) GetBlacklistedPeers() map[string]*Peer + func (m *Host) GetInfo() *Node + func (m *Host) GetKnownPeers() map[string]*Peer + func (m *Host) GetResolvedPeers() map[string]*Peer + func (m *Host) GetStopped() bool + func (m *Host) GetUnresolvedPeers() map[string]*Peer + func (m *Host) Reset() + func (m *Host) String() string + func (m *Host) XXX_DiscardUnknown() + func (m *Host) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Host) XXX_Merge(src proto.Message) + func (m *Host) XXX_Size() int + func (m *Host) XXX_Unmarshal(b []byte) error + type HostInfo struct + ChainStatuses []*ChainStatus + Host *Host + PriorityPeers map[string]*Peer + ScrambledNodes []*Peer + ScrambledNodesHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HostInfo) Descriptor() ([]byte, []int) + func (*HostInfo) ProtoMessage() + func (m *HostInfo) GetChainStatuses() []*ChainStatus + func (m *HostInfo) GetHost() *Host + func (m *HostInfo) GetPriorityPeers() map[string]*Peer + func (m *HostInfo) GetScrambledNodes() []*Peer + func (m *HostInfo) GetScrambledNodesHeight() uint32 + func (m *HostInfo) Reset() + func (m *HostInfo) String() string + func (m *HostInfo) XXX_DiscardUnknown() + func (m *HostInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HostInfo) XXX_Merge(src proto.Message) + func (m *HostInfo) XXX_Size() int + func (m *HostInfo) XXX_Unmarshal(b []byte) error + type HostInformation struct + HostID string + HostName string + NumberOfRunningProcess uint64 + OS string + Platform string + PlatformFamily string + PlatformVersion string + Uptime uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HostInformation) Descriptor() ([]byte, []int) + func (*HostInformation) ProtoMessage() + func (m *HostInformation) GetHostID() string + func (m *HostInformation) GetHostName() string + func (m *HostInformation) GetNumberOfRunningProcess() uint64 + func (m *HostInformation) GetOS() string + func (m *HostInformation) GetPlatform() string + func (m *HostInformation) GetPlatformFamily() string + func (m *HostInformation) GetPlatformVersion() string + func (m *HostInformation) GetUptime() uint64 + func (m *HostInformation) Reset() + func (m *HostInformation) String() string + func (m *HostInformation) XXX_DiscardUnknown() + func (m *HostInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HostInformation) XXX_Merge(src proto.Message) + func (m *HostInformation) XXX_Size() int + func (m *HostInformation) XXX_Unmarshal(b []byte) error + type LiquidPayment struct + Amount int64 + AppliedTime int64 + BlockHeight uint32 + CompleteMinutes uint64 + ID int64 + Latest bool + RecipientAddress []byte + SenderAddress []byte + Status LiquidPaymentStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LiquidPayment) Descriptor() ([]byte, []int) + func (*LiquidPayment) ProtoMessage() + func (m *LiquidPayment) GetAmount() int64 + func (m *LiquidPayment) GetAppliedTime() int64 + func (m *LiquidPayment) GetBlockHeight() uint32 + func (m *LiquidPayment) GetCompleteMinutes() uint64 + func (m *LiquidPayment) GetID() int64 + func (m *LiquidPayment) GetLatest() bool + func (m *LiquidPayment) GetRecipientAddress() []byte + func (m *LiquidPayment) GetSenderAddress() []byte + func (m *LiquidPayment) GetStatus() LiquidPaymentStatus + func (m *LiquidPayment) Reset() + func (m *LiquidPayment) String() string + func (m *LiquidPayment) XXX_DiscardUnknown() + func (m *LiquidPayment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LiquidPayment) XXX_Merge(src proto.Message) + func (m *LiquidPayment) XXX_Size() int + func (m *LiquidPayment) XXX_Unmarshal(b []byte) error + type LiquidPaymentStatus int32 + const LiquidPaymentStatus_LiquidPaymentCompleted + const LiquidPaymentStatus_LiquidPaymentPending + func (LiquidPaymentStatus) EnumDescriptor() ([]byte, []int) + func (x LiquidPaymentStatus) String() string + type LiquidPaymentStopTransactionBody struct + TransactionID int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LiquidPaymentStopTransactionBody) Descriptor() ([]byte, []int) + func (*LiquidPaymentStopTransactionBody) ProtoMessage() + func (m *LiquidPaymentStopTransactionBody) GetTransactionID() int64 + func (m *LiquidPaymentStopTransactionBody) Reset() + func (m *LiquidPaymentStopTransactionBody) String() string + func (m *LiquidPaymentStopTransactionBody) XXX_DiscardUnknown() + func (m *LiquidPaymentStopTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LiquidPaymentStopTransactionBody) XXX_Merge(src proto.Message) + func (m *LiquidPaymentStopTransactionBody) XXX_Size() int + func (m *LiquidPaymentStopTransactionBody) XXX_Unmarshal(b []byte) error + type LiquidPaymentTransactionBody struct + Amount int64 + CompleteMinutes uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LiquidPaymentTransactionBody) Descriptor() ([]byte, []int) + func (*LiquidPaymentTransactionBody) ProtoMessage() + func (m *LiquidPaymentTransactionBody) GetAmount() int64 + func (m *LiquidPaymentTransactionBody) GetCompleteMinutes() uint64 + func (m *LiquidPaymentTransactionBody) Reset() + func (m *LiquidPaymentTransactionBody) String() string + func (m *LiquidPaymentTransactionBody) XXX_DiscardUnknown() + func (m *LiquidPaymentTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LiquidPaymentTransactionBody) XXX_Merge(src proto.Message) + func (m *LiquidPaymentTransactionBody) XXX_Size() int + func (m *LiquidPaymentTransactionBody) XXX_Unmarshal(b []byte) error + type MapIntBool struct + func NewMapIntBool() *MapIntBool + func (rm *MapIntBool) Count() int + func (rm *MapIntBool) Delete(key int32) + func (rm *MapIntBool) GetMap() map[int32]bool + func (rm *MapIntBool) Load(key int32) (value, ok bool) + func (rm *MapIntBool) Reset() + func (rm *MapIntBool) Store(key int32, value bool) + type MapStringInt struct + func NewMapStringInt() *MapStringInt + func (rm *MapStringInt) Count() int + func (rm *MapStringInt) Delete(key string) + func (rm *MapStringInt) GetMap() map[string]int64 + func (rm *MapStringInt) Load(key string) (value int64, ok bool) + func (rm *MapStringInt) Reset() + func (rm *MapStringInt) Store(key string, value int64) + type MemoryInformation struct + Available uint64 + Free uint64 + Total uint64 + Used uint64 + UsedPercent float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryInformation) Descriptor() ([]byte, []int) + func (*MemoryInformation) ProtoMessage() + func (m *MemoryInformation) GetAvailable() uint64 + func (m *MemoryInformation) GetFree() uint64 + func (m *MemoryInformation) GetTotal() uint64 + func (m *MemoryInformation) GetUsed() uint64 + func (m *MemoryInformation) GetUsedPercent() float64 + func (m *MemoryInformation) Reset() + func (m *MemoryInformation) String() string + func (m *MemoryInformation) XXX_DiscardUnknown() + func (m *MemoryInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryInformation) XXX_Merge(src proto.Message) + func (m *MemoryInformation) XXX_Size() int + func (m *MemoryInformation) XXX_Unmarshal(b []byte) error + type MempoolTransaction struct + ArrivalTimestamp int64 + BlockHeight uint32 + Escrow *Escrow + FeePerByte int64 + ID int64 + RecipientAccountAddress []byte + SenderAccountAddress []byte + TransactionBytes []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MempoolTransaction) Descriptor() ([]byte, []int) + func (*MempoolTransaction) ProtoMessage() + func (m *MempoolTransaction) GetArrivalTimestamp() int64 + func (m *MempoolTransaction) GetBlockHeight() uint32 + func (m *MempoolTransaction) GetEscrow() *Escrow + func (m *MempoolTransaction) GetFeePerByte() int64 + func (m *MempoolTransaction) GetID() int64 + func (m *MempoolTransaction) GetRecipientAccountAddress() []byte + func (m *MempoolTransaction) GetSenderAccountAddress() []byte + func (m *MempoolTransaction) GetTransactionBytes() []byte + func (m *MempoolTransaction) Reset() + func (m *MempoolTransaction) String() string + func (m *MempoolTransaction) XXX_DiscardUnknown() + func (m *MempoolTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MempoolTransaction) XXX_Merge(src proto.Message) + func (m *MempoolTransaction) XXX_Size() int + func (m *MempoolTransaction) XXX_Unmarshal(b []byte) error + type MultiSignatureInfo struct + Addresses [][]byte + BlockHeight uint32 + Latest bool + MinimumSignatures uint32 + MultisigAddress []byte + Nonce int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MultiSignatureInfo) Descriptor() ([]byte, []int) + func (*MultiSignatureInfo) ProtoMessage() + func (m *MultiSignatureInfo) GetAddresses() [][]byte + func (m *MultiSignatureInfo) GetBlockHeight() uint32 + func (m *MultiSignatureInfo) GetLatest() bool + func (m *MultiSignatureInfo) GetMinimumSignatures() uint32 + func (m *MultiSignatureInfo) GetMultisigAddress() []byte + func (m *MultiSignatureInfo) GetNonce() int64 + func (m *MultiSignatureInfo) Reset() + func (m *MultiSignatureInfo) String() string + func (m *MultiSignatureInfo) XXX_DiscardUnknown() + func (m *MultiSignatureInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MultiSignatureInfo) XXX_Merge(src proto.Message) + func (m *MultiSignatureInfo) XXX_Size() int + func (m *MultiSignatureInfo) XXX_Unmarshal(b []byte) error + type MultiSignatureParticipant struct + AccountAddress []byte + AccountAddressIndex uint32 + BlockHeight uint32 + Latest bool + MultiSignatureAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MultiSignatureParticipant) Descriptor() ([]byte, []int) + func (*MultiSignatureParticipant) ProtoMessage() + func (m *MultiSignatureParticipant) GetAccountAddress() []byte + func (m *MultiSignatureParticipant) GetAccountAddressIndex() uint32 + func (m *MultiSignatureParticipant) GetBlockHeight() uint32 + func (m *MultiSignatureParticipant) GetLatest() bool + func (m *MultiSignatureParticipant) GetMultiSignatureAddress() []byte + func (m *MultiSignatureParticipant) Reset() + func (m *MultiSignatureParticipant) String() string + func (m *MultiSignatureParticipant) XXX_DiscardUnknown() + func (m *MultiSignatureParticipant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MultiSignatureParticipant) XXX_Merge(src proto.Message) + func (m *MultiSignatureParticipant) XXX_Size() int + func (m *MultiSignatureParticipant) XXX_Unmarshal(b []byte) error + type MultiSignatureParticipants struct + MultiSignatureParticipants []*MultiSignatureParticipant + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MultiSignatureParticipants) Descriptor() ([]byte, []int) + func (*MultiSignatureParticipants) ProtoMessage() + func (m *MultiSignatureParticipants) GetMultiSignatureParticipants() []*MultiSignatureParticipant + func (m *MultiSignatureParticipants) Reset() + func (m *MultiSignatureParticipants) String() string + func (m *MultiSignatureParticipants) XXX_DiscardUnknown() + func (m *MultiSignatureParticipants) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MultiSignatureParticipants) XXX_Merge(src proto.Message) + func (m *MultiSignatureParticipants) XXX_Size() int + func (m *MultiSignatureParticipants) XXX_Unmarshal(b []byte) error + type MultiSignatureTransactionBody struct + MultiSignatureInfo *MultiSignatureInfo + SignatureInfo *SignatureInfo + UnsignedTransactionBytes []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MultiSignatureTransactionBody) Descriptor() ([]byte, []int) + func (*MultiSignatureTransactionBody) ProtoMessage() + func (m *MultiSignatureTransactionBody) GetMultiSignatureInfo() *MultiSignatureInfo + func (m *MultiSignatureTransactionBody) GetSignatureInfo() *SignatureInfo + func (m *MultiSignatureTransactionBody) GetUnsignedTransactionBytes() []byte + func (m *MultiSignatureTransactionBody) Reset() + func (m *MultiSignatureTransactionBody) String() string + func (m *MultiSignatureTransactionBody) XXX_DiscardUnknown() + func (m *MultiSignatureTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MultiSignatureTransactionBody) XXX_Merge(src proto.Message) + func (m *MultiSignatureTransactionBody) XXX_Size() int + func (m *MultiSignatureTransactionBody) XXX_Unmarshal(b []byte) error + type Node struct + Address string + AddressStatus NodeAddressStatus + CodeName string + ID int64 + Port uint32 + PublicKey []byte + SharedAddress string + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Node) Descriptor() ([]byte, []int) + func (*Node) ProtoMessage() + func (m *Node) GetAddress() string + func (m *Node) GetAddressStatus() NodeAddressStatus + func (m *Node) GetCodeName() string + func (m *Node) GetID() int64 + func (m *Node) GetPort() uint32 + func (m *Node) GetPublicKey() []byte + func (m *Node) GetSharedAddress() string + func (m *Node) GetVersion() string + func (m *Node) Reset() + func (m *Node) String() string + func (m *Node) XXX_DiscardUnknown() + func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Node) XXX_Merge(src proto.Message) + func (m *Node) XXX_Size() int + func (m *Node) XXX_Unmarshal(b []byte) error + type NodeAddressInfo struct + Address string + BlockHash []byte + BlockHeight uint32 + NodeID int64 + Port uint32 + Signature []byte + Status NodeAddressStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeAddressInfo) Descriptor() ([]byte, []int) + func (*NodeAddressInfo) ProtoMessage() + func (m *NodeAddressInfo) GetAddress() string + func (m *NodeAddressInfo) GetBlockHash() []byte + func (m *NodeAddressInfo) GetBlockHeight() uint32 + func (m *NodeAddressInfo) GetNodeID() int64 + func (m *NodeAddressInfo) GetPort() uint32 + func (m *NodeAddressInfo) GetSignature() []byte + func (m *NodeAddressInfo) GetStatus() NodeAddressStatus + func (m *NodeAddressInfo) Reset() + func (m *NodeAddressInfo) String() string + func (m *NodeAddressInfo) XXX_DiscardUnknown() + func (m *NodeAddressInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeAddressInfo) XXX_Merge(src proto.Message) + func (m *NodeAddressInfo) XXX_Size() int + func (m *NodeAddressInfo) XXX_Unmarshal(b []byte) error + type NodeAddressStatus int32 + const NodeAddressStatus_NodeAddressConfirmed + const NodeAddressStatus_NodeAddressPending + const NodeAddressStatus_Unset + func (NodeAddressStatus) EnumDescriptor() ([]byte, []int) + func (x NodeAddressStatus) String() string + type NodeAdmissionTimestamp struct + BlockHeight uint32 + Latest bool + Timestamp int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeAdmissionTimestamp) Descriptor() ([]byte, []int) + func (*NodeAdmissionTimestamp) ProtoMessage() + func (m *NodeAdmissionTimestamp) GetBlockHeight() uint32 + func (m *NodeAdmissionTimestamp) GetLatest() bool + func (m *NodeAdmissionTimestamp) GetTimestamp() int64 + func (m *NodeAdmissionTimestamp) Reset() + func (m *NodeAdmissionTimestamp) String() string + func (m *NodeAdmissionTimestamp) XXX_DiscardUnknown() + func (m *NodeAdmissionTimestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeAdmissionTimestamp) XXX_Merge(src proto.Message) + func (m *NodeAdmissionTimestamp) XXX_Size() int + func (m *NodeAdmissionTimestamp) XXX_Unmarshal(b []byte) error + type NodeHardware struct + CPUInformation []*CPUInformation + HostInformation *HostInformation + MemoryInformation *MemoryInformation + StorageInformation *StorageInformation + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeHardware) Descriptor() ([]byte, []int) + func (*NodeHardware) ProtoMessage() + func (m *NodeHardware) GetCPUInformation() []*CPUInformation + func (m *NodeHardware) GetHostInformation() *HostInformation + func (m *NodeHardware) GetMemoryInformation() *MemoryInformation + func (m *NodeHardware) GetStorageInformation() *StorageInformation + func (m *NodeHardware) Reset() + func (m *NodeHardware) String() string + func (m *NodeHardware) XXX_DiscardUnknown() + func (m *NodeHardware) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeHardware) XXX_Merge(src proto.Message) + func (m *NodeHardware) XXX_Size() int + func (m *NodeHardware) XXX_Unmarshal(b []byte) error + type NodeKey struct + ID int64 + PublicKey []byte + Seed string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeKey) Descriptor() ([]byte, []int) + func (*NodeKey) ProtoMessage() + func (m *NodeKey) GetID() int64 + func (m *NodeKey) GetPublicKey() []byte + func (m *NodeKey) GetSeed() string + func (m *NodeKey) Reset() + func (m *NodeKey) String() string + func (m *NodeKey) UnmarshalJSON(b []byte) error + func (m *NodeKey) XXX_DiscardUnknown() + func (m *NodeKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeKey) XXX_Merge(src proto.Message) + func (m *NodeKey) XXX_Size() int + func (m *NodeKey) XXX_Unmarshal(b []byte) error + func (m NodeKey) MarshalJSON() ([]byte, error) + type NodeKeyFromFile struct + ID int64 + PublicKey string + Seed string + type NodeRegistration struct + AccountAddress []byte + Height uint32 + Latest bool + LockedBalance int64 + NodeAddressInfo *NodeAddressInfo + NodeID int64 + NodePublicKey []byte + RegistrationHeight uint32 + RegistrationStatus uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeRegistration) Descriptor() ([]byte, []int) + func (*NodeRegistration) ProtoMessage() + func (m *NodeRegistration) GetAccountAddress() []byte + func (m *NodeRegistration) GetHeight() uint32 + func (m *NodeRegistration) GetLatest() bool + func (m *NodeRegistration) GetLockedBalance() int64 + func (m *NodeRegistration) GetNodeAddressInfo() *NodeAddressInfo + func (m *NodeRegistration) GetNodeID() int64 + func (m *NodeRegistration) GetNodePublicKey() []byte + func (m *NodeRegistration) GetRegistrationHeight() uint32 + func (m *NodeRegistration) GetRegistrationStatus() uint32 + func (m *NodeRegistration) Reset() + func (m *NodeRegistration) String() string + func (m *NodeRegistration) XXX_DiscardUnknown() + func (m *NodeRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeRegistration) XXX_Merge(src proto.Message) + func (m *NodeRegistration) XXX_Size() int + func (m *NodeRegistration) XXX_Unmarshal(b []byte) error + type NodeRegistrationState int32 + const NodeRegistrationState_NodeDeleted + const NodeRegistrationState_NodeQueued + const NodeRegistrationState_NodeRegistered + func (NodeRegistrationState) EnumDescriptor() ([]byte, []int) + func (x NodeRegistrationState) String() string + type NodeRegistrationTransactionBody struct + AccountAddress []byte + LockedBalance int64 + NodePublicKey []byte + Poown *ProofOfOwnership + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeRegistrationTransactionBody) Descriptor() ([]byte, []int) + func (*NodeRegistrationTransactionBody) ProtoMessage() + func (m *NodeRegistrationTransactionBody) GetAccountAddress() []byte + func (m *NodeRegistrationTransactionBody) GetLockedBalance() int64 + func (m *NodeRegistrationTransactionBody) GetNodePublicKey() []byte + func (m *NodeRegistrationTransactionBody) GetPoown() *ProofOfOwnership + func (m *NodeRegistrationTransactionBody) Reset() + func (m *NodeRegistrationTransactionBody) String() string + func (m *NodeRegistrationTransactionBody) XXX_DiscardUnknown() + func (m *NodeRegistrationTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeRegistrationTransactionBody) XXX_Merge(src proto.Message) + func (m *NodeRegistrationTransactionBody) XXX_Size() int + func (m *NodeRegistrationTransactionBody) XXX_Unmarshal(b []byte) error + type OrderBy int32 + const OrderBy_ASC + const OrderBy_DESC + func (OrderBy) EnumDescriptor() ([]byte, []int) + func (x OrderBy) String() string + type Pagination struct + Limit uint32 + OrderBy OrderBy + OrderField string + Page uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Pagination) Descriptor() ([]byte, []int) + func (*Pagination) ProtoMessage() + func (m *Pagination) GetLimit() uint32 + func (m *Pagination) GetOrderBy() OrderBy + func (m *Pagination) GetOrderField() string + func (m *Pagination) GetPage() uint32 + func (m *Pagination) Reset() + func (m *Pagination) String() string + func (m *Pagination) XXX_DiscardUnknown() + func (m *Pagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Pagination) XXX_Merge(src proto.Message) + func (m *Pagination) XXX_Size() int + func (m *Pagination) XXX_Unmarshal(b []byte) error + type ParticipationScore struct + Height uint32 + Latest bool + NodeID int64 + Score int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ParticipationScore) Descriptor() ([]byte, []int) + func (*ParticipationScore) ProtoMessage() + func (m *ParticipationScore) GetHeight() uint32 + func (m *ParticipationScore) GetLatest() bool + func (m *ParticipationScore) GetNodeID() int64 + func (m *ParticipationScore) GetScore() int64 + func (m *ParticipationScore) Reset() + func (m *ParticipationScore) String() string + func (m *ParticipationScore) XXX_DiscardUnknown() + func (m *ParticipationScore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ParticipationScore) XXX_Merge(src proto.Message) + func (m *ParticipationScore) XXX_Size() int + func (m *ParticipationScore) XXX_Unmarshal(b []byte) error + type Peer struct + BlacklistingCause string + BlacklistingTime uint64 + ConnectionAttempted int32 + Info *Node + LastInboundRequest uint32 + ResolvingTime int64 + UnresolvingTime int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Peer) Descriptor() ([]byte, []int) + func (*Peer) ProtoMessage() + func (m *Peer) GetBlacklistingCause() string + func (m *Peer) GetBlacklistingTime() uint64 + func (m *Peer) GetConnectionAttempted() int32 + func (m *Peer) GetInfo() *Node + func (m *Peer) GetLastInboundRequest() uint32 + func (m *Peer) GetResolvingTime() int64 + func (m *Peer) GetUnresolvingTime() int64 + func (m *Peer) Reset() + func (m *Peer) String() string + func (m *Peer) XXX_DiscardUnknown() + func (m *Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Peer) XXX_Merge(src proto.Message) + func (m *Peer) XXX_Size() int + func (m *Peer) XXX_Unmarshal(b []byte) error + type PeerBasicResponse struct + Error string + Success bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PeerBasicResponse) Descriptor() ([]byte, []int) + func (*PeerBasicResponse) ProtoMessage() + func (m *PeerBasicResponse) GetError() string + func (m *PeerBasicResponse) GetSuccess() bool + func (m *PeerBasicResponse) Reset() + func (m *PeerBasicResponse) String() string + func (m *PeerBasicResponse) XXX_DiscardUnknown() + func (m *PeerBasicResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PeerBasicResponse) XXX_Merge(src proto.Message) + func (m *PeerBasicResponse) XXX_Size() int + func (m *PeerBasicResponse) XXX_Unmarshal(b []byte) error + type PendingSignature struct + AccountAddress []byte + BlockHeight uint32 + Latest bool + Signature []byte + TransactionHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PendingSignature) Descriptor() ([]byte, []int) + func (*PendingSignature) ProtoMessage() + func (m *PendingSignature) GetAccountAddress() []byte + func (m *PendingSignature) GetBlockHeight() uint32 + func (m *PendingSignature) GetLatest() bool + func (m *PendingSignature) GetSignature() []byte + func (m *PendingSignature) GetTransactionHash() []byte + func (m *PendingSignature) Reset() + func (m *PendingSignature) String() string + func (m *PendingSignature) XXX_DiscardUnknown() + func (m *PendingSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PendingSignature) XXX_Merge(src proto.Message) + func (m *PendingSignature) XXX_Size() int + func (m *PendingSignature) XXX_Unmarshal(b []byte) error + type PendingTransaction struct + BlockHeight uint32 + Latest bool + SenderAddress []byte + Status PendingTransactionStatus + TransactionBytes []byte + TransactionHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PendingTransaction) Descriptor() ([]byte, []int) + func (*PendingTransaction) ProtoMessage() + func (m *PendingTransaction) GetBlockHeight() uint32 + func (m *PendingTransaction) GetLatest() bool + func (m *PendingTransaction) GetSenderAddress() []byte + func (m *PendingTransaction) GetStatus() PendingTransactionStatus + func (m *PendingTransaction) GetTransactionBytes() []byte + func (m *PendingTransaction) GetTransactionHash() []byte + func (m *PendingTransaction) Reset() + func (m *PendingTransaction) String() string + func (m *PendingTransaction) XXX_DiscardUnknown() + func (m *PendingTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PendingTransaction) XXX_Merge(src proto.Message) + func (m *PendingTransaction) XXX_Size() int + func (m *PendingTransaction) XXX_Unmarshal(b []byte) error + type PendingTransactionStatus int32 + const PendingTransactionStatus_PendingTransactionExecuted + const PendingTransactionStatus_PendingTransactionExpired + const PendingTransactionStatus_PendingTransactionNoOp + const PendingTransactionStatus_PendingTransactionPending + func (PendingTransactionStatus) EnumDescriptor() ([]byte, []int) + func (x PendingTransactionStatus) String() string + type PortType string + type PostTransactionRequest struct + TransactionBytes []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PostTransactionRequest) Descriptor() ([]byte, []int) + func (*PostTransactionRequest) ProtoMessage() + func (m *PostTransactionRequest) GetTransactionBytes() []byte + func (m *PostTransactionRequest) Reset() + func (m *PostTransactionRequest) String() string + func (m *PostTransactionRequest) XXX_DiscardUnknown() + func (m *PostTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PostTransactionRequest) XXX_Merge(src proto.Message) + func (m *PostTransactionRequest) XXX_Size() int + func (m *PostTransactionRequest) XXX_Unmarshal(b []byte) error + type PostTransactionResponse struct + Transaction *Transaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PostTransactionResponse) Descriptor() ([]byte, []int) + func (*PostTransactionResponse) ProtoMessage() + func (m *PostTransactionResponse) GetTransaction() *Transaction + func (m *PostTransactionResponse) Reset() + func (m *PostTransactionResponse) String() string + func (m *PostTransactionResponse) XXX_DiscardUnknown() + func (m *PostTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PostTransactionResponse) XXX_Merge(src proto.Message) + func (m *PostTransactionResponse) XXX_Size() int + func (m *PostTransactionResponse) XXX_Unmarshal(b []byte) error + type PrivateKeyBytesLength int32 + const PrivateKeyBytesLength_PrivateKey256Bits + const PrivateKeyBytesLength_PrivateKey384Bits + const PrivateKeyBytesLength_PrivateKey512Bits + const PrivateKeyBytesLength_PrivateKeyInvalid + func (PrivateKeyBytesLength) EnumDescriptor() ([]byte, []int) + func (x PrivateKeyBytesLength) String() string + type ProofOfOrigin struct + MessageBytes []byte + Signature []byte + Timestamp int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProofOfOrigin) Descriptor() ([]byte, []int) + func (*ProofOfOrigin) ProtoMessage() + func (m *ProofOfOrigin) GetMessageBytes() []byte + func (m *ProofOfOrigin) GetSignature() []byte + func (m *ProofOfOrigin) GetTimestamp() int64 + func (m *ProofOfOrigin) Reset() + func (m *ProofOfOrigin) String() string + func (m *ProofOfOrigin) XXX_DiscardUnknown() + func (m *ProofOfOrigin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProofOfOrigin) XXX_Merge(src proto.Message) + func (m *ProofOfOrigin) XXX_Size() int + func (m *ProofOfOrigin) XXX_Unmarshal(b []byte) error + type ProofOfOwnership struct + MessageBytes []byte + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProofOfOwnership) Descriptor() ([]byte, []int) + func (*ProofOfOwnership) ProtoMessage() + func (m *ProofOfOwnership) GetMessageBytes() []byte + func (m *ProofOfOwnership) GetSignature() []byte + func (m *ProofOfOwnership) Reset() + func (m *ProofOfOwnership) String() string + func (m *ProofOfOwnership) XXX_DiscardUnknown() + func (m *ProofOfOwnership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProofOfOwnership) XXX_Merge(src proto.Message) + func (m *ProofOfOwnership) XXX_Size() int + func (m *ProofOfOwnership) XXX_Unmarshal(b []byte) error + type ProofOfOwnershipMessage struct + AccountAddress []byte + BlockHash []byte + BlockHeight uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProofOfOwnershipMessage) Descriptor() ([]byte, []int) + func (*ProofOfOwnershipMessage) ProtoMessage() + func (m *ProofOfOwnershipMessage) GetAccountAddress() []byte + func (m *ProofOfOwnershipMessage) GetBlockHash() []byte + func (m *ProofOfOwnershipMessage) GetBlockHeight() uint32 + func (m *ProofOfOwnershipMessage) Reset() + func (m *ProofOfOwnershipMessage) String() string + func (m *ProofOfOwnershipMessage) XXX_DiscardUnknown() + func (m *ProofOfOwnershipMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProofOfOwnershipMessage) XXX_Merge(src proto.Message) + func (m *ProofOfOwnershipMessage) XXX_Size() int + func (m *ProofOfOwnershipMessage) XXX_Unmarshal(b []byte) error + type PublishedReceipt struct + BlockHeight uint32 + IntermediateHashes []byte + PublishedIndex uint32 + RMRLinked []byte + RMRLinkedIndex uint32 + Receipt *Receipt + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PublishedReceipt) Descriptor() ([]byte, []int) + func (*PublishedReceipt) ProtoMessage() + func (m *PublishedReceipt) GetBlockHeight() uint32 + func (m *PublishedReceipt) GetIntermediateHashes() []byte + func (m *PublishedReceipt) GetPublishedIndex() uint32 + func (m *PublishedReceipt) GetRMRLinked() []byte + func (m *PublishedReceipt) GetRMRLinkedIndex() uint32 + func (m *PublishedReceipt) GetReceipt() *Receipt + func (m *PublishedReceipt) Reset() + func (m *PublishedReceipt) String() string + func (m *PublishedReceipt) XXX_DiscardUnknown() + func (m *PublishedReceipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PublishedReceipt) XXX_Merge(src proto.Message) + func (m *PublishedReceipt) XXX_Size() int + func (m *PublishedReceipt) XXX_Unmarshal(b []byte) error + type Receipt struct + DatumHash []byte + DatumType uint32 + RMR []byte + RecipientPublicKey []byte + RecipientSignature []byte + ReferenceBlockHash []byte + ReferenceBlockHeight uint32 + SenderPublicKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Receipt) Descriptor() ([]byte, []int) + func (*Receipt) ProtoMessage() + func (m *Receipt) GetDatumHash() []byte + func (m *Receipt) GetDatumType() uint32 + func (m *Receipt) GetRMR() []byte + func (m *Receipt) GetRecipientPublicKey() []byte + func (m *Receipt) GetRecipientSignature() []byte + func (m *Receipt) GetReferenceBlockHash() []byte + func (m *Receipt) GetReferenceBlockHeight() uint32 + func (m *Receipt) GetSenderPublicKey() []byte + func (m *Receipt) Reset() + func (m *Receipt) String() string + func (m *Receipt) XXX_DiscardUnknown() + func (m *Receipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Receipt) XXX_Merge(src proto.Message) + func (m *Receipt) XXX_Size() int + func (m *Receipt) XXX_Unmarshal(b []byte) error + type RemoveAccountDatasetTransactionBody struct + Property string + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RemoveAccountDatasetTransactionBody) Descriptor() ([]byte, []int) + func (*RemoveAccountDatasetTransactionBody) ProtoMessage() + func (m *RemoveAccountDatasetTransactionBody) GetProperty() string + func (m *RemoveAccountDatasetTransactionBody) GetValue() string + func (m *RemoveAccountDatasetTransactionBody) Reset() + func (m *RemoveAccountDatasetTransactionBody) String() string + func (m *RemoveAccountDatasetTransactionBody) XXX_DiscardUnknown() + func (m *RemoveAccountDatasetTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveAccountDatasetTransactionBody) XXX_Merge(src proto.Message) + func (m *RemoveAccountDatasetTransactionBody) XXX_Size() int + func (m *RemoveAccountDatasetTransactionBody) XXX_Unmarshal(b []byte) error + type RemoveNodeRegistrationTransactionBody struct + NodePublicKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RemoveNodeRegistrationTransactionBody) Descriptor() ([]byte, []int) + func (*RemoveNodeRegistrationTransactionBody) ProtoMessage() + func (m *RemoveNodeRegistrationTransactionBody) GetNodePublicKey() []byte + func (m *RemoveNodeRegistrationTransactionBody) Reset() + func (m *RemoveNodeRegistrationTransactionBody) String() string + func (m *RemoveNodeRegistrationTransactionBody) XXX_DiscardUnknown() + func (m *RemoveNodeRegistrationTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveNodeRegistrationTransactionBody) XXX_Merge(src proto.Message) + func (m *RemoveNodeRegistrationTransactionBody) XXX_Size() int + func (m *RemoveNodeRegistrationTransactionBody) XXX_Unmarshal(b []byte) error + type RequestBlockTransactionsRequest struct + BlockID int64 + ChainType int32 + TransactionIDs []int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RequestBlockTransactionsRequest) Descriptor() ([]byte, []int) + func (*RequestBlockTransactionsRequest) ProtoMessage() + func (m *RequestBlockTransactionsRequest) GetBlockID() int64 + func (m *RequestBlockTransactionsRequest) GetChainType() int32 + func (m *RequestBlockTransactionsRequest) GetTransactionIDs() []int64 + func (m *RequestBlockTransactionsRequest) Reset() + func (m *RequestBlockTransactionsRequest) String() string + func (m *RequestBlockTransactionsRequest) XXX_DiscardUnknown() + func (m *RequestBlockTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestBlockTransactionsRequest) XXX_Merge(src proto.Message) + func (m *RequestBlockTransactionsRequest) XXX_Size() int + func (m *RequestBlockTransactionsRequest) XXX_Unmarshal(b []byte) error + type RequestType int32 + const RequestType_GeneratetNodeKey + const RequestType_GetNodeHardware + const RequestType_GetPendingNodeRegistrationsStream + const RequestType_GetProofOfOwnership + func (RequestType) EnumDescriptor() ([]byte, []int) + func (x RequestType) String() string + type ScrambledNodes struct + AddressNodes []*Peer + BlockHeight uint32 + IndexNodes map[string]*int + NodePublicKeyToIDMap map[string]int64 + type SendBlockRequest struct + Block *Block + ChainType int32 + SenderPublicKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendBlockRequest) Descriptor() ([]byte, []int) + func (*SendBlockRequest) ProtoMessage() + func (m *SendBlockRequest) GetBlock() *Block + func (m *SendBlockRequest) GetChainType() int32 + func (m *SendBlockRequest) GetSenderPublicKey() []byte + func (m *SendBlockRequest) Reset() + func (m *SendBlockRequest) String() string + func (m *SendBlockRequest) XXX_DiscardUnknown() + func (m *SendBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendBlockRequest) XXX_Merge(src proto.Message) + func (m *SendBlockRequest) XXX_Size() int + func (m *SendBlockRequest) XXX_Unmarshal(b []byte) error + type SendBlockResponse struct + Receipt *Receipt + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendBlockResponse) Descriptor() ([]byte, []int) + func (*SendBlockResponse) ProtoMessage() + func (m *SendBlockResponse) GetReceipt() *Receipt + func (m *SendBlockResponse) Reset() + func (m *SendBlockResponse) String() string + func (m *SendBlockResponse) XXX_DiscardUnknown() + func (m *SendBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendBlockResponse) XXX_Merge(src proto.Message) + func (m *SendBlockResponse) XXX_Size() int + func (m *SendBlockResponse) XXX_Unmarshal(b []byte) error + type SendBlockTransactionsRequest struct + ChainType int32 + SenderPublicKey []byte + TransactionsBytes [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendBlockTransactionsRequest) Descriptor() ([]byte, []int) + func (*SendBlockTransactionsRequest) ProtoMessage() + func (m *SendBlockTransactionsRequest) GetChainType() int32 + func (m *SendBlockTransactionsRequest) GetSenderPublicKey() []byte + func (m *SendBlockTransactionsRequest) GetTransactionsBytes() [][]byte + func (m *SendBlockTransactionsRequest) Reset() + func (m *SendBlockTransactionsRequest) String() string + func (m *SendBlockTransactionsRequest) XXX_DiscardUnknown() + func (m *SendBlockTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendBlockTransactionsRequest) XXX_Merge(src proto.Message) + func (m *SendBlockTransactionsRequest) XXX_Size() int + func (m *SendBlockTransactionsRequest) XXX_Unmarshal(b []byte) error + type SendBlockTransactionsResponse struct + Receipts []*Receipt + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendBlockTransactionsResponse) Descriptor() ([]byte, []int) + func (*SendBlockTransactionsResponse) ProtoMessage() + func (m *SendBlockTransactionsResponse) GetReceipts() []*Receipt + func (m *SendBlockTransactionsResponse) Reset() + func (m *SendBlockTransactionsResponse) String() string + func (m *SendBlockTransactionsResponse) XXX_DiscardUnknown() + func (m *SendBlockTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendBlockTransactionsResponse) XXX_Merge(src proto.Message) + func (m *SendBlockTransactionsResponse) XXX_Size() int + func (m *SendBlockTransactionsResponse) XXX_Unmarshal(b []byte) error + type SendNodeAddressInfoRequest struct + NodeAddressInfoMessage []*NodeAddressInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendNodeAddressInfoRequest) Descriptor() ([]byte, []int) + func (*SendNodeAddressInfoRequest) ProtoMessage() + func (m *SendNodeAddressInfoRequest) GetNodeAddressInfoMessage() []*NodeAddressInfo + func (m *SendNodeAddressInfoRequest) Reset() + func (m *SendNodeAddressInfoRequest) String() string + func (m *SendNodeAddressInfoRequest) XXX_DiscardUnknown() + func (m *SendNodeAddressInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendNodeAddressInfoRequest) XXX_Merge(src proto.Message) + func (m *SendNodeAddressInfoRequest) XXX_Size() int + func (m *SendNodeAddressInfoRequest) XXX_Unmarshal(b []byte) error + type SendPeersRequest struct + Peers []*Node + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendPeersRequest) Descriptor() ([]byte, []int) + func (*SendPeersRequest) ProtoMessage() + func (m *SendPeersRequest) GetPeers() []*Node + func (m *SendPeersRequest) Reset() + func (m *SendPeersRequest) String() string + func (m *SendPeersRequest) XXX_DiscardUnknown() + func (m *SendPeersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendPeersRequest) XXX_Merge(src proto.Message) + func (m *SendPeersRequest) XXX_Size() int + func (m *SendPeersRequest) XXX_Unmarshal(b []byte) error + type SendTransactionRequest struct + ChainType int32 + SenderPublicKey []byte + TransactionBytes []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendTransactionRequest) Descriptor() ([]byte, []int) + func (*SendTransactionRequest) ProtoMessage() + func (m *SendTransactionRequest) GetChainType() int32 + func (m *SendTransactionRequest) GetSenderPublicKey() []byte + func (m *SendTransactionRequest) GetTransactionBytes() []byte + func (m *SendTransactionRequest) Reset() + func (m *SendTransactionRequest) String() string + func (m *SendTransactionRequest) XXX_DiscardUnknown() + func (m *SendTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendTransactionRequest) XXX_Merge(src proto.Message) + func (m *SendTransactionRequest) XXX_Size() int + func (m *SendTransactionRequest) XXX_Unmarshal(b []byte) error + type SendTransactionResponse struct + Receipt *Receipt + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendTransactionResponse) Descriptor() ([]byte, []int) + func (*SendTransactionResponse) ProtoMessage() + func (m *SendTransactionResponse) GetReceipt() *Receipt + func (m *SendTransactionResponse) Reset() + func (m *SendTransactionResponse) String() string + func (m *SendTransactionResponse) XXX_DiscardUnknown() + func (m *SendTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendTransactionResponse) XXX_Merge(src proto.Message) + func (m *SendTransactionResponse) XXX_Size() int + func (m *SendTransactionResponse) XXX_Unmarshal(b []byte) error + type SendZBCTransactionBody struct + Amount int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendZBCTransactionBody) Descriptor() ([]byte, []int) + func (*SendZBCTransactionBody) ProtoMessage() + func (m *SendZBCTransactionBody) GetAmount() int64 + func (m *SendZBCTransactionBody) Reset() + func (m *SendZBCTransactionBody) String() string + func (m *SendZBCTransactionBody) XXX_DiscardUnknown() + func (m *SendZBCTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendZBCTransactionBody) XXX_Merge(src proto.Message) + func (m *SendZBCTransactionBody) XXX_Size() int + func (m *SendZBCTransactionBody) XXX_Unmarshal(b []byte) error + type SetupAccountDatasetTransactionBody struct + Property string + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetupAccountDatasetTransactionBody) Descriptor() ([]byte, []int) + func (*SetupAccountDatasetTransactionBody) ProtoMessage() + func (m *SetupAccountDatasetTransactionBody) GetProperty() string + func (m *SetupAccountDatasetTransactionBody) GetValue() string + func (m *SetupAccountDatasetTransactionBody) Reset() + func (m *SetupAccountDatasetTransactionBody) String() string + func (m *SetupAccountDatasetTransactionBody) XXX_DiscardUnknown() + func (m *SetupAccountDatasetTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetupAccountDatasetTransactionBody) XXX_Merge(src proto.Message) + func (m *SetupAccountDatasetTransactionBody) XXX_Size() int + func (m *SetupAccountDatasetTransactionBody) XXX_Unmarshal(b []byte) error + type SignatureInfo struct + Signatures map[string][]byte + TransactionHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignatureInfo) Descriptor() ([]byte, []int) + func (*SignatureInfo) ProtoMessage() + func (m *SignatureInfo) GetSignatures() map[string][]byte + func (m *SignatureInfo) GetTransactionHash() []byte + func (m *SignatureInfo) Reset() + func (m *SignatureInfo) String() string + func (m *SignatureInfo) XXX_DiscardUnknown() + func (m *SignatureInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignatureInfo) XXX_Merge(src proto.Message) + func (m *SignatureInfo) XXX_Size() int + func (m *SignatureInfo) XXX_Unmarshal(b []byte) error + type SignatureType int32 + const SignatureType_BitcoinSignature + const SignatureType_DefaultSignature + const SignatureType_EstoniaEidSignature + const SignatureType_EthereumSignature + const SignatureType_MultisigSignature + func (SignatureType) EnumDescriptor() ([]byte, []int) + func (x SignatureType) String() string + type SkippedBlocksmith struct + BlockHeight uint32 + BlocksmithIndex int32 + BlocksmithPublicKey []byte + POPChange int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SkippedBlocksmith) Descriptor() ([]byte, []int) + func (*SkippedBlocksmith) ProtoMessage() + func (m *SkippedBlocksmith) GetBlockHeight() uint32 + func (m *SkippedBlocksmith) GetBlocksmithIndex() int32 + func (m *SkippedBlocksmith) GetBlocksmithPublicKey() []byte + func (m *SkippedBlocksmith) GetPOPChange() int64 + func (m *SkippedBlocksmith) Reset() + func (m *SkippedBlocksmith) String() string + func (m *SkippedBlocksmith) XXX_DiscardUnknown() + func (m *SkippedBlocksmith) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SkippedBlocksmith) XXX_Merge(src proto.Message) + func (m *SkippedBlocksmith) XXX_Size() int + func (m *SkippedBlocksmith) XXX_Unmarshal(b []byte) error + type SnapshotFileInfo struct + ChainType int32 + FileChunksHashes [][]byte + Height uint32 + ProcessExpirationTimestamp int64 + SnapshotFileHash []byte + SpineBlockManifestType SpineBlockManifestType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SnapshotFileInfo) Descriptor() ([]byte, []int) + func (*SnapshotFileInfo) ProtoMessage() + func (m *SnapshotFileInfo) GetChainType() int32 + func (m *SnapshotFileInfo) GetFileChunksHashes() [][]byte + func (m *SnapshotFileInfo) GetHeight() uint32 + func (m *SnapshotFileInfo) GetProcessExpirationTimestamp() int64 + func (m *SnapshotFileInfo) GetSnapshotFileHash() []byte + func (m *SnapshotFileInfo) GetSpineBlockManifestType() SpineBlockManifestType + func (m *SnapshotFileInfo) Reset() + func (m *SnapshotFileInfo) String() string + func (m *SnapshotFileInfo) XXX_DiscardUnknown() + func (m *SnapshotFileInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SnapshotFileInfo) XXX_Merge(src proto.Message) + func (m *SnapshotFileInfo) XXX_Size() int + func (m *SnapshotFileInfo) XXX_Unmarshal(b []byte) error + type SnapshotPayload struct + AccountBalances []*AccountBalance + AccountDatasets []*AccountDataset + Blocks []*Block + EscrowTransactions []*Escrow + FeeScale []*FeeScale + FeeVoteCommitmentVote []*FeeVoteCommitmentVote + FeeVoteRevealVote []*FeeVoteRevealVote + LiquidPayment []*LiquidPayment + MultiSignatureInfos []*MultiSignatureInfo + MultiSignatureParticipants []*MultiSignatureParticipant + NodeAdmissionTimestamp []*NodeAdmissionTimestamp + NodeRegistrations []*NodeRegistration + ParticipationScores []*ParticipationScore + PendingSignatures []*PendingSignature + PendingTransactions []*PendingTransaction + PublishedReceipts []*PublishedReceipt + SkippedBlocksmiths []*SkippedBlocksmith + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SnapshotPayload) Descriptor() ([]byte, []int) + func (*SnapshotPayload) ProtoMessage() + func (m *SnapshotPayload) GetAccountBalances() []*AccountBalance + func (m *SnapshotPayload) GetAccountDatasets() []*AccountDataset + func (m *SnapshotPayload) GetBlocks() []*Block + func (m *SnapshotPayload) GetEscrowTransactions() []*Escrow + func (m *SnapshotPayload) GetFeeScale() []*FeeScale + func (m *SnapshotPayload) GetFeeVoteCommitmentVote() []*FeeVoteCommitmentVote + func (m *SnapshotPayload) GetFeeVoteRevealVote() []*FeeVoteRevealVote + func (m *SnapshotPayload) GetLiquidPayment() []*LiquidPayment + func (m *SnapshotPayload) GetMultiSignatureInfos() []*MultiSignatureInfo + func (m *SnapshotPayload) GetMultiSignatureParticipants() []*MultiSignatureParticipant + func (m *SnapshotPayload) GetNodeAdmissionTimestamp() []*NodeAdmissionTimestamp + func (m *SnapshotPayload) GetNodeRegistrations() []*NodeRegistration + func (m *SnapshotPayload) GetParticipationScores() []*ParticipationScore + func (m *SnapshotPayload) GetPendingSignatures() []*PendingSignature + func (m *SnapshotPayload) GetPendingTransactions() []*PendingTransaction + func (m *SnapshotPayload) GetPublishedReceipts() []*PublishedReceipt + func (m *SnapshotPayload) GetSkippedBlocksmiths() []*SkippedBlocksmith + func (m *SnapshotPayload) Reset() + func (m *SnapshotPayload) String() string + func (m *SnapshotPayload) XXX_DiscardUnknown() + func (m *SnapshotPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SnapshotPayload) XXX_Merge(src proto.Message) + func (m *SnapshotPayload) XXX_Size() int + func (m *SnapshotPayload) XXX_Unmarshal(b []byte) error + type SpineBlockManifest struct + ChainType int32 + ExpirationTimestamp int64 + FileChunkHashes []byte + FullFileHash []byte + ID int64 + ManifestReferenceHeight uint32 + ManifestSpineBlockHeight uint32 + SpineBlockManifestType SpineBlockManifestType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SpineBlockManifest) Descriptor() ([]byte, []int) + func (*SpineBlockManifest) ProtoMessage() + func (m *SpineBlockManifest) GetChainType() int32 + func (m *SpineBlockManifest) GetExpirationTimestamp() int64 + func (m *SpineBlockManifest) GetFileChunkHashes() []byte + func (m *SpineBlockManifest) GetFullFileHash() []byte + func (m *SpineBlockManifest) GetID() int64 + func (m *SpineBlockManifest) GetManifestReferenceHeight() uint32 + func (m *SpineBlockManifest) GetManifestSpineBlockHeight() uint32 + func (m *SpineBlockManifest) GetSpineBlockManifestType() SpineBlockManifestType + func (m *SpineBlockManifest) Reset() + func (m *SpineBlockManifest) String() string + func (m *SpineBlockManifest) XXX_DiscardUnknown() + func (m *SpineBlockManifest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpineBlockManifest) XXX_Merge(src proto.Message) + func (m *SpineBlockManifest) XXX_Size() int + func (m *SpineBlockManifest) XXX_Unmarshal(b []byte) error + type SpineBlockManifestType int32 + const SpineBlockManifestType_Snapshot + func (SpineBlockManifestType) EnumDescriptor() ([]byte, []int) + func (x SpineBlockManifestType) String() string + type SpinePublicKey struct + Height uint32 + Latest bool + MainBlockHeight uint32 + NodeID int64 + NodePublicKey []byte + PublicKeyAction SpinePublicKeyAction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SpinePublicKey) Descriptor() ([]byte, []int) + func (*SpinePublicKey) ProtoMessage() + func (m *SpinePublicKey) GetHeight() uint32 + func (m *SpinePublicKey) GetLatest() bool + func (m *SpinePublicKey) GetMainBlockHeight() uint32 + func (m *SpinePublicKey) GetNodeID() int64 + func (m *SpinePublicKey) GetNodePublicKey() []byte + func (m *SpinePublicKey) GetPublicKeyAction() SpinePublicKeyAction + func (m *SpinePublicKey) Reset() + func (m *SpinePublicKey) String() string + func (m *SpinePublicKey) XXX_DiscardUnknown() + func (m *SpinePublicKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpinePublicKey) XXX_Merge(src proto.Message) + func (m *SpinePublicKey) XXX_Size() int + func (m *SpinePublicKey) XXX_Unmarshal(b []byte) error + type SpinePublicKeyAction int32 + const SpinePublicKeyAction_AddKey + const SpinePublicKeyAction_RemoveKey + func (SpinePublicKeyAction) EnumDescriptor() ([]byte, []int) + func (x SpinePublicKeyAction) String() string + type StorageInformation struct + Free uint64 + FsType string + Total uint64 + Used uint64 + UsedPercent float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StorageInformation) Descriptor() ([]byte, []int) + func (*StorageInformation) ProtoMessage() + func (m *StorageInformation) GetFree() uint64 + func (m *StorageInformation) GetFsType() string + func (m *StorageInformation) GetTotal() uint64 + func (m *StorageInformation) GetUsed() uint64 + func (m *StorageInformation) GetUsedPercent() float64 + func (m *StorageInformation) Reset() + func (m *StorageInformation) String() string + func (m *StorageInformation) XXX_DiscardUnknown() + func (m *StorageInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StorageInformation) XXX_Merge(src proto.Message) + func (m *StorageInformation) XXX_Size() int + func (m *StorageInformation) XXX_Unmarshal(b []byte) error + type Transaction struct + BlockID int64 + Escrow *Escrow + Fee int64 + Height uint32 + ID int64 + Message []byte + MultisigChild bool + RecipientAccountAddress []byte + SenderAccountAddress []byte + Signature []byte + Timestamp int64 + TransactionBody isTransaction_TransactionBody + TransactionBodyBytes []byte + TransactionBodyLength uint32 + TransactionHash []byte + TransactionIndex uint32 + TransactionType uint32 + Version uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Transaction) Descriptor() ([]byte, []int) + func (*Transaction) ProtoMessage() + func (*Transaction) XXX_OneofWrappers() []interface{} + func (m *Transaction) GetApprovalEscrowTransactionBody() *ApprovalEscrowTransactionBody + func (m *Transaction) GetBlockID() int64 + func (m *Transaction) GetClaimNodeRegistrationTransactionBody() *ClaimNodeRegistrationTransactionBody + func (m *Transaction) GetEmptyTransactionBody() *EmptyTransactionBody + func (m *Transaction) GetEscrow() *Escrow + func (m *Transaction) GetFee() int64 + func (m *Transaction) GetFeeVoteCommitTransactionBody() *FeeVoteCommitTransactionBody + func (m *Transaction) GetFeeVoteRevealTransactionBody() *FeeVoteRevealTransactionBody + func (m *Transaction) GetHeight() uint32 + func (m *Transaction) GetID() int64 + func (m *Transaction) GetLiquidPaymentStopTransactionBody() *LiquidPaymentStopTransactionBody + func (m *Transaction) GetLiquidPaymentTransactionBody() *LiquidPaymentTransactionBody + func (m *Transaction) GetMessage() []byte + func (m *Transaction) GetMultiSignatureTransactionBody() *MultiSignatureTransactionBody + func (m *Transaction) GetMultisigChild() bool + func (m *Transaction) GetNodeRegistrationTransactionBody() *NodeRegistrationTransactionBody + func (m *Transaction) GetRecipientAccountAddress() []byte + func (m *Transaction) GetRemoveAccountDatasetTransactionBody() *RemoveAccountDatasetTransactionBody + func (m *Transaction) GetRemoveNodeRegistrationTransactionBody() *RemoveNodeRegistrationTransactionBody + func (m *Transaction) GetSendZBCTransactionBody() *SendZBCTransactionBody + func (m *Transaction) GetSenderAccountAddress() []byte + func (m *Transaction) GetSetupAccountDatasetTransactionBody() *SetupAccountDatasetTransactionBody + func (m *Transaction) GetSignature() []byte + func (m *Transaction) GetTimestamp() int64 + func (m *Transaction) GetTransactionBody() isTransaction_TransactionBody + func (m *Transaction) GetTransactionBodyBytes() []byte + func (m *Transaction) GetTransactionBodyLength() uint32 + func (m *Transaction) GetTransactionHash() []byte + func (m *Transaction) GetTransactionIndex() uint32 + func (m *Transaction) GetTransactionType() uint32 + func (m *Transaction) GetUpdateNodeRegistrationTransactionBody() *UpdateNodeRegistrationTransactionBody + func (m *Transaction) GetVersion() uint32 + func (m *Transaction) Reset() + func (m *Transaction) String() string + func (m *Transaction) XXX_DiscardUnknown() + func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Transaction) XXX_Merge(src proto.Message) + func (m *Transaction) XXX_Size() int + func (m *Transaction) XXX_Unmarshal(b []byte) error + type TransactionBodyInterface = isTransaction_TransactionBody + type TransactionType int32 + const TransactionType_ApprovalEscrowTransaction + const TransactionType_ClaimNodeRegistrationTransaction + const TransactionType_EmptyTransaction + const TransactionType_FeeVoteCommitmentVoteTransaction + const TransactionType_FeeVoteRevealVoteTransaction + const TransactionType_LiquidPaymentStopTransaction + const TransactionType_LiquidPaymentTransaction + const TransactionType_MultiSignatureTransaction + const TransactionType_NodeRegistrationTransaction + const TransactionType_RemoveAccountDatasetTransaction + const TransactionType_RemoveNodeRegistrationTransaction + const TransactionType_SendZBCTransaction + const TransactionType_SetupAccountDatasetTransaction + const TransactionType_UpdateNodeRegistrationTransaction + func (TransactionType) EnumDescriptor() ([]byte, []int) + func (x TransactionType) String() string + type Transaction_ApprovalEscrowTransactionBody struct + ApprovalEscrowTransactionBody *ApprovalEscrowTransactionBody + type Transaction_ClaimNodeRegistrationTransactionBody struct + ClaimNodeRegistrationTransactionBody *ClaimNodeRegistrationTransactionBody + type Transaction_EmptyTransactionBody struct + EmptyTransactionBody *EmptyTransactionBody + type Transaction_FeeVoteCommitTransactionBody struct + FeeVoteCommitTransactionBody *FeeVoteCommitTransactionBody + type Transaction_FeeVoteRevealTransactionBody struct + FeeVoteRevealTransactionBody *FeeVoteRevealTransactionBody + type Transaction_LiquidPaymentStopTransactionBody struct + LiquidPaymentStopTransactionBody *LiquidPaymentStopTransactionBody + type Transaction_LiquidPaymentTransactionBody struct + LiquidPaymentTransactionBody *LiquidPaymentTransactionBody + type Transaction_MultiSignatureTransactionBody struct + MultiSignatureTransactionBody *MultiSignatureTransactionBody + type Transaction_NodeRegistrationTransactionBody struct + NodeRegistrationTransactionBody *NodeRegistrationTransactionBody + type Transaction_RemoveAccountDatasetTransactionBody struct + RemoveAccountDatasetTransactionBody *RemoveAccountDatasetTransactionBody + type Transaction_RemoveNodeRegistrationTransactionBody struct + RemoveNodeRegistrationTransactionBody *RemoveNodeRegistrationTransactionBody + type Transaction_SendZBCTransactionBody struct + SendZBCTransactionBody *SendZBCTransactionBody + type Transaction_SetupAccountDatasetTransactionBody struct + SetupAccountDatasetTransactionBody *SetupAccountDatasetTransactionBody + type Transaction_UpdateNodeRegistrationTransactionBody struct + UpdateNodeRegistrationTransactionBody *UpdateNodeRegistrationTransactionBody + type UpdateNodeRegistrationTransactionBody struct + LockedBalance int64 + NodePublicKey []byte + Poown *ProofOfOwnership + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateNodeRegistrationTransactionBody) Descriptor() ([]byte, []int) + func (*UpdateNodeRegistrationTransactionBody) ProtoMessage() + func (m *UpdateNodeRegistrationTransactionBody) GetLockedBalance() int64 + func (m *UpdateNodeRegistrationTransactionBody) GetNodePublicKey() []byte + func (m *UpdateNodeRegistrationTransactionBody) GetPoown() *ProofOfOwnership + func (m *UpdateNodeRegistrationTransactionBody) Reset() + func (m *UpdateNodeRegistrationTransactionBody) String() string + func (m *UpdateNodeRegistrationTransactionBody) XXX_DiscardUnknown() + func (m *UpdateNodeRegistrationTransactionBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateNodeRegistrationTransactionBody) XXX_Merge(src proto.Message) + func (m *UpdateNodeRegistrationTransactionBody) XXX_Size() int + func (m *UpdateNodeRegistrationTransactionBody) XXX_Unmarshal(b []byte) error v0 v0.4.0-beta Feb 19, 2021 v0.3.0-beta Jan 18, 2021 v0.2.0-beta Dec 29, 2020 v0.1.0-beta Nov 26, 2020 v0.0.1-beta Nov 5, 2020