Documentation ¶
Index ¶
- type Account
- func (*Account) Descriptor() ([]byte, []int)
- func (m *Account) GetAccountId() uint64
- func (m *Account) GetPublicKey() []byte
- func (*Account) ProtoMessage()
- func (m *Account) Reset()
- func (m *Account) String() string
- func (m *Account) XXX_DiscardUnknown()
- func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Account) XXX_Merge(src proto.Message)
- func (m *Account) XXX_Size() int
- func (m *Account) XXX_Unmarshal(b []byte) error
- type AccountBlock
- func (*AccountBlock) Descriptor() ([]byte, []int)
- func (m *AccountBlock) GetAccountAddress() []byte
- func (m *AccountBlock) GetAmount() []byte
- func (m *AccountBlock) GetBlockType() uint32
- func (m *AccountBlock) GetData() []byte
- func (m *AccountBlock) GetDifficulty() []byte
- func (m *AccountBlock) GetFee() []byte
- func (m *AccountBlock) GetFromBlockHash() []byte
- func (m *AccountBlock) GetHash() []byte
- func (m *AccountBlock) GetHeight() uint64
- func (m *AccountBlock) GetLogHash() []byte
- func (m *AccountBlock) GetNonce() []byte
- func (m *AccountBlock) GetPrevHash() []byte
- func (m *AccountBlock) GetPublicKey() []byte
- func (m *AccountBlock) GetQuota() uint64
- func (m *AccountBlock) GetSignature() []byte
- func (m *AccountBlock) GetSnapshotHash() []byte
- func (m *AccountBlock) GetStateHash() []byte
- func (m *AccountBlock) GetTimestamp() int64
- func (m *AccountBlock) GetToAddress() []byte
- func (m *AccountBlock) GetTokenId() []byte
- func (*AccountBlock) ProtoMessage()
- func (m *AccountBlock) Reset()
- func (m *AccountBlock) String() string
- func (m *AccountBlock) XXX_DiscardUnknown()
- func (m *AccountBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountBlock) XXX_Merge(src proto.Message)
- func (m *AccountBlock) XXX_Size() int
- func (m *AccountBlock) XXX_Unmarshal(b []byte) error
- type AccountBlockMeta
- func (*AccountBlockMeta) Descriptor() ([]byte, []int)
- func (m *AccountBlockMeta) GetAccountId() uint64
- func (m *AccountBlockMeta) GetHeight() uint64
- func (m *AccountBlockMeta) GetReceiveBlockHeights() []uint64
- func (m *AccountBlockMeta) GetRefSnapshotHeight() uint64
- func (*AccountBlockMeta) ProtoMessage()
- func (m *AccountBlockMeta) Reset()
- func (m *AccountBlockMeta) String() string
- func (m *AccountBlockMeta) XXX_DiscardUnknown()
- func (m *AccountBlockMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountBlockMeta) XXX_Merge(src proto.Message)
- func (m *AccountBlockMeta) XXX_Size() int
- func (m *AccountBlockMeta) XXX_Unmarshal(b []byte) error
- type AccountBlocks
- func (*AccountBlocks) Descriptor() ([]byte, []int)
- func (m *AccountBlocks) GetBlocks() []*AccountBlock
- func (*AccountBlocks) ProtoMessage()
- func (m *AccountBlocks) Reset()
- func (m *AccountBlocks) String() string
- func (m *AccountBlocks) XXX_DiscardUnknown()
- func (m *AccountBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountBlocks) XXX_Merge(src proto.Message)
- func (m *AccountBlocks) XXX_Size() int
- func (m *AccountBlocks) XXX_Unmarshal(b []byte) error
- type AddressList
- func (*AddressList) Descriptor() ([]byte, []int)
- func (m *AddressList) GetAddressList() [][]byte
- func (*AddressList) ProtoMessage()
- func (m *AddressList) Reset()
- func (m *AddressList) String() string
- func (m *AddressList) XXX_DiscardUnknown()
- func (m *AddressList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AddressList) XXX_Merge(src proto.Message)
- func (m *AddressList) XXX_Size() int
- func (m *AddressList) XXX_Unmarshal(b []byte) error
- type BlockID
- func (*BlockID) Descriptor() ([]byte, []int)
- func (m *BlockID) GetHash() []byte
- func (m *BlockID) GetHeight() uint64
- func (*BlockID) ProtoMessage()
- func (m *BlockID) Reset()
- func (m *BlockID) String() string
- func (m *BlockID) XXX_DiscardUnknown()
- func (m *BlockID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockID) XXX_Merge(src proto.Message)
- func (m *BlockID) XXX_Size() int
- func (m *BlockID) XXX_Unmarshal(b []byte) error
- type CompressedFileMeta
- func (*CompressedFileMeta) Descriptor() ([]byte, []int)
- func (m *CompressedFileMeta) GetBlockNumbers() uint64
- func (m *CompressedFileMeta) GetEndHeight() uint64
- func (m *CompressedFileMeta) GetFileSize() int64
- func (m *CompressedFileMeta) GetFilename() string
- func (m *CompressedFileMeta) GetStartHeight() uint64
- func (*CompressedFileMeta) ProtoMessage()
- func (m *CompressedFileMeta) Reset()
- func (m *CompressedFileMeta) String() string
- func (m *CompressedFileMeta) XXX_DiscardUnknown()
- func (m *CompressedFileMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CompressedFileMeta) XXX_Merge(src proto.Message)
- func (m *CompressedFileMeta) XXX_Size() int
- func (m *CompressedFileMeta) XXX_Unmarshal(b []byte) error
- type FileList
- func (*FileList) Descriptor() ([]byte, []int)
- func (m *FileList) GetChunks() []uint64
- func (m *FileList) GetFiles() []*CompressedFileMeta
- func (m *FileList) GetNonce() uint64
- func (*FileList) ProtoMessage()
- func (m *FileList) Reset()
- func (m *FileList) String() string
- func (m *FileList) XXX_DiscardUnknown()
- func (m *FileList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FileList) XXX_Merge(src proto.Message)
- func (m *FileList) XXX_Size() int
- func (m *FileList) XXX_Unmarshal(b []byte) error
- type GetAccountBlocks
- func (*GetAccountBlocks) Descriptor() ([]byte, []int)
- func (m *GetAccountBlocks) GetAddress() []byte
- func (m *GetAccountBlocks) GetCount() uint64
- func (m *GetAccountBlocks) GetForward() bool
- func (m *GetAccountBlocks) GetFrom() *BlockID
- func (*GetAccountBlocks) ProtoMessage()
- func (m *GetAccountBlocks) Reset()
- func (m *GetAccountBlocks) String() string
- func (m *GetAccountBlocks) XXX_DiscardUnknown()
- func (m *GetAccountBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetAccountBlocks) XXX_Merge(src proto.Message)
- func (m *GetAccountBlocks) XXX_Size() int
- func (m *GetAccountBlocks) XXX_Unmarshal(b []byte) error
- type GetChunk
- func (*GetChunk) Descriptor() ([]byte, []int)
- func (m *GetChunk) GetEnd() uint64
- func (m *GetChunk) GetStart() uint64
- func (*GetChunk) ProtoMessage()
- func (m *GetChunk) Reset()
- func (m *GetChunk) String() string
- func (m *GetChunk) XXX_DiscardUnknown()
- func (m *GetChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetChunk) XXX_Merge(src proto.Message)
- func (m *GetChunk) XXX_Size() int
- func (m *GetChunk) XXX_Unmarshal(b []byte) error
- type GetFiles
- func (*GetFiles) Descriptor() ([]byte, []int)
- func (m *GetFiles) GetNames() []string
- func (m *GetFiles) GetNonce() uint64
- func (*GetFiles) ProtoMessage()
- func (m *GetFiles) Reset()
- func (m *GetFiles) String() string
- func (m *GetFiles) XXX_DiscardUnknown()
- func (m *GetFiles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetFiles) XXX_Merge(src proto.Message)
- func (m *GetFiles) XXX_Size() int
- func (m *GetFiles) XXX_Unmarshal(b []byte) error
- type GetSnapshotBlocks
- func (*GetSnapshotBlocks) Descriptor() ([]byte, []int)
- func (m *GetSnapshotBlocks) GetCount() uint64
- func (m *GetSnapshotBlocks) GetForward() bool
- func (m *GetSnapshotBlocks) GetFrom() *BlockID
- func (*GetSnapshotBlocks) ProtoMessage()
- func (m *GetSnapshotBlocks) Reset()
- func (m *GetSnapshotBlocks) String() string
- func (m *GetSnapshotBlocks) XXX_DiscardUnknown()
- func (m *GetSnapshotBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetSnapshotBlocks) XXX_Merge(src proto.Message)
- func (m *GetSnapshotBlocks) XXX_Size() int
- func (m *GetSnapshotBlocks) XXX_Unmarshal(b []byte) error
- type Handshake
- func (*Handshake) Descriptor() ([]byte, []int)
- func (m *Handshake) GetCmdSet() uint64
- func (m *Handshake) GetCurrent() []byte
- func (m *Handshake) GetGenesis() []byte
- func (m *Handshake) GetHeight() uint64
- func (m *Handshake) GetPort() uint32
- func (*Handshake) ProtoMessage()
- func (m *Handshake) Reset()
- func (m *Handshake) String() string
- func (m *Handshake) XXX_DiscardUnknown()
- func (m *Handshake) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Handshake) XXX_Merge(src proto.Message)
- func (m *Handshake) XXX_Size() int
- func (m *Handshake) XXX_Unmarshal(b []byte) error
- type HashHeight
- func (*HashHeight) Descriptor() ([]byte, []int)
- func (m *HashHeight) GetHash() []byte
- func (m *HashHeight) GetHeight() uint64
- func (*HashHeight) ProtoMessage()
- func (m *HashHeight) Reset()
- func (m *HashHeight) String() string
- func (m *HashHeight) XXX_DiscardUnknown()
- func (m *HashHeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *HashHeight) XXX_Merge(src proto.Message)
- func (m *HashHeight) XXX_Size() int
- func (m *HashHeight) XXX_Unmarshal(b []byte) error
- type HashList
- func (*HashList) Descriptor() ([]byte, []int)
- func (m *HashList) GetHashList() [][]byte
- func (*HashList) ProtoMessage()
- func (m *HashList) Reset()
- func (m *HashList) String() string
- func (m *HashList) XXX_DiscardUnknown()
- func (m *HashList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *HashList) XXX_Merge(src proto.Message)
- func (m *HashList) XXX_Size() int
- func (m *HashList) XXX_Unmarshal(b []byte) error
- type Producer
- func (*Producer) Descriptor() ([]byte, []int)
- func (m *Producer) GetBrokerList() []string
- func (m *Producer) GetTopic() string
- func (*Producer) ProtoMessage()
- func (m *Producer) Reset()
- func (m *Producer) String() string
- func (m *Producer) XXX_DiscardUnknown()
- func (m *Producer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Producer) XXX_Merge(src proto.Message)
- func (m *Producer) XXX_Size() int
- func (m *Producer) XXX_Unmarshal(b []byte) error
- type SnapshotAdditionalFragment
- func (*SnapshotAdditionalFragment) Descriptor() ([]byte, []int)
- func (m *SnapshotAdditionalFragment) GetList() []*SnapshotAdditionalItem
- func (*SnapshotAdditionalFragment) ProtoMessage()
- func (m *SnapshotAdditionalFragment) Reset()
- func (m *SnapshotAdditionalFragment) String() string
- func (m *SnapshotAdditionalFragment) XXX_DiscardUnknown()
- func (m *SnapshotAdditionalFragment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SnapshotAdditionalFragment) XXX_Merge(src proto.Message)
- func (m *SnapshotAdditionalFragment) XXX_Size() int
- func (m *SnapshotAdditionalFragment) XXX_Unmarshal(b []byte) error
- type SnapshotAdditionalItem
- func (*SnapshotAdditionalItem) Descriptor() ([]byte, []int)
- func (m *SnapshotAdditionalItem) GetAggregateQuota() uint64
- func (m *SnapshotAdditionalItem) GetQuota() uint64
- func (m *SnapshotAdditionalItem) GetSnapshotHashHeight() *HashHeight
- func (*SnapshotAdditionalItem) ProtoMessage()
- func (m *SnapshotAdditionalItem) Reset()
- func (m *SnapshotAdditionalItem) String() string
- func (m *SnapshotAdditionalItem) XXX_DiscardUnknown()
- func (m *SnapshotAdditionalItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SnapshotAdditionalItem) XXX_Merge(src proto.Message)
- func (m *SnapshotAdditionalItem) XXX_Size() int
- func (m *SnapshotAdditionalItem) XXX_Unmarshal(b []byte) error
- type SnapshotBlock
- func (*SnapshotBlock) Descriptor() ([]byte, []int)
- func (m *SnapshotBlock) GetHash() []byte
- func (m *SnapshotBlock) GetHeight() uint64
- func (m *SnapshotBlock) GetPrevHash() []byte
- func (m *SnapshotBlock) GetPublicKey() []byte
- func (m *SnapshotBlock) GetSignature() []byte
- func (m *SnapshotBlock) GetSnapshotContent() *SnapshotContent
- func (m *SnapshotBlock) GetStateHash() []byte
- func (m *SnapshotBlock) GetTimestamp() int64
- func (*SnapshotBlock) ProtoMessage()
- func (m *SnapshotBlock) Reset()
- func (m *SnapshotBlock) String() string
- func (m *SnapshotBlock) XXX_DiscardUnknown()
- func (m *SnapshotBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SnapshotBlock) XXX_Merge(src proto.Message)
- func (m *SnapshotBlock) XXX_Size() int
- func (m *SnapshotBlock) XXX_Unmarshal(b []byte) error
- type SnapshotBlocks
- func (*SnapshotBlocks) Descriptor() ([]byte, []int)
- func (m *SnapshotBlocks) GetBlocks() []*SnapshotBlock
- func (*SnapshotBlocks) ProtoMessage()
- func (m *SnapshotBlocks) Reset()
- func (m *SnapshotBlocks) String() string
- func (m *SnapshotBlocks) XXX_DiscardUnknown()
- func (m *SnapshotBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SnapshotBlocks) XXX_Merge(src proto.Message)
- func (m *SnapshotBlocks) XXX_Size() int
- func (m *SnapshotBlocks) XXX_Unmarshal(b []byte) error
- type SnapshotContent
- func (*SnapshotContent) Descriptor() ([]byte, []int)
- func (m *SnapshotContent) GetContent() map[string]*SnapshotItem
- func (*SnapshotContent) ProtoMessage()
- func (m *SnapshotContent) Reset()
- func (m *SnapshotContent) String() string
- func (m *SnapshotContent) XXX_DiscardUnknown()
- func (m *SnapshotContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SnapshotContent) XXX_Merge(src proto.Message)
- func (m *SnapshotContent) XXX_Size() int
- func (m *SnapshotContent) XXX_Unmarshal(b []byte) error
- type SnapshotItem
- func (*SnapshotItem) Descriptor() ([]byte, []int)
- func (m *SnapshotItem) GetAccountBlockHash() []byte
- func (m *SnapshotItem) GetAccountBlockHeight() uint64
- func (*SnapshotItem) ProtoMessage()
- func (m *SnapshotItem) Reset()
- func (m *SnapshotItem) String() string
- func (m *SnapshotItem) XXX_DiscardUnknown()
- func (m *SnapshotItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SnapshotItem) XXX_Merge(src proto.Message)
- func (m *SnapshotItem) XXX_Size() int
- func (m *SnapshotItem) XXX_Unmarshal(b []byte) error
- type SubLedger
- func (*SubLedger) Descriptor() ([]byte, []int)
- func (m *SubLedger) GetABlocks() []*AccountBlock
- func (m *SubLedger) GetAblockNum() uint64
- func (m *SubLedger) GetSBlocks() []*SnapshotBlock
- func (*SubLedger) ProtoMessage()
- func (m *SubLedger) Reset()
- func (m *SubLedger) String() string
- func (m *SubLedger) XXX_DiscardUnknown()
- func (m *SubLedger) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SubLedger) XXX_Merge(src proto.Message)
- func (m *SubLedger) XXX_Size() int
- func (m *SubLedger) XXX_Unmarshal(b []byte) error
- type TokenInfo
- func (*TokenInfo) Descriptor() ([]byte, []int)
- func (m *TokenInfo) GetTokenId() []byte
- func (m *TokenInfo) GetTotalAmount() []byte
- func (*TokenInfo) ProtoMessage()
- func (m *TokenInfo) Reset()
- func (m *TokenInfo) String() string
- func (m *TokenInfo) XXX_DiscardUnknown()
- func (m *TokenInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TokenInfo) XXX_Merge(src proto.Message)
- func (m *TokenInfo) XXX_Size() int
- func (m *TokenInfo) XXX_Unmarshal(b []byte) error
- type TrieNode
- func (*TrieNode) Descriptor() ([]byte, []int)
- func (m *TrieNode) GetChild() []byte
- func (m *TrieNode) GetChildren() map[uint32][]byte
- func (m *TrieNode) GetKey() []byte
- func (m *TrieNode) GetNodeType() uint32
- func (m *TrieNode) GetValue() []byte
- func (*TrieNode) ProtoMessage()
- func (m *TrieNode) Reset()
- func (m *TrieNode) String() string
- func (m *TrieNode) XXX_DiscardUnknown()
- func (m *TrieNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TrieNode) XXX_Merge(src proto.Message)
- func (m *TrieNode) XXX_Size() int
- func (m *TrieNode) XXX_Unmarshal(b []byte) error
- type UnconfirmedMeta
- func (*UnconfirmedMeta) Descriptor() ([]byte, []int)
- func (m *UnconfirmedMeta) GetAccountId() []byte
- func (m *UnconfirmedMeta) GetTokenInfoList() []*TokenInfo
- func (m *UnconfirmedMeta) GetTotalNumber() []byte
- func (*UnconfirmedMeta) ProtoMessage()
- func (m *UnconfirmedMeta) Reset()
- func (m *UnconfirmedMeta) String() string
- func (m *UnconfirmedMeta) XXX_DiscardUnknown()
- func (m *UnconfirmedMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UnconfirmedMeta) XXX_Merge(src proto.Message)
- func (m *UnconfirmedMeta) XXX_Size() int
- func (m *UnconfirmedMeta) XXX_Unmarshal(b []byte) error
- type VmLog
- func (*VmLog) Descriptor() ([]byte, []int)
- func (m *VmLog) GetData() []byte
- func (m *VmLog) GetTopics() [][]byte
- func (*VmLog) ProtoMessage()
- func (m *VmLog) Reset()
- func (m *VmLog) String() string
- func (m *VmLog) XXX_DiscardUnknown()
- func (m *VmLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VmLog) XXX_Merge(src proto.Message)
- func (m *VmLog) XXX_Size() int
- func (m *VmLog) XXX_Unmarshal(b []byte) error
- type VmLogList
- func (*VmLogList) Descriptor() ([]byte, []int)
- func (m *VmLogList) GetList() []*VmLog
- func (*VmLogList) ProtoMessage()
- func (m *VmLogList) Reset()
- func (m *VmLogList) String() string
- func (m *VmLogList) XXX_DiscardUnknown()
- func (m *VmLogList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VmLogList) XXX_Merge(src proto.Message)
- func (m *VmLogList) XXX_Size() int
- func (m *VmLogList) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { AccountId uint64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId,omitempty"` PublicKey []byte `protobuf:"bytes,2,opt,name=publicKey,proto3" json:"publicKey,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Account) XXX_Marshal ¶
type AccountBlock ¶
type AccountBlock struct { BlockType uint32 `protobuf:"varint,1,opt,name=blockType,proto3" json:"blockType,omitempty"` Hash []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` PrevHash []byte `protobuf:"bytes,4,opt,name=prevHash,proto3" json:"prevHash,omitempty"` AccountAddress []byte `protobuf:"bytes,5,opt,name=accountAddress,proto3" json:"accountAddress,omitempty"` PublicKey []byte `protobuf:"bytes,6,opt,name=publicKey,proto3" json:"publicKey,omitempty"` ToAddress []byte `protobuf:"bytes,7,opt,name=toAddress,proto3" json:"toAddress,omitempty"` FromBlockHash []byte `protobuf:"bytes,8,opt,name=fromBlockHash,proto3" json:"fromBlockHash,omitempty"` Amount []byte `protobuf:"bytes,9,opt,name=amount,proto3" json:"amount,omitempty"` TokenId []byte `protobuf:"bytes,10,opt,name=tokenId,proto3" json:"tokenId,omitempty"` Quota uint64 `protobuf:"varint,11,opt,name=quota,proto3" json:"quota,omitempty"` Fee []byte `protobuf:"bytes,12,opt,name=fee,proto3" json:"fee,omitempty"` SnapshotHash []byte `protobuf:"bytes,13,opt,name=snapshotHash,proto3" json:"snapshotHash,omitempty"` Data []byte `protobuf:"bytes,14,opt,name=data,proto3" json:"data,omitempty"` Timestamp int64 `protobuf:"varint,15,opt,name=timestamp,proto3" json:"timestamp,omitempty"` StateHash []byte `protobuf:"bytes,16,opt,name=StateHash,proto3" json:"StateHash,omitempty"` LogHash []byte `protobuf:"bytes,17,opt,name=logHash,proto3" json:"logHash,omitempty"` Difficulty []byte `protobuf:"bytes,18,opt,name=difficulty,proto3" json:"difficulty,omitempty"` Nonce []byte `protobuf:"bytes,19,opt,name=nonce,proto3" json:"nonce,omitempty"` Signature []byte `protobuf:"bytes,20,opt,name=signature,proto3" json:"signature,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountBlock) Descriptor ¶
func (*AccountBlock) Descriptor() ([]byte, []int)
func (*AccountBlock) GetAccountAddress ¶
func (m *AccountBlock) GetAccountAddress() []byte
func (*AccountBlock) GetAmount ¶
func (m *AccountBlock) GetAmount() []byte
func (*AccountBlock) GetBlockType ¶
func (m *AccountBlock) GetBlockType() uint32
func (*AccountBlock) GetData ¶
func (m *AccountBlock) GetData() []byte
func (*AccountBlock) GetDifficulty ¶
func (m *AccountBlock) GetDifficulty() []byte
func (*AccountBlock) GetFee ¶
func (m *AccountBlock) GetFee() []byte
func (*AccountBlock) GetFromBlockHash ¶
func (m *AccountBlock) GetFromBlockHash() []byte
func (*AccountBlock) GetHash ¶
func (m *AccountBlock) GetHash() []byte
func (*AccountBlock) GetHeight ¶
func (m *AccountBlock) GetHeight() uint64
func (*AccountBlock) GetLogHash ¶
func (m *AccountBlock) GetLogHash() []byte
func (*AccountBlock) GetNonce ¶
func (m *AccountBlock) GetNonce() []byte
func (*AccountBlock) GetPrevHash ¶
func (m *AccountBlock) GetPrevHash() []byte
func (*AccountBlock) GetPublicKey ¶
func (m *AccountBlock) GetPublicKey() []byte
func (*AccountBlock) GetQuota ¶
func (m *AccountBlock) GetQuota() uint64
func (*AccountBlock) GetSignature ¶
func (m *AccountBlock) GetSignature() []byte
func (*AccountBlock) GetSnapshotHash ¶
func (m *AccountBlock) GetSnapshotHash() []byte
func (*AccountBlock) GetStateHash ¶
func (m *AccountBlock) GetStateHash() []byte
func (*AccountBlock) GetTimestamp ¶
func (m *AccountBlock) GetTimestamp() int64
func (*AccountBlock) GetToAddress ¶
func (m *AccountBlock) GetToAddress() []byte
func (*AccountBlock) GetTokenId ¶
func (m *AccountBlock) GetTokenId() []byte
func (*AccountBlock) ProtoMessage ¶
func (*AccountBlock) ProtoMessage()
func (*AccountBlock) Reset ¶
func (m *AccountBlock) Reset()
func (*AccountBlock) String ¶
func (m *AccountBlock) String() string
func (*AccountBlock) XXX_DiscardUnknown ¶
func (m *AccountBlock) XXX_DiscardUnknown()
func (*AccountBlock) XXX_Marshal ¶
func (m *AccountBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountBlock) XXX_Merge ¶
func (dst *AccountBlock) XXX_Merge(src proto.Message)
func (*AccountBlock) XXX_Size ¶
func (m *AccountBlock) XXX_Size() int
func (*AccountBlock) XXX_Unmarshal ¶
func (m *AccountBlock) XXX_Unmarshal(b []byte) error
type AccountBlockMeta ¶
type AccountBlockMeta struct { AccountId uint64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` ReceiveBlockHeights []uint64 `protobuf:"varint,3,rep,packed,name=receiveBlockHeights,proto3" json:"receiveBlockHeights,omitempty"` RefSnapshotHeight uint64 `protobuf:"varint,4,opt,name=refSnapshotHeight,proto3" json:"refSnapshotHeight,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountBlockMeta) Descriptor ¶
func (*AccountBlockMeta) Descriptor() ([]byte, []int)
func (*AccountBlockMeta) GetAccountId ¶
func (m *AccountBlockMeta) GetAccountId() uint64
func (*AccountBlockMeta) GetHeight ¶
func (m *AccountBlockMeta) GetHeight() uint64
func (*AccountBlockMeta) GetReceiveBlockHeights ¶
func (m *AccountBlockMeta) GetReceiveBlockHeights() []uint64
func (*AccountBlockMeta) GetRefSnapshotHeight ¶
func (m *AccountBlockMeta) GetRefSnapshotHeight() uint64
func (*AccountBlockMeta) ProtoMessage ¶
func (*AccountBlockMeta) ProtoMessage()
func (*AccountBlockMeta) Reset ¶
func (m *AccountBlockMeta) Reset()
func (*AccountBlockMeta) String ¶
func (m *AccountBlockMeta) String() string
func (*AccountBlockMeta) XXX_DiscardUnknown ¶
func (m *AccountBlockMeta) XXX_DiscardUnknown()
func (*AccountBlockMeta) XXX_Marshal ¶
func (m *AccountBlockMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountBlockMeta) XXX_Merge ¶
func (dst *AccountBlockMeta) XXX_Merge(src proto.Message)
func (*AccountBlockMeta) XXX_Size ¶
func (m *AccountBlockMeta) XXX_Size() int
func (*AccountBlockMeta) XXX_Unmarshal ¶
func (m *AccountBlockMeta) XXX_Unmarshal(b []byte) error
type AccountBlocks ¶
type AccountBlocks struct { Blocks []*AccountBlock `protobuf:"bytes,1,rep,name=Blocks,proto3" json:"Blocks,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountBlocks) Descriptor ¶
func (*AccountBlocks) Descriptor() ([]byte, []int)
func (*AccountBlocks) GetBlocks ¶
func (m *AccountBlocks) GetBlocks() []*AccountBlock
func (*AccountBlocks) ProtoMessage ¶
func (*AccountBlocks) ProtoMessage()
func (*AccountBlocks) Reset ¶
func (m *AccountBlocks) Reset()
func (*AccountBlocks) String ¶
func (m *AccountBlocks) String() string
func (*AccountBlocks) XXX_DiscardUnknown ¶
func (m *AccountBlocks) XXX_DiscardUnknown()
func (*AccountBlocks) XXX_Marshal ¶
func (m *AccountBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountBlocks) XXX_Merge ¶
func (dst *AccountBlocks) XXX_Merge(src proto.Message)
func (*AccountBlocks) XXX_Size ¶
func (m *AccountBlocks) XXX_Size() int
func (*AccountBlocks) XXX_Unmarshal ¶
func (m *AccountBlocks) XXX_Unmarshal(b []byte) error
type AddressList ¶
type AddressList struct { AddressList [][]byte `protobuf:"bytes,1,rep,name=addressList,proto3" json:"addressList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddressList) Descriptor ¶
func (*AddressList) Descriptor() ([]byte, []int)
func (*AddressList) GetAddressList ¶
func (m *AddressList) GetAddressList() [][]byte
func (*AddressList) ProtoMessage ¶
func (*AddressList) ProtoMessage()
func (*AddressList) Reset ¶
func (m *AddressList) Reset()
func (*AddressList) String ¶
func (m *AddressList) String() string
func (*AddressList) XXX_DiscardUnknown ¶
func (m *AddressList) XXX_DiscardUnknown()
func (*AddressList) XXX_Marshal ¶
func (m *AddressList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddressList) XXX_Merge ¶
func (dst *AddressList) XXX_Merge(src proto.Message)
func (*AddressList) XXX_Size ¶
func (m *AddressList) XXX_Size() int
func (*AddressList) XXX_Unmarshal ¶
func (m *AddressList) XXX_Unmarshal(b []byte) error
type BlockID ¶
type BlockID struct { Hash []byte `protobuf:"bytes,1,opt,name=Hash,proto3" json:"Hash,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=Height,proto3" json:"Height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockID) XXX_Marshal ¶
type CompressedFileMeta ¶
type CompressedFileMeta struct { StartHeight uint64 `protobuf:"varint,1,opt,name=StartHeight,proto3" json:"StartHeight,omitempty"` EndHeight uint64 `protobuf:"varint,2,opt,name=EndHeight,proto3" json:"EndHeight,omitempty"` Filename string `protobuf:"bytes,3,opt,name=Filename,proto3" json:"Filename,omitempty"` FileSize int64 `protobuf:"varint,4,opt,name=FileSize,proto3" json:"FileSize,omitempty"` BlockNumbers uint64 `protobuf:"varint,5,opt,name=BlockNumbers,proto3" json:"BlockNumbers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CompressedFileMeta) Descriptor ¶
func (*CompressedFileMeta) Descriptor() ([]byte, []int)
func (*CompressedFileMeta) GetBlockNumbers ¶
func (m *CompressedFileMeta) GetBlockNumbers() uint64
func (*CompressedFileMeta) GetEndHeight ¶
func (m *CompressedFileMeta) GetEndHeight() uint64
func (*CompressedFileMeta) GetFileSize ¶
func (m *CompressedFileMeta) GetFileSize() int64
func (*CompressedFileMeta) GetFilename ¶
func (m *CompressedFileMeta) GetFilename() string
func (*CompressedFileMeta) GetStartHeight ¶
func (m *CompressedFileMeta) GetStartHeight() uint64
func (*CompressedFileMeta) ProtoMessage ¶
func (*CompressedFileMeta) ProtoMessage()
func (*CompressedFileMeta) Reset ¶
func (m *CompressedFileMeta) Reset()
func (*CompressedFileMeta) String ¶
func (m *CompressedFileMeta) String() string
func (*CompressedFileMeta) XXX_DiscardUnknown ¶
func (m *CompressedFileMeta) XXX_DiscardUnknown()
func (*CompressedFileMeta) XXX_Marshal ¶
func (m *CompressedFileMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CompressedFileMeta) XXX_Merge ¶
func (dst *CompressedFileMeta) XXX_Merge(src proto.Message)
func (*CompressedFileMeta) XXX_Size ¶
func (m *CompressedFileMeta) XXX_Size() int
func (*CompressedFileMeta) XXX_Unmarshal ¶
func (m *CompressedFileMeta) XXX_Unmarshal(b []byte) error
type FileList ¶
type FileList struct { Files []*CompressedFileMeta `protobuf:"bytes,1,rep,name=Files,proto3" json:"Files,omitempty"` Chunks []uint64 `protobuf:"varint,2,rep,packed,name=Chunks,proto3" json:"Chunks,omitempty"` Nonce uint64 `protobuf:"varint,3,opt,name=Nonce,proto3" json:"Nonce,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileList) GetFiles ¶
func (m *FileList) GetFiles() []*CompressedFileMeta
func (*FileList) XXX_Marshal ¶
type GetAccountBlocks ¶
type GetAccountBlocks struct { Address []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"` From *BlockID `protobuf:"bytes,2,opt,name=From,proto3" json:"From,omitempty"` Count uint64 `protobuf:"varint,3,opt,name=Count,proto3" json:"Count,omitempty"` Forward bool `protobuf:"varint,4,opt,name=Forward,proto3" json:"Forward,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAccountBlocks) Descriptor ¶
func (*GetAccountBlocks) Descriptor() ([]byte, []int)
func (*GetAccountBlocks) GetAddress ¶
func (m *GetAccountBlocks) GetAddress() []byte
func (*GetAccountBlocks) GetCount ¶
func (m *GetAccountBlocks) GetCount() uint64
func (*GetAccountBlocks) GetForward ¶
func (m *GetAccountBlocks) GetForward() bool
func (*GetAccountBlocks) GetFrom ¶
func (m *GetAccountBlocks) GetFrom() *BlockID
func (*GetAccountBlocks) ProtoMessage ¶
func (*GetAccountBlocks) ProtoMessage()
func (*GetAccountBlocks) Reset ¶
func (m *GetAccountBlocks) Reset()
func (*GetAccountBlocks) String ¶
func (m *GetAccountBlocks) String() string
func (*GetAccountBlocks) XXX_DiscardUnknown ¶
func (m *GetAccountBlocks) XXX_DiscardUnknown()
func (*GetAccountBlocks) XXX_Marshal ¶
func (m *GetAccountBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAccountBlocks) XXX_Merge ¶
func (dst *GetAccountBlocks) XXX_Merge(src proto.Message)
func (*GetAccountBlocks) XXX_Size ¶
func (m *GetAccountBlocks) XXX_Size() int
func (*GetAccountBlocks) XXX_Unmarshal ¶
func (m *GetAccountBlocks) XXX_Unmarshal(b []byte) error
type GetChunk ¶
type GetChunk struct { Start uint64 `protobuf:"varint,1,opt,name=Start,proto3" json:"Start,omitempty"` End uint64 `protobuf:"varint,2,opt,name=End,proto3" json:"End,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetChunk) XXX_Marshal ¶
type GetFiles ¶
type GetFiles struct { Names []string `protobuf:"bytes,1,rep,name=Names,proto3" json:"Names,omitempty"` Nonce uint64 `protobuf:"varint,2,opt,name=Nonce,proto3" json:"Nonce,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetFiles) XXX_Marshal ¶
type GetSnapshotBlocks ¶
type GetSnapshotBlocks struct { From *BlockID `protobuf:"bytes,1,opt,name=From,proto3" json:"From,omitempty"` Count uint64 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"` Forward bool `protobuf:"varint,3,opt,name=Forward,proto3" json:"Forward,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetSnapshotBlocks) Descriptor ¶
func (*GetSnapshotBlocks) Descriptor() ([]byte, []int)
func (*GetSnapshotBlocks) GetCount ¶
func (m *GetSnapshotBlocks) GetCount() uint64
func (*GetSnapshotBlocks) GetForward ¶
func (m *GetSnapshotBlocks) GetForward() bool
func (*GetSnapshotBlocks) GetFrom ¶
func (m *GetSnapshotBlocks) GetFrom() *BlockID
func (*GetSnapshotBlocks) ProtoMessage ¶
func (*GetSnapshotBlocks) ProtoMessage()
func (*GetSnapshotBlocks) Reset ¶
func (m *GetSnapshotBlocks) Reset()
func (*GetSnapshotBlocks) String ¶
func (m *GetSnapshotBlocks) String() string
func (*GetSnapshotBlocks) XXX_DiscardUnknown ¶
func (m *GetSnapshotBlocks) XXX_DiscardUnknown()
func (*GetSnapshotBlocks) XXX_Marshal ¶
func (m *GetSnapshotBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetSnapshotBlocks) XXX_Merge ¶
func (dst *GetSnapshotBlocks) XXX_Merge(src proto.Message)
func (*GetSnapshotBlocks) XXX_Size ¶
func (m *GetSnapshotBlocks) XXX_Size() int
func (*GetSnapshotBlocks) XXX_Unmarshal ¶
func (m *GetSnapshotBlocks) XXX_Unmarshal(b []byte) error
type Handshake ¶
type Handshake struct { CmdSet uint64 `protobuf:"varint,1,opt,name=CmdSet,proto3" json:"CmdSet,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=Height,proto3" json:"Height,omitempty"` Port uint32 `protobuf:"varint,3,opt,name=Port,proto3" json:"Port,omitempty"` Current []byte `protobuf:"bytes,4,opt,name=Current,proto3" json:"Current,omitempty"` Genesis []byte `protobuf:"bytes,5,opt,name=Genesis,proto3" json:"Genesis,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Handshake) XXX_Marshal ¶
type HashHeight ¶ added in v1.2.0
type HashHeight struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HashHeight) Descriptor ¶ added in v1.2.0
func (*HashHeight) Descriptor() ([]byte, []int)
func (*HashHeight) GetHash ¶ added in v1.2.0
func (m *HashHeight) GetHash() []byte
func (*HashHeight) GetHeight ¶ added in v1.2.0
func (m *HashHeight) GetHeight() uint64
func (*HashHeight) ProtoMessage ¶ added in v1.2.0
func (*HashHeight) ProtoMessage()
func (*HashHeight) Reset ¶ added in v1.2.0
func (m *HashHeight) Reset()
func (*HashHeight) String ¶ added in v1.2.0
func (m *HashHeight) String() string
func (*HashHeight) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *HashHeight) XXX_DiscardUnknown()
func (*HashHeight) XXX_Marshal ¶ added in v1.2.0
func (m *HashHeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HashHeight) XXX_Merge ¶ added in v1.2.0
func (dst *HashHeight) XXX_Merge(src proto.Message)
func (*HashHeight) XXX_Size ¶ added in v1.2.0
func (m *HashHeight) XXX_Size() int
func (*HashHeight) XXX_Unmarshal ¶ added in v1.2.0
func (m *HashHeight) XXX_Unmarshal(b []byte) error
type HashList ¶
type HashList struct { HashList [][]byte `protobuf:"bytes,1,rep,name=hashList,proto3" json:"hashList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HashList) XXX_Marshal ¶
type Producer ¶
type Producer struct { BrokerList []string `protobuf:"bytes,1,rep,name=brokerList,proto3" json:"brokerList,omitempty"` Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Producer) XXX_Marshal ¶
type SnapshotAdditionalFragment ¶ added in v1.2.0
type SnapshotAdditionalFragment struct { List []*SnapshotAdditionalItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SnapshotAdditionalFragment) Descriptor ¶ added in v1.2.0
func (*SnapshotAdditionalFragment) Descriptor() ([]byte, []int)
func (*SnapshotAdditionalFragment) GetList ¶ added in v1.2.0
func (m *SnapshotAdditionalFragment) GetList() []*SnapshotAdditionalItem
func (*SnapshotAdditionalFragment) ProtoMessage ¶ added in v1.2.0
func (*SnapshotAdditionalFragment) ProtoMessage()
func (*SnapshotAdditionalFragment) Reset ¶ added in v1.2.0
func (m *SnapshotAdditionalFragment) Reset()
func (*SnapshotAdditionalFragment) String ¶ added in v1.2.0
func (m *SnapshotAdditionalFragment) String() string
func (*SnapshotAdditionalFragment) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *SnapshotAdditionalFragment) XXX_DiscardUnknown()
func (*SnapshotAdditionalFragment) XXX_Marshal ¶ added in v1.2.0
func (m *SnapshotAdditionalFragment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SnapshotAdditionalFragment) XXX_Merge ¶ added in v1.2.0
func (dst *SnapshotAdditionalFragment) XXX_Merge(src proto.Message)
func (*SnapshotAdditionalFragment) XXX_Size ¶ added in v1.2.0
func (m *SnapshotAdditionalFragment) XXX_Size() int
func (*SnapshotAdditionalFragment) XXX_Unmarshal ¶ added in v1.2.0
func (m *SnapshotAdditionalFragment) XXX_Unmarshal(b []byte) error
type SnapshotAdditionalItem ¶ added in v1.2.0
type SnapshotAdditionalItem struct { Quota uint64 `protobuf:"varint,1,opt,name=quota,proto3" json:"quota,omitempty"` AggregateQuota uint64 `protobuf:"varint,2,opt,name=aggregateQuota,proto3" json:"aggregateQuota,omitempty"` SnapshotHashHeight *HashHeight `protobuf:"bytes,3,opt,name=snapshotHashHeight,proto3" json:"snapshotHashHeight,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SnapshotAdditionalItem) Descriptor ¶ added in v1.2.0
func (*SnapshotAdditionalItem) Descriptor() ([]byte, []int)
func (*SnapshotAdditionalItem) GetAggregateQuota ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) GetAggregateQuota() uint64
func (*SnapshotAdditionalItem) GetQuota ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) GetQuota() uint64
func (*SnapshotAdditionalItem) GetSnapshotHashHeight ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) GetSnapshotHashHeight() *HashHeight
func (*SnapshotAdditionalItem) ProtoMessage ¶ added in v1.2.0
func (*SnapshotAdditionalItem) ProtoMessage()
func (*SnapshotAdditionalItem) Reset ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) Reset()
func (*SnapshotAdditionalItem) String ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) String() string
func (*SnapshotAdditionalItem) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) XXX_DiscardUnknown()
func (*SnapshotAdditionalItem) XXX_Marshal ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SnapshotAdditionalItem) XXX_Merge ¶ added in v1.2.0
func (dst *SnapshotAdditionalItem) XXX_Merge(src proto.Message)
func (*SnapshotAdditionalItem) XXX_Size ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) XXX_Size() int
func (*SnapshotAdditionalItem) XXX_Unmarshal ¶ added in v1.2.0
func (m *SnapshotAdditionalItem) XXX_Unmarshal(b []byte) error
type SnapshotBlock ¶
type SnapshotBlock struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` PrevHash []byte `protobuf:"bytes,2,opt,name=prevHash,proto3" json:"prevHash,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` PublicKey []byte `protobuf:"bytes,4,opt,name=publicKey,proto3" json:"publicKey,omitempty"` Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"` Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` StateHash []byte `protobuf:"bytes,7,opt,name=stateHash,proto3" json:"stateHash,omitempty"` SnapshotContent *SnapshotContent `protobuf:"bytes,8,opt,name=snapshotContent,proto3" json:"snapshotContent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SnapshotBlock) Descriptor ¶
func (*SnapshotBlock) Descriptor() ([]byte, []int)
func (*SnapshotBlock) GetHash ¶
func (m *SnapshotBlock) GetHash() []byte
func (*SnapshotBlock) GetHeight ¶
func (m *SnapshotBlock) GetHeight() uint64
func (*SnapshotBlock) GetPrevHash ¶
func (m *SnapshotBlock) GetPrevHash() []byte
func (*SnapshotBlock) GetPublicKey ¶
func (m *SnapshotBlock) GetPublicKey() []byte
func (*SnapshotBlock) GetSignature ¶
func (m *SnapshotBlock) GetSignature() []byte
func (*SnapshotBlock) GetSnapshotContent ¶
func (m *SnapshotBlock) GetSnapshotContent() *SnapshotContent
func (*SnapshotBlock) GetStateHash ¶
func (m *SnapshotBlock) GetStateHash() []byte
func (*SnapshotBlock) GetTimestamp ¶
func (m *SnapshotBlock) GetTimestamp() int64
func (*SnapshotBlock) ProtoMessage ¶
func (*SnapshotBlock) ProtoMessage()
func (*SnapshotBlock) Reset ¶
func (m *SnapshotBlock) Reset()
func (*SnapshotBlock) String ¶
func (m *SnapshotBlock) String() string
func (*SnapshotBlock) XXX_DiscardUnknown ¶
func (m *SnapshotBlock) XXX_DiscardUnknown()
func (*SnapshotBlock) XXX_Marshal ¶
func (m *SnapshotBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SnapshotBlock) XXX_Merge ¶
func (dst *SnapshotBlock) XXX_Merge(src proto.Message)
func (*SnapshotBlock) XXX_Size ¶
func (m *SnapshotBlock) XXX_Size() int
func (*SnapshotBlock) XXX_Unmarshal ¶
func (m *SnapshotBlock) XXX_Unmarshal(b []byte) error
type SnapshotBlocks ¶
type SnapshotBlocks struct { Blocks []*SnapshotBlock `protobuf:"bytes,1,rep,name=Blocks,proto3" json:"Blocks,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SnapshotBlocks) Descriptor ¶
func (*SnapshotBlocks) Descriptor() ([]byte, []int)
func (*SnapshotBlocks) GetBlocks ¶
func (m *SnapshotBlocks) GetBlocks() []*SnapshotBlock
func (*SnapshotBlocks) ProtoMessage ¶
func (*SnapshotBlocks) ProtoMessage()
func (*SnapshotBlocks) Reset ¶
func (m *SnapshotBlocks) Reset()
func (*SnapshotBlocks) String ¶
func (m *SnapshotBlocks) String() string
func (*SnapshotBlocks) XXX_DiscardUnknown ¶
func (m *SnapshotBlocks) XXX_DiscardUnknown()
func (*SnapshotBlocks) XXX_Marshal ¶
func (m *SnapshotBlocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SnapshotBlocks) XXX_Merge ¶
func (dst *SnapshotBlocks) XXX_Merge(src proto.Message)
func (*SnapshotBlocks) XXX_Size ¶
func (m *SnapshotBlocks) XXX_Size() int
func (*SnapshotBlocks) XXX_Unmarshal ¶
func (m *SnapshotBlocks) XXX_Unmarshal(b []byte) error
type SnapshotContent ¶
type SnapshotContent struct { Content map[string]*SnapshotItem `` /* 155-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SnapshotContent) Descriptor ¶
func (*SnapshotContent) Descriptor() ([]byte, []int)
func (*SnapshotContent) GetContent ¶
func (m *SnapshotContent) GetContent() map[string]*SnapshotItem
func (*SnapshotContent) ProtoMessage ¶
func (*SnapshotContent) ProtoMessage()
func (*SnapshotContent) Reset ¶
func (m *SnapshotContent) Reset()
func (*SnapshotContent) String ¶
func (m *SnapshotContent) String() string
func (*SnapshotContent) XXX_DiscardUnknown ¶
func (m *SnapshotContent) XXX_DiscardUnknown()
func (*SnapshotContent) XXX_Marshal ¶
func (m *SnapshotContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SnapshotContent) XXX_Merge ¶
func (dst *SnapshotContent) XXX_Merge(src proto.Message)
func (*SnapshotContent) XXX_Size ¶
func (m *SnapshotContent) XXX_Size() int
func (*SnapshotContent) XXX_Unmarshal ¶
func (m *SnapshotContent) XXX_Unmarshal(b []byte) error
type SnapshotItem ¶
type SnapshotItem struct { AccountBlockHeight uint64 `protobuf:"varint,1,opt,name=accountBlockHeight,proto3" json:"accountBlockHeight,omitempty"` AccountBlockHash []byte `protobuf:"bytes,2,opt,name=accountBlockHash,proto3" json:"accountBlockHash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SnapshotItem) Descriptor ¶
func (*SnapshotItem) Descriptor() ([]byte, []int)
func (*SnapshotItem) GetAccountBlockHash ¶
func (m *SnapshotItem) GetAccountBlockHash() []byte
func (*SnapshotItem) GetAccountBlockHeight ¶
func (m *SnapshotItem) GetAccountBlockHeight() uint64
func (*SnapshotItem) ProtoMessage ¶
func (*SnapshotItem) ProtoMessage()
func (*SnapshotItem) Reset ¶
func (m *SnapshotItem) Reset()
func (*SnapshotItem) String ¶
func (m *SnapshotItem) String() string
func (*SnapshotItem) XXX_DiscardUnknown ¶
func (m *SnapshotItem) XXX_DiscardUnknown()
func (*SnapshotItem) XXX_Marshal ¶
func (m *SnapshotItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SnapshotItem) XXX_Merge ¶
func (dst *SnapshotItem) XXX_Merge(src proto.Message)
func (*SnapshotItem) XXX_Size ¶
func (m *SnapshotItem) XXX_Size() int
func (*SnapshotItem) XXX_Unmarshal ¶
func (m *SnapshotItem) XXX_Unmarshal(b []byte) error
type SubLedger ¶
type SubLedger struct { SBlocks []*SnapshotBlock `protobuf:"bytes,1,rep,name=SBlocks,proto3" json:"SBlocks,omitempty"` ABlocks []*AccountBlock `protobuf:"bytes,2,rep,name=ABlocks,proto3" json:"ABlocks,omitempty"` AblockNum uint64 `protobuf:"varint,3,opt,name=AblockNum,proto3" json:"AblockNum,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SubLedger) GetABlocks ¶
func (m *SubLedger) GetABlocks() []*AccountBlock
func (*SubLedger) GetSBlocks ¶
func (m *SubLedger) GetSBlocks() []*SnapshotBlock
func (*SubLedger) XXX_Marshal ¶
type TokenInfo ¶
type TokenInfo struct { TokenId []byte `protobuf:"bytes,1,opt,name=tokenId,proto3" json:"tokenId,omitempty"` TotalAmount []byte `protobuf:"bytes,2,opt,name=totalAmount,proto3" json:"totalAmount,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TokenInfo) XXX_Marshal ¶
type TrieNode ¶
type TrieNode struct { NodeType uint32 `protobuf:"varint,1,opt,name=NodeType,proto3" json:"NodeType,omitempty"` Children map[uint32][]byte `` /* 158-byte string literal not displayed */ Key []byte `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` Child []byte `protobuf:"bytes,4,opt,name=child,proto3" json:"child,omitempty"` Value []byte `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TrieNode) XXX_Marshal ¶
type UnconfirmedMeta ¶
type UnconfirmedMeta struct { AccountId []byte `protobuf:"bytes,1,opt,name=accountId,proto3" json:"accountId,omitempty"` TotalNumber []byte `protobuf:"bytes,2,opt,name=totalNumber,proto3" json:"totalNumber,omitempty"` TokenInfoList []*TokenInfo `protobuf:"bytes,3,rep,name=tokenInfoList,proto3" json:"tokenInfoList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UnconfirmedMeta) Descriptor ¶
func (*UnconfirmedMeta) Descriptor() ([]byte, []int)
func (*UnconfirmedMeta) GetAccountId ¶
func (m *UnconfirmedMeta) GetAccountId() []byte
func (*UnconfirmedMeta) GetTokenInfoList ¶
func (m *UnconfirmedMeta) GetTokenInfoList() []*TokenInfo
func (*UnconfirmedMeta) GetTotalNumber ¶
func (m *UnconfirmedMeta) GetTotalNumber() []byte
func (*UnconfirmedMeta) ProtoMessage ¶
func (*UnconfirmedMeta) ProtoMessage()
func (*UnconfirmedMeta) Reset ¶
func (m *UnconfirmedMeta) Reset()
func (*UnconfirmedMeta) String ¶
func (m *UnconfirmedMeta) String() string
func (*UnconfirmedMeta) XXX_DiscardUnknown ¶
func (m *UnconfirmedMeta) XXX_DiscardUnknown()
func (*UnconfirmedMeta) XXX_Marshal ¶
func (m *UnconfirmedMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnconfirmedMeta) XXX_Merge ¶
func (dst *UnconfirmedMeta) XXX_Merge(src proto.Message)
func (*UnconfirmedMeta) XXX_Size ¶
func (m *UnconfirmedMeta) XXX_Size() int
func (*UnconfirmedMeta) XXX_Unmarshal ¶
func (m *UnconfirmedMeta) XXX_Unmarshal(b []byte) error
type VmLog ¶
type VmLog struct { Topics [][]byte `protobuf:"bytes,1,rep,name=topics,proto3" json:"topics,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VmLog) XXX_Marshal ¶
Click to show internal directories.
Click to hide internal directories.