Documentation
¶
Overview ¶
Copyright IBM Corp. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
- Variables
- type AccessControl
- func (*AccessControl) Descriptor() ([]byte, []int)deprecated
- func (x *AccessControl) GetReadUsers() map[string]bool
- func (x *AccessControl) GetReadWriteUsers() map[string]bool
- func (x *AccessControl) GetSignPolicyForWrite() AccessControlWritePolicy
- func (*AccessControl) ProtoMessage()
- func (x *AccessControl) ProtoReflect() protoreflect.Message
- func (x *AccessControl) Reset()
- func (x *AccessControl) String() string
- type AccessControlWritePolicy
- func (AccessControlWritePolicy) Descriptor() protoreflect.EnumDescriptor
- func (x AccessControlWritePolicy) Enum() *AccessControlWritePolicy
- func (AccessControlWritePolicy) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccessControlWritePolicy) Number() protoreflect.EnumNumber
- func (x AccessControlWritePolicy) String() string
- func (AccessControlWritePolicy) Type() protoreflect.EnumType
- type Admin
- type AugmentedBlockHeader
- func (*AugmentedBlockHeader) Descriptor() ([]byte, []int)deprecated
- func (x *AugmentedBlockHeader) GetHeader() *BlockHeader
- func (x *AugmentedBlockHeader) GetTxIds() []string
- func (*AugmentedBlockHeader) ProtoMessage()
- func (x *AugmentedBlockHeader) ProtoReflect() protoreflect.Message
- func (x *AugmentedBlockHeader) Reset()
- func (x *AugmentedBlockHeader) String() string
- type Block
- func (*Block) Descriptor() ([]byte, []int)deprecated
- func (x *Block) GetConfigTxEnvelope() *ConfigTxEnvelope
- func (x *Block) GetConsensusMetadata() *ConsensusMetadata
- func (x *Block) GetDataTxEnvelopes() *DataTxEnvelopes
- func (x *Block) GetDbAdministrationTxEnvelope() *DBAdministrationTxEnvelope
- func (x *Block) GetHeader() *BlockHeader
- func (m *Block) GetPayload() isBlock_Payload
- func (x *Block) GetUserAdministrationTxEnvelope() *UserAdministrationTxEnvelope
- func (*Block) ProtoMessage()
- func (x *Block) ProtoReflect() protoreflect.Message
- func (x *Block) Reset()
- func (x *Block) String() string
- type BlockHeader
- func (*BlockHeader) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeader) GetBaseHeader() *BlockHeaderBase
- func (x *BlockHeader) GetSkipchainHashes() [][]byte
- func (x *BlockHeader) GetStateMerkleTreeRootHash() []byte
- func (x *BlockHeader) GetTxMerkleTreeRootHash() []byte
- func (x *BlockHeader) GetValidationInfo() []*ValidationInfo
- func (*BlockHeader) ProtoMessage()
- func (x *BlockHeader) ProtoReflect() protoreflect.Message
- func (x *BlockHeader) Reset()
- func (x *BlockHeader) String() string
- type BlockHeaderBase
- func (*BlockHeaderBase) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeaderBase) GetLastCommittedBlockHash() []byte
- func (x *BlockHeaderBase) GetLastCommittedBlockNum() uint64
- func (x *BlockHeaderBase) GetNumber() uint64
- func (x *BlockHeaderBase) GetPreviousBaseHeaderHash() []byte
- func (*BlockHeaderBase) ProtoMessage()
- func (x *BlockHeaderBase) ProtoReflect() protoreflect.Message
- func (x *BlockHeaderBase) Reset()
- func (x *BlockHeaderBase) String() string
- type BlockProof
- func (*BlockProof) Descriptor() ([]byte, []int)deprecated
- func (x *BlockProof) GetBlockNumber() uint64
- func (x *BlockProof) GetPath() []*BlockHeader
- func (*BlockProof) ProtoMessage()
- func (x *BlockProof) ProtoReflect() protoreflect.Message
- func (x *BlockProof) Reset()
- func (x *BlockProof) String() string
- type Block_ConfigTxEnvelope
- type Block_DataTxEnvelopes
- type Block_DbAdministrationTxEnvelope
- type Block_UserAdministrationTxEnvelope
- type CAConfig
- type ClusterConfig
- func (*ClusterConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterConfig) GetAdmins() []*Admin
- func (x *ClusterConfig) GetCertAuthConfig() *CAConfig
- func (x *ClusterConfig) GetConsensusConfig() *ConsensusConfig
- func (x *ClusterConfig) GetLedgerConfig() *LedgerConfig
- func (x *ClusterConfig) GetNodes() []*NodeConfig
- func (*ClusterConfig) ProtoMessage()
- func (x *ClusterConfig) ProtoReflect() protoreflect.Message
- func (x *ClusterConfig) Reset()
- func (x *ClusterConfig) String() string
- type ConfigTx
- func (*ConfigTx) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigTx) GetNewConfig() *ClusterConfig
- func (x *ConfigTx) GetReadOldConfigVersion() *Version
- func (x *ConfigTx) GetTxId() string
- func (x *ConfigTx) GetUserId() string
- func (*ConfigTx) ProtoMessage()
- func (x *ConfigTx) ProtoReflect() protoreflect.Message
- func (x *ConfigTx) Reset()
- func (x *ConfigTx) String() string
- type ConfigTxEnvelope
- func (*ConfigTxEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigTxEnvelope) GetPayload() *ConfigTx
- func (x *ConfigTxEnvelope) GetSignature() []byte
- func (*ConfigTxEnvelope) ProtoMessage()
- func (x *ConfigTxEnvelope) ProtoReflect() protoreflect.Message
- func (x *ConfigTxEnvelope) Reset()
- func (x *ConfigTxEnvelope) String() string
- type ConsensusConfig
- func (*ConsensusConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ConsensusConfig) GetAlgorithm() string
- func (x *ConsensusConfig) GetMembers() []*PeerConfig
- func (x *ConsensusConfig) GetObservers() []*PeerConfig
- func (x *ConsensusConfig) GetRaftConfig() *RaftConfig
- func (*ConsensusConfig) ProtoMessage()
- func (x *ConsensusConfig) ProtoReflect() protoreflect.Message
- func (x *ConsensusConfig) Reset()
- func (x *ConsensusConfig) String() string
- type ConsensusMetadata
- func (*ConsensusMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ConsensusMetadata) GetRaftIndex() uint64
- func (x *ConsensusMetadata) GetRaftTerm() uint64
- func (*ConsensusMetadata) ProtoMessage()
- func (x *ConsensusMetadata) ProtoReflect() protoreflect.Message
- func (x *ConsensusMetadata) Reset()
- func (x *ConsensusMetadata) String() string
- type DBAdministrationTx
- func (*DBAdministrationTx) Descriptor() ([]byte, []int)deprecated
- func (x *DBAdministrationTx) GetCreateDbs() []string
- func (x *DBAdministrationTx) GetDbsIndex() map[string]*DBIndex
- func (x *DBAdministrationTx) GetDeleteDbs() []string
- func (x *DBAdministrationTx) GetTxId() string
- func (x *DBAdministrationTx) GetUserId() string
- func (*DBAdministrationTx) ProtoMessage()
- func (x *DBAdministrationTx) ProtoReflect() protoreflect.Message
- func (x *DBAdministrationTx) Reset()
- func (x *DBAdministrationTx) String() string
- type DBAdministrationTxEnvelope
- func (*DBAdministrationTxEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *DBAdministrationTxEnvelope) GetPayload() *DBAdministrationTx
- func (x *DBAdministrationTxEnvelope) GetSignature() []byte
- func (*DBAdministrationTxEnvelope) ProtoMessage()
- func (x *DBAdministrationTxEnvelope) ProtoReflect() protoreflect.Message
- func (x *DBAdministrationTxEnvelope) Reset()
- func (x *DBAdministrationTxEnvelope) String() string
- type DBIndex
- type DBOperation
- func (*DBOperation) Descriptor() ([]byte, []int)deprecated
- func (x *DBOperation) GetDataDeletes() []*DataDelete
- func (x *DBOperation) GetDataReads() []*DataRead
- func (x *DBOperation) GetDataWrites() []*DataWrite
- func (x *DBOperation) GetDbName() string
- func (*DBOperation) ProtoMessage()
- func (x *DBOperation) ProtoReflect() protoreflect.Message
- func (x *DBOperation) Reset()
- func (x *DBOperation) String() string
- type DataDelete
- type DataJSONQuery
- func (*DataJSONQuery) Descriptor() ([]byte, []int)deprecated
- func (x *DataJSONQuery) GetDbName() string
- func (x *DataJSONQuery) GetQuery() string
- func (x *DataJSONQuery) GetUserId() string
- func (*DataJSONQuery) ProtoMessage()
- func (x *DataJSONQuery) ProtoReflect() protoreflect.Message
- func (x *DataJSONQuery) Reset()
- func (x *DataJSONQuery) String() string
- type DataQueryResponse
- func (*DataQueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DataQueryResponse) GetHeader() *ResponseHeader
- func (x *DataQueryResponse) GetKVs() []*KVWithMetadata
- func (*DataQueryResponse) ProtoMessage()
- func (x *DataQueryResponse) ProtoReflect() protoreflect.Message
- func (x *DataQueryResponse) Reset()
- func (x *DataQueryResponse) String() string
- type DataQueryResponseEnvelope
- func (*DataQueryResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *DataQueryResponseEnvelope) GetResponse() *DataQueryResponse
- func (x *DataQueryResponseEnvelope) GetSignature() []byte
- func (*DataQueryResponseEnvelope) ProtoMessage()
- func (x *DataQueryResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *DataQueryResponseEnvelope) Reset()
- func (x *DataQueryResponseEnvelope) String() string
- type DataRead
- type DataTx
- func (*DataTx) Descriptor() ([]byte, []int)deprecated
- func (x *DataTx) GetDbOperations() []*DBOperation
- func (x *DataTx) GetMustSignUserIds() []string
- func (x *DataTx) GetTxId() string
- func (*DataTx) ProtoMessage()
- func (x *DataTx) ProtoReflect() protoreflect.Message
- func (x *DataTx) Reset()
- func (x *DataTx) String() string
- type DataTxEnvelope
- func (*DataTxEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *DataTxEnvelope) GetPayload() *DataTx
- func (x *DataTxEnvelope) GetSignatures() map[string][]byte
- func (*DataTxEnvelope) ProtoMessage()
- func (x *DataTxEnvelope) ProtoReflect() protoreflect.Message
- func (x *DataTxEnvelope) Reset()
- func (x *DataTxEnvelope) String() string
- type DataTxEnvelopes
- type DataWrite
- func (*DataWrite) Descriptor() ([]byte, []int)deprecated
- func (x *DataWrite) GetAcl() *AccessControl
- func (x *DataWrite) GetKey() string
- func (x *DataWrite) GetValue() []byte
- func (*DataWrite) ProtoMessage()
- func (x *DataWrite) ProtoReflect() protoreflect.Message
- func (x *DataWrite) Reset()
- func (x *DataWrite) String() string
- type DatabaseConfig
- func (*DatabaseConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DatabaseConfig) GetName() string
- func (x *DatabaseConfig) GetReadAccessUsers() []string
- func (x *DatabaseConfig) GetWriteAccessUsers() []string
- func (*DatabaseConfig) ProtoMessage()
- func (x *DatabaseConfig) ProtoReflect() protoreflect.Message
- func (x *DatabaseConfig) Reset()
- func (x *DatabaseConfig) String() string
- type Digest
- type Flag
- type GeConfigBlockQueryEnvelope
- func (*GeConfigBlockQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GeConfigBlockQueryEnvelope) GetPayload() *GetConfigBlockQuery
- func (x *GeConfigBlockQueryEnvelope) GetSignature() []byte
- func (*GeConfigBlockQueryEnvelope) ProtoMessage()
- func (x *GeConfigBlockQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GeConfigBlockQueryEnvelope) Reset()
- func (x *GeConfigBlockQueryEnvelope) String() string
- type GetAugmentedBlockHeaderResponse
- func (*GetAugmentedBlockHeaderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAugmentedBlockHeaderResponse) GetBlockHeader() *AugmentedBlockHeader
- func (x *GetAugmentedBlockHeaderResponse) GetHeader() *ResponseHeader
- func (*GetAugmentedBlockHeaderResponse) ProtoMessage()
- func (x *GetAugmentedBlockHeaderResponse) ProtoReflect() protoreflect.Message
- func (x *GetAugmentedBlockHeaderResponse) Reset()
- func (x *GetAugmentedBlockHeaderResponse) String() string
- type GetAugmentedBlockHeaderResponseEnvelope
- func (*GetAugmentedBlockHeaderResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetAugmentedBlockHeaderResponseEnvelope) GetResponse() *GetAugmentedBlockHeaderResponse
- func (x *GetAugmentedBlockHeaderResponseEnvelope) GetSignature() []byte
- func (*GetAugmentedBlockHeaderResponseEnvelope) ProtoMessage()
- func (x *GetAugmentedBlockHeaderResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetAugmentedBlockHeaderResponseEnvelope) Reset()
- func (x *GetAugmentedBlockHeaderResponseEnvelope) String() string
- type GetBlockQuery
- func (*GetBlockQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockQuery) GetAugmented() bool
- func (x *GetBlockQuery) GetBlockNumber() uint64
- func (x *GetBlockQuery) GetUserId() string
- func (*GetBlockQuery) ProtoMessage()
- func (x *GetBlockQuery) ProtoReflect() protoreflect.Message
- func (x *GetBlockQuery) Reset()
- func (x *GetBlockQuery) String() string
- type GetBlockQueryEnvelope
- func (*GetBlockQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockQueryEnvelope) GetPayload() *GetBlockQuery
- func (x *GetBlockQueryEnvelope) GetSignature() []byte
- func (*GetBlockQueryEnvelope) ProtoMessage()
- func (x *GetBlockQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetBlockQueryEnvelope) Reset()
- func (x *GetBlockQueryEnvelope) String() string
- type GetBlockResponse
- func (*GetBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockResponse) GetBlockHeader() *BlockHeader
- func (x *GetBlockResponse) GetHeader() *ResponseHeader
- func (*GetBlockResponse) ProtoMessage()
- func (x *GetBlockResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlockResponse) Reset()
- func (x *GetBlockResponse) String() string
- type GetBlockResponseEnvelope
- func (*GetBlockResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockResponseEnvelope) GetResponse() *GetBlockResponse
- func (x *GetBlockResponseEnvelope) GetSignature() []byte
- func (*GetBlockResponseEnvelope) ProtoMessage()
- func (x *GetBlockResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetBlockResponseEnvelope) Reset()
- func (x *GetBlockResponseEnvelope) String() string
- type GetClusterStatusQuery
- func (*GetClusterStatusQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetClusterStatusQuery) GetNoCertificates() bool
- func (x *GetClusterStatusQuery) GetUserId() string
- func (*GetClusterStatusQuery) ProtoMessage()
- func (x *GetClusterStatusQuery) ProtoReflect() protoreflect.Message
- func (x *GetClusterStatusQuery) Reset()
- func (x *GetClusterStatusQuery) String() string
- type GetClusterStatusQueryEnvelope
- func (*GetClusterStatusQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetClusterStatusQueryEnvelope) GetPayload() *GetClusterStatusQuery
- func (x *GetClusterStatusQueryEnvelope) GetSignature() []byte
- func (*GetClusterStatusQueryEnvelope) ProtoMessage()
- func (x *GetClusterStatusQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetClusterStatusQueryEnvelope) Reset()
- func (x *GetClusterStatusQueryEnvelope) String() string
- type GetClusterStatusResponse
- func (*GetClusterStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetClusterStatusResponse) GetActive() []string
- func (x *GetClusterStatusResponse) GetHeader() *ResponseHeader
- func (x *GetClusterStatusResponse) GetLeader() string
- func (x *GetClusterStatusResponse) GetNodes() []*NodeConfig
- func (x *GetClusterStatusResponse) GetVersion() *Version
- func (*GetClusterStatusResponse) ProtoMessage()
- func (x *GetClusterStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetClusterStatusResponse) Reset()
- func (x *GetClusterStatusResponse) String() string
- type GetClusterStatusResponseEnvelope
- func (*GetClusterStatusResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetClusterStatusResponseEnvelope) GetResponse() *GetClusterStatusResponse
- func (x *GetClusterStatusResponseEnvelope) GetSignature() []byte
- func (*GetClusterStatusResponseEnvelope) ProtoMessage()
- func (x *GetClusterStatusResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetClusterStatusResponseEnvelope) Reset()
- func (x *GetClusterStatusResponseEnvelope) String() string
- type GetConfigBlockQuery
- func (*GetConfigBlockQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigBlockQuery) GetBlockNumber() uint64
- func (x *GetConfigBlockQuery) GetUserId() string
- func (*GetConfigBlockQuery) ProtoMessage()
- func (x *GetConfigBlockQuery) ProtoReflect() protoreflect.Message
- func (x *GetConfigBlockQuery) Reset()
- func (x *GetConfigBlockQuery) String() string
- type GetConfigBlockResponse
- func (*GetConfigBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigBlockResponse) GetBlock() []byte
- func (x *GetConfigBlockResponse) GetHeader() *ResponseHeader
- func (*GetConfigBlockResponse) ProtoMessage()
- func (x *GetConfigBlockResponse) ProtoReflect() protoreflect.Message
- func (x *GetConfigBlockResponse) Reset()
- func (x *GetConfigBlockResponse) String() string
- type GetConfigBlockResponseEnvelope
- func (*GetConfigBlockResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigBlockResponseEnvelope) GetResponse() *GetConfigBlockResponse
- func (x *GetConfigBlockResponseEnvelope) GetSignature() []byte
- func (*GetConfigBlockResponseEnvelope) ProtoMessage()
- func (x *GetConfigBlockResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetConfigBlockResponseEnvelope) Reset()
- func (x *GetConfigBlockResponseEnvelope) String() string
- type GetConfigQuery
- type GetConfigQueryEnvelope
- func (*GetConfigQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigQueryEnvelope) GetPayload() *GetConfigQuery
- func (x *GetConfigQueryEnvelope) GetSignature() []byte
- func (*GetConfigQueryEnvelope) ProtoMessage()
- func (x *GetConfigQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetConfigQueryEnvelope) Reset()
- func (x *GetConfigQueryEnvelope) String() string
- type GetConfigResponse
- func (*GetConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigResponse) GetConfig() *ClusterConfig
- func (x *GetConfigResponse) GetHeader() *ResponseHeader
- func (x *GetConfigResponse) GetMetadata() *Metadata
- func (*GetConfigResponse) ProtoMessage()
- func (x *GetConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetConfigResponse) Reset()
- func (x *GetConfigResponse) String() string
- type GetConfigResponseEnvelope
- func (*GetConfigResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigResponseEnvelope) GetResponse() *GetConfigResponse
- func (x *GetConfigResponseEnvelope) GetSignature() []byte
- func (*GetConfigResponseEnvelope) ProtoMessage()
- func (x *GetConfigResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetConfigResponseEnvelope) Reset()
- func (x *GetConfigResponseEnvelope) String() string
- type GetDBIndexQuery
- func (*GetDBIndexQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBIndexQuery) GetDbName() string
- func (x *GetDBIndexQuery) GetUserId() string
- func (*GetDBIndexQuery) ProtoMessage()
- func (x *GetDBIndexQuery) ProtoReflect() protoreflect.Message
- func (x *GetDBIndexQuery) Reset()
- func (x *GetDBIndexQuery) String() string
- type GetDBIndexQueryEnvelope
- func (*GetDBIndexQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBIndexQueryEnvelope) GetPayload() *GetDBIndexQuery
- func (x *GetDBIndexQueryEnvelope) GetSignature() []byte
- func (*GetDBIndexQueryEnvelope) ProtoMessage()
- func (x *GetDBIndexQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDBIndexQueryEnvelope) Reset()
- func (x *GetDBIndexQueryEnvelope) String() string
- type GetDBIndexResponse
- func (*GetDBIndexResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBIndexResponse) GetHeader() *ResponseHeader
- func (x *GetDBIndexResponse) GetIndex() string
- func (*GetDBIndexResponse) ProtoMessage()
- func (x *GetDBIndexResponse) ProtoReflect() protoreflect.Message
- func (x *GetDBIndexResponse) Reset()
- func (x *GetDBIndexResponse) String() string
- type GetDBIndexResponseEnvelope
- func (*GetDBIndexResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBIndexResponseEnvelope) GetResponse() *GetDBIndexResponse
- func (x *GetDBIndexResponseEnvelope) GetSignature() []byte
- func (*GetDBIndexResponseEnvelope) ProtoMessage()
- func (x *GetDBIndexResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDBIndexResponseEnvelope) Reset()
- func (x *GetDBIndexResponseEnvelope) String() string
- type GetDBStatusQuery
- func (*GetDBStatusQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBStatusQuery) GetDbName() string
- func (x *GetDBStatusQuery) GetUserId() string
- func (*GetDBStatusQuery) ProtoMessage()
- func (x *GetDBStatusQuery) ProtoReflect() protoreflect.Message
- func (x *GetDBStatusQuery) Reset()
- func (x *GetDBStatusQuery) String() string
- type GetDBStatusQueryEnvelope
- func (*GetDBStatusQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBStatusQueryEnvelope) GetPayload() *GetDBStatusQuery
- func (x *GetDBStatusQueryEnvelope) GetSignature() []byte
- func (*GetDBStatusQueryEnvelope) ProtoMessage()
- func (x *GetDBStatusQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDBStatusQueryEnvelope) Reset()
- func (x *GetDBStatusQueryEnvelope) String() string
- type GetDBStatusResponse
- func (*GetDBStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBStatusResponse) GetExist() bool
- func (x *GetDBStatusResponse) GetHeader() *ResponseHeader
- func (*GetDBStatusResponse) ProtoMessage()
- func (x *GetDBStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetDBStatusResponse) Reset()
- func (x *GetDBStatusResponse) String() string
- type GetDBStatusResponseEnvelope
- func (*GetDBStatusResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBStatusResponseEnvelope) GetResponse() *GetDBStatusResponse
- func (x *GetDBStatusResponseEnvelope) GetSignature() []byte
- func (*GetDBStatusResponseEnvelope) ProtoMessage()
- func (x *GetDBStatusResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDBStatusResponseEnvelope) Reset()
- func (x *GetDBStatusResponseEnvelope) String() string
- type GetDataDeletedByQuery
- func (*GetDataDeletedByQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataDeletedByQuery) GetTargetUserId() string
- func (x *GetDataDeletedByQuery) GetUserId() string
- func (*GetDataDeletedByQuery) ProtoMessage()
- func (x *GetDataDeletedByQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataDeletedByQuery) Reset()
- func (x *GetDataDeletedByQuery) String() string
- type GetDataDeletedByQueryEnvelope
- func (*GetDataDeletedByQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataDeletedByQueryEnvelope) GetPayload() *GetDataDeletedByQuery
- func (x *GetDataDeletedByQueryEnvelope) GetSignature() []byte
- func (*GetDataDeletedByQueryEnvelope) ProtoMessage()
- func (x *GetDataDeletedByQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataDeletedByQueryEnvelope) Reset()
- func (x *GetDataDeletedByQueryEnvelope) String() string
- type GetDataProofQuery
- func (*GetDataProofQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProofQuery) GetBlockNumber() uint64
- func (x *GetDataProofQuery) GetDbName() string
- func (x *GetDataProofQuery) GetIsDeleted() bool
- func (x *GetDataProofQuery) GetKey() string
- func (x *GetDataProofQuery) GetUserId() string
- func (*GetDataProofQuery) ProtoMessage()
- func (x *GetDataProofQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataProofQuery) Reset()
- func (x *GetDataProofQuery) String() string
- type GetDataProofQueryEnvelope
- func (*GetDataProofQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProofQueryEnvelope) GetPayload() *GetDataProofQuery
- func (x *GetDataProofQueryEnvelope) GetSignature() []byte
- func (*GetDataProofQueryEnvelope) ProtoMessage()
- func (x *GetDataProofQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataProofQueryEnvelope) Reset()
- func (x *GetDataProofQueryEnvelope) String() string
- type GetDataProofResponse
- func (*GetDataProofResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProofResponse) GetHeader() *ResponseHeader
- func (x *GetDataProofResponse) GetPath() []*MPTrieProofElement
- func (*GetDataProofResponse) ProtoMessage()
- func (x *GetDataProofResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataProofResponse) Reset()
- func (x *GetDataProofResponse) String() string
- type GetDataProofResponseEnvelope
- func (*GetDataProofResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProofResponseEnvelope) GetResponse() *GetDataProofResponse
- func (x *GetDataProofResponseEnvelope) GetSignature() []byte
- func (*GetDataProofResponseEnvelope) ProtoMessage()
- func (x *GetDataProofResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataProofResponseEnvelope) Reset()
- func (x *GetDataProofResponseEnvelope) String() string
- type GetDataProvenanceResponse
- func (*GetDataProvenanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProvenanceResponse) GetDBKeyValues() map[string]*KVsWithMetadata
- func (x *GetDataProvenanceResponse) GetHeader() *ResponseHeader
- func (*GetDataProvenanceResponse) ProtoMessage()
- func (x *GetDataProvenanceResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataProvenanceResponse) Reset()
- func (x *GetDataProvenanceResponse) String() string
- type GetDataProvenanceResponseEnvelope
- func (*GetDataProvenanceResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProvenanceResponseEnvelope) GetResponse() *GetDataProvenanceResponse
- func (x *GetDataProvenanceResponseEnvelope) GetSignature() []byte
- func (*GetDataProvenanceResponseEnvelope) ProtoMessage()
- func (x *GetDataProvenanceResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataProvenanceResponseEnvelope) Reset()
- func (x *GetDataProvenanceResponseEnvelope) String() string
- type GetDataQuery
- func (*GetDataQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataQuery) GetDbName() string
- func (x *GetDataQuery) GetKey() string
- func (x *GetDataQuery) GetUserId() string
- func (*GetDataQuery) ProtoMessage()
- func (x *GetDataQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataQuery) Reset()
- func (x *GetDataQuery) String() string
- type GetDataQueryEnvelope
- func (*GetDataQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataQueryEnvelope) GetPayload() *GetDataQuery
- func (x *GetDataQueryEnvelope) GetSignature() []byte
- func (*GetDataQueryEnvelope) ProtoMessage()
- func (x *GetDataQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataQueryEnvelope) Reset()
- func (x *GetDataQueryEnvelope) String() string
- type GetDataRangeQuery
- func (*GetDataRangeQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataRangeQuery) GetDbName() string
- func (x *GetDataRangeQuery) GetEndKey() string
- func (x *GetDataRangeQuery) GetLimit() uint64
- func (x *GetDataRangeQuery) GetStartKey() string
- func (x *GetDataRangeQuery) GetUserId() string
- func (*GetDataRangeQuery) ProtoMessage()
- func (x *GetDataRangeQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataRangeQuery) Reset()
- func (x *GetDataRangeQuery) String() string
- type GetDataRangeResponse
- func (*GetDataRangeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataRangeResponse) GetHeader() *ResponseHeader
- func (x *GetDataRangeResponse) GetKVs() []*KVWithMetadata
- func (x *GetDataRangeResponse) GetNextStartKey() string
- func (x *GetDataRangeResponse) GetPendingResult() bool
- func (*GetDataRangeResponse) ProtoMessage()
- func (x *GetDataRangeResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataRangeResponse) Reset()
- func (x *GetDataRangeResponse) String() string
- type GetDataRangeResponseEnvelope
- func (*GetDataRangeResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataRangeResponseEnvelope) GetResponse() *GetDataRangeResponse
- func (x *GetDataRangeResponseEnvelope) GetSignature() []byte
- func (*GetDataRangeResponseEnvelope) ProtoMessage()
- func (x *GetDataRangeResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataRangeResponseEnvelope) Reset()
- func (x *GetDataRangeResponseEnvelope) String() string
- type GetDataReadByQuery
- func (*GetDataReadByQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataReadByQuery) GetTargetUserId() string
- func (x *GetDataReadByQuery) GetUserId() string
- func (*GetDataReadByQuery) ProtoMessage()
- func (x *GetDataReadByQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataReadByQuery) Reset()
- func (x *GetDataReadByQuery) String() string
- type GetDataReadByQueryEnvelope
- func (*GetDataReadByQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataReadByQueryEnvelope) GetPayload() *GetDataReadByQuery
- func (x *GetDataReadByQueryEnvelope) GetSignature() []byte
- func (*GetDataReadByQueryEnvelope) ProtoMessage()
- func (x *GetDataReadByQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataReadByQueryEnvelope) Reset()
- func (x *GetDataReadByQueryEnvelope) String() string
- type GetDataReadersQuery
- func (*GetDataReadersQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataReadersQuery) GetDbName() string
- func (x *GetDataReadersQuery) GetKey() string
- func (x *GetDataReadersQuery) GetUserId() string
- func (*GetDataReadersQuery) ProtoMessage()
- func (x *GetDataReadersQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataReadersQuery) Reset()
- func (x *GetDataReadersQuery) String() string
- type GetDataReadersQueryEnvelope
- func (*GetDataReadersQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataReadersQueryEnvelope) GetPayload() *GetDataReadersQuery
- func (x *GetDataReadersQueryEnvelope) GetSignature() []byte
- func (*GetDataReadersQueryEnvelope) ProtoMessage()
- func (x *GetDataReadersQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataReadersQueryEnvelope) Reset()
- func (x *GetDataReadersQueryEnvelope) String() string
- type GetDataReadersResponse
- func (*GetDataReadersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataReadersResponse) GetHeader() *ResponseHeader
- func (x *GetDataReadersResponse) GetReadBy() map[string]uint32
- func (*GetDataReadersResponse) ProtoMessage()
- func (x *GetDataReadersResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataReadersResponse) Reset()
- func (x *GetDataReadersResponse) String() string
- type GetDataReadersResponseEnvelope
- func (*GetDataReadersResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataReadersResponseEnvelope) GetResponse() *GetDataReadersResponse
- func (x *GetDataReadersResponseEnvelope) GetSignature() []byte
- func (*GetDataReadersResponseEnvelope) ProtoMessage()
- func (x *GetDataReadersResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataReadersResponseEnvelope) Reset()
- func (x *GetDataReadersResponseEnvelope) String() string
- type GetDataResponse
- func (*GetDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataResponse) GetHeader() *ResponseHeader
- func (x *GetDataResponse) GetMetadata() *Metadata
- func (x *GetDataResponse) GetValue() []byte
- func (*GetDataResponse) ProtoMessage()
- func (x *GetDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataResponse) Reset()
- func (x *GetDataResponse) String() string
- type GetDataResponseEnvelope
- func (*GetDataResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataResponseEnvelope) GetResponse() *GetDataResponse
- func (x *GetDataResponseEnvelope) GetSignature() []byte
- func (*GetDataResponseEnvelope) ProtoMessage()
- func (x *GetDataResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataResponseEnvelope) Reset()
- func (x *GetDataResponseEnvelope) String() string
- type GetDataWritersQuery
- func (*GetDataWritersQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataWritersQuery) GetDbName() string
- func (x *GetDataWritersQuery) GetKey() string
- func (x *GetDataWritersQuery) GetUserId() string
- func (*GetDataWritersQuery) ProtoMessage()
- func (x *GetDataWritersQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataWritersQuery) Reset()
- func (x *GetDataWritersQuery) String() string
- type GetDataWritersQueryEnvelope
- func (*GetDataWritersQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataWritersQueryEnvelope) GetPayload() *GetDataWritersQuery
- func (x *GetDataWritersQueryEnvelope) GetSignature() []byte
- func (*GetDataWritersQueryEnvelope) ProtoMessage()
- func (x *GetDataWritersQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataWritersQueryEnvelope) Reset()
- func (x *GetDataWritersQueryEnvelope) String() string
- type GetDataWritersResponse
- func (*GetDataWritersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataWritersResponse) GetHeader() *ResponseHeader
- func (x *GetDataWritersResponse) GetWrittenBy() map[string]uint32
- func (*GetDataWritersResponse) ProtoMessage()
- func (x *GetDataWritersResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataWritersResponse) Reset()
- func (x *GetDataWritersResponse) String() string
- type GetDataWritersResponseEnvelope
- func (*GetDataWritersResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataWritersResponseEnvelope) GetResponse() *GetDataWritersResponse
- func (x *GetDataWritersResponseEnvelope) GetSignature() []byte
- func (*GetDataWritersResponseEnvelope) ProtoMessage()
- func (x *GetDataWritersResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataWritersResponseEnvelope) Reset()
- func (x *GetDataWritersResponseEnvelope) String() string
- type GetDataWrittenByQuery
- func (*GetDataWrittenByQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataWrittenByQuery) GetTargetUserId() string
- func (x *GetDataWrittenByQuery) GetUserId() string
- func (*GetDataWrittenByQuery) ProtoMessage()
- func (x *GetDataWrittenByQuery) ProtoReflect() protoreflect.Message
- func (x *GetDataWrittenByQuery) Reset()
- func (x *GetDataWrittenByQuery) String() string
- type GetDataWrittenByQueryEnvelope
- func (*GetDataWrittenByQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataWrittenByQueryEnvelope) GetPayload() *GetDataWrittenByQuery
- func (x *GetDataWrittenByQueryEnvelope) GetSignature() []byte
- func (*GetDataWrittenByQueryEnvelope) ProtoMessage()
- func (x *GetDataWrittenByQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetDataWrittenByQueryEnvelope) Reset()
- func (x *GetDataWrittenByQueryEnvelope) String() string
- type GetHistoricalDataQuery
- func (*GetHistoricalDataQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetHistoricalDataQuery) GetDbName() string
- func (x *GetHistoricalDataQuery) GetDirection() string
- func (x *GetHistoricalDataQuery) GetKey() string
- func (x *GetHistoricalDataQuery) GetMostRecent() bool
- func (x *GetHistoricalDataQuery) GetOnlyDeletes() bool
- func (x *GetHistoricalDataQuery) GetUserId() string
- func (x *GetHistoricalDataQuery) GetVersion() *Version
- func (*GetHistoricalDataQuery) ProtoMessage()
- func (x *GetHistoricalDataQuery) ProtoReflect() protoreflect.Message
- func (x *GetHistoricalDataQuery) Reset()
- func (x *GetHistoricalDataQuery) String() string
- type GetHistoricalDataQueryEnvelope
- func (*GetHistoricalDataQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetHistoricalDataQueryEnvelope) GetPayload() *GetHistoricalDataQuery
- func (x *GetHistoricalDataQueryEnvelope) GetSignature() []byte
- func (*GetHistoricalDataQueryEnvelope) ProtoMessage()
- func (x *GetHistoricalDataQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetHistoricalDataQueryEnvelope) Reset()
- func (x *GetHistoricalDataQueryEnvelope) String() string
- type GetHistoricalDataResponse
- func (*GetHistoricalDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetHistoricalDataResponse) GetHeader() *ResponseHeader
- func (x *GetHistoricalDataResponse) GetValues() []*ValueWithMetadata
- func (*GetHistoricalDataResponse) ProtoMessage()
- func (x *GetHistoricalDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetHistoricalDataResponse) Reset()
- func (x *GetHistoricalDataResponse) String() string
- type GetHistoricalDataResponseEnvelope
- func (*GetHistoricalDataResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetHistoricalDataResponseEnvelope) GetResponse() *GetHistoricalDataResponse
- func (x *GetHistoricalDataResponseEnvelope) GetSignature() []byte
- func (*GetHistoricalDataResponseEnvelope) ProtoMessage()
- func (x *GetHistoricalDataResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetHistoricalDataResponseEnvelope) Reset()
- func (x *GetHistoricalDataResponseEnvelope) String() string
- type GetLastBlockQuery
- type GetLastBlockQueryEnvelope
- func (*GetLastBlockQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastBlockQueryEnvelope) GetPayload() *GetLastBlockQuery
- func (x *GetLastBlockQueryEnvelope) GetSignature() []byte
- func (*GetLastBlockQueryEnvelope) ProtoMessage()
- func (x *GetLastBlockQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetLastBlockQueryEnvelope) Reset()
- func (x *GetLastBlockQueryEnvelope) String() string
- type GetLedgerPathQuery
- func (*GetLedgerPathQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetLedgerPathQuery) GetEndBlockNumber() uint64
- func (x *GetLedgerPathQuery) GetStartBlockNumber() uint64
- func (x *GetLedgerPathQuery) GetUserId() string
- func (*GetLedgerPathQuery) ProtoMessage()
- func (x *GetLedgerPathQuery) ProtoReflect() protoreflect.Message
- func (x *GetLedgerPathQuery) Reset()
- func (x *GetLedgerPathQuery) String() string
- type GetLedgerPathQueryEnvelope
- func (*GetLedgerPathQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetLedgerPathQueryEnvelope) GetPayload() *GetLedgerPathQuery
- func (x *GetLedgerPathQueryEnvelope) GetSignature() []byte
- func (*GetLedgerPathQueryEnvelope) ProtoMessage()
- func (x *GetLedgerPathQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetLedgerPathQueryEnvelope) Reset()
- func (x *GetLedgerPathQueryEnvelope) String() string
- type GetLedgerPathResponse
- func (*GetLedgerPathResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLedgerPathResponse) GetBlockHeaders() []*BlockHeader
- func (x *GetLedgerPathResponse) GetHeader() *ResponseHeader
- func (*GetLedgerPathResponse) ProtoMessage()
- func (x *GetLedgerPathResponse) ProtoReflect() protoreflect.Message
- func (x *GetLedgerPathResponse) Reset()
- func (x *GetLedgerPathResponse) String() string
- type GetLedgerPathResponseEnvelope
- func (*GetLedgerPathResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetLedgerPathResponseEnvelope) GetResponse() *GetLedgerPathResponse
- func (x *GetLedgerPathResponseEnvelope) GetSignature() []byte
- func (*GetLedgerPathResponseEnvelope) ProtoMessage()
- func (x *GetLedgerPathResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetLedgerPathResponseEnvelope) Reset()
- func (x *GetLedgerPathResponseEnvelope) String() string
- type GetMostRecentUserOrNodeQuery
- func (*GetMostRecentUserOrNodeQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetMostRecentUserOrNodeQuery) GetId() string
- func (x *GetMostRecentUserOrNodeQuery) GetType() GetMostRecentUserOrNodeQuery_Type
- func (x *GetMostRecentUserOrNodeQuery) GetUserId() string
- func (x *GetMostRecentUserOrNodeQuery) GetVersion() *Version
- func (*GetMostRecentUserOrNodeQuery) ProtoMessage()
- func (x *GetMostRecentUserOrNodeQuery) ProtoReflect() protoreflect.Message
- func (x *GetMostRecentUserOrNodeQuery) Reset()
- func (x *GetMostRecentUserOrNodeQuery) String() string
- type GetMostRecentUserOrNodeQuery_Type
- func (GetMostRecentUserOrNodeQuery_Type) Descriptor() protoreflect.EnumDescriptor
- func (x GetMostRecentUserOrNodeQuery_Type) Enum() *GetMostRecentUserOrNodeQuery_Type
- func (GetMostRecentUserOrNodeQuery_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetMostRecentUserOrNodeQuery_Type) Number() protoreflect.EnumNumber
- func (x GetMostRecentUserOrNodeQuery_Type) String() string
- func (GetMostRecentUserOrNodeQuery_Type) Type() protoreflect.EnumType
- type GetNodeConfigQuery
- func (*GetNodeConfigQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeConfigQuery) GetNodeId() string
- func (x *GetNodeConfigQuery) GetUserId() string
- func (*GetNodeConfigQuery) ProtoMessage()
- func (x *GetNodeConfigQuery) ProtoReflect() protoreflect.Message
- func (x *GetNodeConfigQuery) Reset()
- func (x *GetNodeConfigQuery) String() string
- type GetNodeConfigQueryEnvelope
- func (*GetNodeConfigQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeConfigQueryEnvelope) GetPayload() *GetNodeConfigQuery
- func (x *GetNodeConfigQueryEnvelope) GetSignature() []byte
- func (*GetNodeConfigQueryEnvelope) ProtoMessage()
- func (x *GetNodeConfigQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetNodeConfigQueryEnvelope) Reset()
- func (x *GetNodeConfigQueryEnvelope) String() string
- type GetNodeConfigResponse
- func (*GetNodeConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeConfigResponse) GetHeader() *ResponseHeader
- func (x *GetNodeConfigResponse) GetNodeConfig() *NodeConfig
- func (*GetNodeConfigResponse) ProtoMessage()
- func (x *GetNodeConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetNodeConfigResponse) Reset()
- func (x *GetNodeConfigResponse) String() string
- type GetNodeConfigResponseEnvelope
- func (*GetNodeConfigResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeConfigResponseEnvelope) GetResponse() *GetNodeConfigResponse
- func (x *GetNodeConfigResponseEnvelope) GetSignature() []byte
- func (*GetNodeConfigResponseEnvelope) ProtoMessage()
- func (x *GetNodeConfigResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetNodeConfigResponseEnvelope) Reset()
- func (x *GetNodeConfigResponseEnvelope) String() string
- type GetTxContentQuery
- func (*GetTxContentQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxContentQuery) GetBlockNumber() uint64
- func (x *GetTxContentQuery) GetTxIndex() uint64
- func (x *GetTxContentQuery) GetUserId() string
- func (*GetTxContentQuery) ProtoMessage()
- func (x *GetTxContentQuery) ProtoReflect() protoreflect.Message
- func (x *GetTxContentQuery) Reset()
- func (x *GetTxContentQuery) String() string
- type GetTxContentQueryEnvelope
- func (*GetTxContentQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxContentQueryEnvelope) GetPayload() *GetTxContentQuery
- func (x *GetTxContentQueryEnvelope) GetSignature() []byte
- func (*GetTxContentQueryEnvelope) ProtoMessage()
- func (x *GetTxContentQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetTxContentQueryEnvelope) Reset()
- func (x *GetTxContentQueryEnvelope) String() string
- type GetTxIDsSubmittedByQuery
- func (*GetTxIDsSubmittedByQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxIDsSubmittedByQuery) GetTargetUserId() string
- func (x *GetTxIDsSubmittedByQuery) GetUserId() string
- func (*GetTxIDsSubmittedByQuery) ProtoMessage()
- func (x *GetTxIDsSubmittedByQuery) ProtoReflect() protoreflect.Message
- func (x *GetTxIDsSubmittedByQuery) Reset()
- func (x *GetTxIDsSubmittedByQuery) String() string
- type GetTxIDsSubmittedByQueryEnvelope
- func (*GetTxIDsSubmittedByQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxIDsSubmittedByQueryEnvelope) GetPayload() *GetTxIDsSubmittedByQuery
- func (x *GetTxIDsSubmittedByQueryEnvelope) GetSignature() []byte
- func (*GetTxIDsSubmittedByQueryEnvelope) ProtoMessage()
- func (x *GetTxIDsSubmittedByQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetTxIDsSubmittedByQueryEnvelope) Reset()
- func (x *GetTxIDsSubmittedByQueryEnvelope) String() string
- type GetTxIDsSubmittedByResponse
- func (*GetTxIDsSubmittedByResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxIDsSubmittedByResponse) GetHeader() *ResponseHeader
- func (x *GetTxIDsSubmittedByResponse) GetTxIDs() []string
- func (*GetTxIDsSubmittedByResponse) ProtoMessage()
- func (x *GetTxIDsSubmittedByResponse) ProtoReflect() protoreflect.Message
- func (x *GetTxIDsSubmittedByResponse) Reset()
- func (x *GetTxIDsSubmittedByResponse) String() string
- type GetTxIDsSubmittedByResponseEnvelope
- func (*GetTxIDsSubmittedByResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxIDsSubmittedByResponseEnvelope) GetResponse() *GetTxIDsSubmittedByResponse
- func (x *GetTxIDsSubmittedByResponseEnvelope) GetSignature() []byte
- func (*GetTxIDsSubmittedByResponseEnvelope) ProtoMessage()
- func (x *GetTxIDsSubmittedByResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetTxIDsSubmittedByResponseEnvelope) Reset()
- func (x *GetTxIDsSubmittedByResponseEnvelope) String() string
- type GetTxProofQuery
- func (*GetTxProofQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxProofQuery) GetBlockNumber() uint64
- func (x *GetTxProofQuery) GetTxIndex() uint64
- func (x *GetTxProofQuery) GetUserId() string
- func (*GetTxProofQuery) ProtoMessage()
- func (x *GetTxProofQuery) ProtoReflect() protoreflect.Message
- func (x *GetTxProofQuery) Reset()
- func (x *GetTxProofQuery) String() string
- type GetTxProofQueryEnvelope
- func (*GetTxProofQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxProofQueryEnvelope) GetPayload() *GetTxProofQuery
- func (x *GetTxProofQueryEnvelope) GetSignature() []byte
- func (*GetTxProofQueryEnvelope) ProtoMessage()
- func (x *GetTxProofQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetTxProofQueryEnvelope) Reset()
- func (x *GetTxProofQueryEnvelope) String() string
- type GetTxProofResponse
- func (*GetTxProofResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxProofResponse) GetHashes() [][]byte
- func (x *GetTxProofResponse) GetHeader() *ResponseHeader
- func (*GetTxProofResponse) ProtoMessage()
- func (x *GetTxProofResponse) ProtoReflect() protoreflect.Message
- func (x *GetTxProofResponse) Reset()
- func (x *GetTxProofResponse) String() string
- type GetTxProofResponseEnvelope
- func (*GetTxProofResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxProofResponseEnvelope) GetResponse() *GetTxProofResponse
- func (x *GetTxProofResponseEnvelope) GetSignature() []byte
- func (*GetTxProofResponseEnvelope) ProtoMessage()
- func (x *GetTxProofResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetTxProofResponseEnvelope) Reset()
- func (x *GetTxProofResponseEnvelope) String() string
- type GetTxReceiptQuery
- func (*GetTxReceiptQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxReceiptQuery) GetTxId() string
- func (x *GetTxReceiptQuery) GetUserId() string
- func (*GetTxReceiptQuery) ProtoMessage()
- func (x *GetTxReceiptQuery) ProtoReflect() protoreflect.Message
- func (x *GetTxReceiptQuery) Reset()
- func (x *GetTxReceiptQuery) String() string
- type GetTxReceiptQueryEnvelope
- func (*GetTxReceiptQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxReceiptQueryEnvelope) GetPayload() *GetTxReceiptQuery
- func (x *GetTxReceiptQueryEnvelope) GetSignature() []byte
- func (*GetTxReceiptQueryEnvelope) ProtoMessage()
- func (x *GetTxReceiptQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetTxReceiptQueryEnvelope) Reset()
- func (x *GetTxReceiptQueryEnvelope) String() string
- type GetTxResponse
- func (*GetTxResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxResponse) GetConfigTxEnvelope() *ConfigTxEnvelope
- func (x *GetTxResponse) GetDataTxEnvelope() *DataTxEnvelope
- func (x *GetTxResponse) GetDbAdministrationTxEnvelope() *DBAdministrationTxEnvelope
- func (x *GetTxResponse) GetHeader() *ResponseHeader
- func (m *GetTxResponse) GetTxEnvelope() isGetTxResponse_TxEnvelope
- func (x *GetTxResponse) GetUserAdministrationTxEnvelope() *UserAdministrationTxEnvelope
- func (x *GetTxResponse) GetValidationInfo() *ValidationInfo
- func (x *GetTxResponse) GetVersion() *Version
- func (*GetTxResponse) ProtoMessage()
- func (x *GetTxResponse) ProtoReflect() protoreflect.Message
- func (x *GetTxResponse) Reset()
- func (x *GetTxResponse) String() string
- type GetTxResponseEnvelope
- func (*GetTxResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetTxResponseEnvelope) GetResponse() *GetTxResponse
- func (x *GetTxResponseEnvelope) GetSignature() []byte
- func (*GetTxResponseEnvelope) ProtoMessage()
- func (x *GetTxResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetTxResponseEnvelope) Reset()
- func (x *GetTxResponseEnvelope) String() string
- type GetTxResponse_ConfigTxEnvelope
- type GetTxResponse_DataTxEnvelope
- type GetTxResponse_DbAdministrationTxEnvelope
- type GetTxResponse_UserAdministrationTxEnvelope
- type GetUserQuery
- func (*GetUserQuery) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserQuery) GetTargetUserId() string
- func (x *GetUserQuery) GetUserId() string
- func (*GetUserQuery) ProtoMessage()
- func (x *GetUserQuery) ProtoReflect() protoreflect.Message
- func (x *GetUserQuery) Reset()
- func (x *GetUserQuery) String() string
- type GetUserQueryEnvelope
- func (*GetUserQueryEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserQueryEnvelope) GetPayload() *GetUserQuery
- func (x *GetUserQueryEnvelope) GetSignature() []byte
- func (*GetUserQueryEnvelope) ProtoMessage()
- func (x *GetUserQueryEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetUserQueryEnvelope) Reset()
- func (x *GetUserQueryEnvelope) String() string
- type GetUserResponse
- func (*GetUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserResponse) GetHeader() *ResponseHeader
- func (x *GetUserResponse) GetMetadata() *Metadata
- func (x *GetUserResponse) GetUser() *User
- func (*GetUserResponse) ProtoMessage()
- func (x *GetUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserResponse) Reset()
- func (x *GetUserResponse) String() string
- type GetUserResponseEnvelope
- func (*GetUserResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserResponseEnvelope) GetResponse() *GetUserResponse
- func (x *GetUserResponseEnvelope) GetSignature() []byte
- func (*GetUserResponseEnvelope) ProtoMessage()
- func (x *GetUserResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *GetUserResponseEnvelope) Reset()
- func (x *GetUserResponseEnvelope) String() string
- type HttpResponseErr
- type IndexAttributeType
- func (IndexAttributeType) Descriptor() protoreflect.EnumDescriptor
- func (x IndexAttributeType) Enum() *IndexAttributeType
- func (IndexAttributeType) EnumDescriptor() ([]byte, []int)deprecated
- func (x IndexAttributeType) Number() protoreflect.EnumNumber
- func (x IndexAttributeType) String() string
- func (IndexAttributeType) Type() protoreflect.EnumType
- type KVWithMetadata
- func (*KVWithMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *KVWithMetadata) GetKey() string
- func (x *KVWithMetadata) GetMetadata() *Metadata
- func (x *KVWithMetadata) GetValue() []byte
- func (*KVWithMetadata) ProtoMessage()
- func (x *KVWithMetadata) ProtoReflect() protoreflect.Message
- func (x *KVWithMetadata) Reset()
- func (x *KVWithMetadata) String() string
- type KVsWithMetadata
- type LedgerConfig
- type MPTrieProofElement
- func (*MPTrieProofElement) Descriptor() ([]byte, []int)deprecated
- func (x *MPTrieProofElement) GetHashes() [][]byte
- func (*MPTrieProofElement) ProtoMessage()
- func (x *MPTrieProofElement) ProtoReflect() protoreflect.Message
- func (x *MPTrieProofElement) Reset()
- func (x *MPTrieProofElement) String() string
- type Metadata
- type NodeConfig
- func (*NodeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NodeConfig) GetAddress() string
- func (x *NodeConfig) GetCertificate() []byte
- func (x *NodeConfig) GetId() string
- func (x *NodeConfig) GetPort() uint32
- func (*NodeConfig) ProtoMessage()
- func (x *NodeConfig) ProtoReflect() protoreflect.Message
- func (x *NodeConfig) Reset()
- func (x *NodeConfig) String() string
- type PeerConfig
- func (*PeerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PeerConfig) GetNodeId() string
- func (x *PeerConfig) GetPeerHost() string
- func (x *PeerConfig) GetPeerPort() uint32
- func (x *PeerConfig) GetRaftId() uint64
- func (*PeerConfig) ProtoMessage()
- func (x *PeerConfig) ProtoReflect() protoreflect.Message
- func (x *PeerConfig) Reset()
- func (x *PeerConfig) String() string
- type Privilege
- func (*Privilege) Descriptor() ([]byte, []int)deprecated
- func (x *Privilege) GetAdmin() bool
- func (x *Privilege) GetDbPermission() map[string]Privilege_Access
- func (*Privilege) ProtoMessage()
- func (x *Privilege) ProtoReflect() protoreflect.Message
- func (x *Privilege) Reset()
- func (x *Privilege) String() string
- type Privilege_Access
- func (Privilege_Access) Descriptor() protoreflect.EnumDescriptor
- func (x Privilege_Access) Enum() *Privilege_Access
- func (Privilege_Access) EnumDescriptor() ([]byte, []int)deprecated
- func (x Privilege_Access) Number() protoreflect.EnumNumber
- func (x Privilege_Access) String() string
- func (Privilege_Access) Type() protoreflect.EnumType
- type RaftConfig
- func (*RaftConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RaftConfig) GetElectionTicks() uint32
- func (x *RaftConfig) GetHeartbeatTicks() uint32
- func (x *RaftConfig) GetMaxInflightBlocks() uint32
- func (x *RaftConfig) GetMaxRaftId() uint64
- func (x *RaftConfig) GetSnapshotIntervalSize() uint64
- func (x *RaftConfig) GetTickInterval() string
- func (*RaftConfig) ProtoMessage()
- func (x *RaftConfig) ProtoReflect() protoreflect.Message
- func (x *RaftConfig) Reset()
- func (x *RaftConfig) String() string
- type ResponseHeader
- type TxProof
- type TxReceipt
- type TxReceiptResponse
- func (*TxReceiptResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TxReceiptResponse) GetHeader() *ResponseHeader
- func (x *TxReceiptResponse) GetReceipt() *TxReceipt
- func (*TxReceiptResponse) ProtoMessage()
- func (x *TxReceiptResponse) ProtoReflect() protoreflect.Message
- func (x *TxReceiptResponse) Reset()
- func (x *TxReceiptResponse) String() string
- type TxReceiptResponseEnvelope
- func (*TxReceiptResponseEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *TxReceiptResponseEnvelope) GetResponse() *TxReceiptResponse
- func (x *TxReceiptResponseEnvelope) GetSignature() []byte
- func (*TxReceiptResponseEnvelope) ProtoMessage()
- func (x *TxReceiptResponseEnvelope) ProtoReflect() protoreflect.Message
- func (x *TxReceiptResponseEnvelope) Reset()
- func (x *TxReceiptResponseEnvelope) String() string
- type User
- type UserAdministrationTx
- func (*UserAdministrationTx) Descriptor() ([]byte, []int)deprecated
- func (x *UserAdministrationTx) GetTxId() string
- func (x *UserAdministrationTx) GetUserDeletes() []*UserDelete
- func (x *UserAdministrationTx) GetUserId() string
- func (x *UserAdministrationTx) GetUserReads() []*UserRead
- func (x *UserAdministrationTx) GetUserWrites() []*UserWrite
- func (*UserAdministrationTx) ProtoMessage()
- func (x *UserAdministrationTx) ProtoReflect() protoreflect.Message
- func (x *UserAdministrationTx) Reset()
- func (x *UserAdministrationTx) String() string
- type UserAdministrationTxEnvelope
- func (*UserAdministrationTxEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *UserAdministrationTxEnvelope) GetPayload() *UserAdministrationTx
- func (x *UserAdministrationTxEnvelope) GetSignature() []byte
- func (*UserAdministrationTxEnvelope) ProtoMessage()
- func (x *UserAdministrationTxEnvelope) ProtoReflect() protoreflect.Message
- func (x *UserAdministrationTxEnvelope) Reset()
- func (x *UserAdministrationTxEnvelope) String() string
- type UserDelete
- type UserRead
- type UserWrite
- type ValidationInfo
- func (*ValidationInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ValidationInfo) GetFlag() Flag
- func (x *ValidationInfo) GetReasonIfInvalid() string
- func (*ValidationInfo) ProtoMessage()
- func (x *ValidationInfo) ProtoReflect() protoreflect.Message
- func (x *ValidationInfo) Reset()
- func (x *ValidationInfo) String() string
- type ValueWithMetadata
- func (*ValueWithMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ValueWithMetadata) GetMetadata() *Metadata
- func (x *ValueWithMetadata) GetValue() []byte
- func (*ValueWithMetadata) ProtoMessage()
- func (x *ValueWithMetadata) ProtoReflect() protoreflect.Message
- func (x *ValueWithMetadata) Reset()
- func (x *ValueWithMetadata) String() string
- type Version
Constants ¶
This section is empty.
Variables ¶
var ( Flag_name = map[int32]string{ 0: "VALID", 1: "INVALID_MVCC_CONFLICT_WITHIN_BLOCK", 2: "INVALID_MVCC_CONFLICT_WITH_COMMITTED_STATE", 3: "INVALID_DATABASE_DOES_NOT_EXIST", 4: "INVALID_NO_PERMISSION", 5: "INVALID_INCORRECT_ENTRIES", 6: "INVALID_UNAUTHORISED", 7: "INVALID_MISSING_SIGNATURE", } Flag_value = map[string]int32{ "VALID": 0, "INVALID_MVCC_CONFLICT_WITHIN_BLOCK": 1, "INVALID_MVCC_CONFLICT_WITH_COMMITTED_STATE": 2, "INVALID_DATABASE_DOES_NOT_EXIST": 3, "INVALID_NO_PERMISSION": 4, "INVALID_INCORRECT_ENTRIES": 5, "INVALID_UNAUTHORISED": 6, "INVALID_MISSING_SIGNATURE": 7, } )
Enum value maps for Flag.
var ( IndexAttributeType_name = map[int32]string{ 0: "NUMBER", 1: "STRING", 2: "BOOLEAN", } IndexAttributeType_value = map[string]int32{ "NUMBER": 0, "STRING": 1, "BOOLEAN": 2, } )
Enum value maps for IndexAttributeType.
var ( AccessControlWritePolicy_name = map[int32]string{ 0: "ANY", 1: "ALL", } AccessControlWritePolicy_value = map[string]int32{ "ANY": 0, "ALL": 1, } )
Enum value maps for AccessControlWritePolicy.
var ( Privilege_Access_name = map[int32]string{ 0: "Read", 1: "ReadWrite", } Privilege_Access_value = map[string]int32{ "Read": 0, "ReadWrite": 1, } )
Enum value maps for Privilege_Access.
var ( GetMostRecentUserOrNodeQuery_Type_name = map[int32]string{ 0: "USER", 1: "NODE", } GetMostRecentUserOrNodeQuery_Type_value = map[string]int32{ "USER": 0, "NODE": 1, } )
Enum value maps for GetMostRecentUserOrNodeQuery_Type.
var File_block_and_transaction_proto protoreflect.FileDescriptor
var File_configuration_proto protoreflect.FileDescriptor
var File_query_proto protoreflect.FileDescriptor
var File_response_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AccessControl ¶
type AccessControl struct { ReadUsers map[string]bool `` /* 177-byte string literal not displayed */ ReadWriteUsers map[string]bool `` /* 194-byte string literal not displayed */ SignPolicyForWrite AccessControlWritePolicy `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AccessControl) Descriptor
deprecated
func (*AccessControl) Descriptor() ([]byte, []int)
Deprecated: Use AccessControl.ProtoReflect.Descriptor instead.
func (*AccessControl) GetReadUsers ¶
func (x *AccessControl) GetReadUsers() map[string]bool
func (*AccessControl) GetReadWriteUsers ¶
func (x *AccessControl) GetReadWriteUsers() map[string]bool
func (*AccessControl) GetSignPolicyForWrite ¶
func (x *AccessControl) GetSignPolicyForWrite() AccessControlWritePolicy
func (*AccessControl) ProtoMessage ¶
func (*AccessControl) ProtoMessage()
func (*AccessControl) ProtoReflect ¶ added in v0.2.6
func (x *AccessControl) ProtoReflect() protoreflect.Message
func (*AccessControl) Reset ¶
func (x *AccessControl) Reset()
func (*AccessControl) String ¶
func (x *AccessControl) String() string
type AccessControlWritePolicy ¶
type AccessControlWritePolicy int32
const ( AccessControl_ANY AccessControlWritePolicy = 0 AccessControl_ALL AccessControlWritePolicy = 1 )
func (AccessControlWritePolicy) Descriptor ¶ added in v0.2.6
func (AccessControlWritePolicy) Descriptor() protoreflect.EnumDescriptor
func (AccessControlWritePolicy) Enum ¶ added in v0.2.6
func (x AccessControlWritePolicy) Enum() *AccessControlWritePolicy
func (AccessControlWritePolicy) EnumDescriptor
deprecated
func (AccessControlWritePolicy) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccessControlWritePolicy.Descriptor instead.
func (AccessControlWritePolicy) Number ¶ added in v0.2.6
func (x AccessControlWritePolicy) Number() protoreflect.EnumNumber
func (AccessControlWritePolicy) String ¶
func (x AccessControlWritePolicy) String() string
func (AccessControlWritePolicy) Type ¶ added in v0.2.6
func (AccessControlWritePolicy) Type() protoreflect.EnumType
type Admin ¶
type Admin struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Certificate []byte `protobuf:"bytes,2,opt,name=certificate,proto3" json:"certificate,omitempty"` // contains filtered or unexported fields }
Admin holds the id and certificate of a cluster administrator.
func (*Admin) Descriptor
deprecated
func (*Admin) GetCertificate ¶
func (*Admin) ProtoMessage ¶
func (*Admin) ProtoMessage()
func (*Admin) ProtoReflect ¶ added in v0.2.6
func (x *Admin) ProtoReflect() protoreflect.Message
type AugmentedBlockHeader ¶
type AugmentedBlockHeader struct { // The block header. Header *BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // An array of transaction IDs (TxID). TxIds []string `protobuf:"bytes,2,rep,name=tx_ids,json=txIds,proto3" json:"tx_ids,omitempty"` // contains filtered or unexported fields }
AugmentedBlockHeader contains in addition to the block header, an array of transaction IDs (TxID). This array corresponds to the validation info array in the block header and is keyed by the transaction index.
func (*AugmentedBlockHeader) Descriptor
deprecated
func (*AugmentedBlockHeader) Descriptor() ([]byte, []int)
Deprecated: Use AugmentedBlockHeader.ProtoReflect.Descriptor instead.
func (*AugmentedBlockHeader) GetHeader ¶
func (x *AugmentedBlockHeader) GetHeader() *BlockHeader
func (*AugmentedBlockHeader) GetTxIds ¶
func (x *AugmentedBlockHeader) GetTxIds() []string
func (*AugmentedBlockHeader) ProtoMessage ¶
func (*AugmentedBlockHeader) ProtoMessage()
func (*AugmentedBlockHeader) ProtoReflect ¶ added in v0.2.6
func (x *AugmentedBlockHeader) ProtoReflect() protoreflect.Message
func (*AugmentedBlockHeader) Reset ¶
func (x *AugmentedBlockHeader) Reset()
func (*AugmentedBlockHeader) String ¶
func (x *AugmentedBlockHeader) String() string
type Block ¶
type Block struct { Header *BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // Types that are assignable to Payload: // // *Block_DataTxEnvelopes // *Block_ConfigTxEnvelope // *Block_DbAdministrationTxEnvelope // *Block_UserAdministrationTxEnvelope Payload isBlock_Payload `protobuf_oneof:"Payload"` // Consensus protocol metadata ConsensusMetadata *ConsensusMetadata `protobuf:"bytes,6,opt,name=consensus_metadata,json=consensusMetadata,proto3" json:"consensus_metadata,omitempty"` // contains filtered or unexported fields }
Block holds the chain information and transactions
func (*Block) Descriptor
deprecated
func (*Block) GetConfigTxEnvelope ¶
func (x *Block) GetConfigTxEnvelope() *ConfigTxEnvelope
func (*Block) GetConsensusMetadata ¶
func (x *Block) GetConsensusMetadata() *ConsensusMetadata
func (*Block) GetDataTxEnvelopes ¶
func (x *Block) GetDataTxEnvelopes() *DataTxEnvelopes
func (*Block) GetDbAdministrationTxEnvelope ¶
func (x *Block) GetDbAdministrationTxEnvelope() *DBAdministrationTxEnvelope
func (*Block) GetHeader ¶
func (x *Block) GetHeader() *BlockHeader
func (*Block) GetPayload ¶
func (m *Block) GetPayload() isBlock_Payload
func (*Block) GetUserAdministrationTxEnvelope ¶
func (x *Block) GetUserAdministrationTxEnvelope() *UserAdministrationTxEnvelope
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) ProtoReflect ¶ added in v0.2.6
func (x *Block) ProtoReflect() protoreflect.Message
type BlockHeader ¶
type BlockHeader struct { BaseHeader *BlockHeaderBase `protobuf:"bytes,1,opt,name=base_header,json=baseHeader,proto3" json:"base_header,omitempty"` // Skip chain hashed, based of BlockHeader hashed of blocks connected in blocks skip list SkipchainHashes [][]byte `protobuf:"bytes,2,rep,name=skipchain_hashes,json=skipchainHashes,proto3" json:"skipchain_hashes,omitempty"` // Root of Merkle tree that contains all transactions, including validation data TxMerkleTreeRootHash []byte `` /* 127-byte string literal not displayed */ // Root hash of system wide state merkle-particia tree StateMerkleTreeRootHash []byte `` /* 136-byte string literal not displayed */ // Validation info for transactions in block. ValidationInfo []*ValidationInfo `protobuf:"bytes,5,rep,name=validation_info,json=validationInfo,proto3" json:"validation_info,omitempty"` // contains filtered or unexported fields }
BlockHeader holds, in addition to base header, additional chain integrity information that is computed after transactions validation, including the state and transaction Merkle trees roots, skip-chain hashes, and transaction validation information.
func (*BlockHeader) Descriptor
deprecated
func (*BlockHeader) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead.
func (*BlockHeader) GetBaseHeader ¶
func (x *BlockHeader) GetBaseHeader() *BlockHeaderBase
func (*BlockHeader) GetSkipchainHashes ¶
func (x *BlockHeader) GetSkipchainHashes() [][]byte
func (*BlockHeader) GetStateMerkleTreeRootHash ¶ added in v0.2.8
func (x *BlockHeader) GetStateMerkleTreeRootHash() []byte
func (*BlockHeader) GetTxMerkleTreeRootHash ¶ added in v0.2.8
func (x *BlockHeader) GetTxMerkleTreeRootHash() []byte
func (*BlockHeader) GetValidationInfo ¶
func (x *BlockHeader) GetValidationInfo() []*ValidationInfo
func (*BlockHeader) ProtoMessage ¶
func (*BlockHeader) ProtoMessage()
func (*BlockHeader) ProtoReflect ¶ added in v0.2.6
func (x *BlockHeader) ProtoReflect() protoreflect.Message
func (*BlockHeader) Reset ¶
func (x *BlockHeader) Reset()
func (*BlockHeader) String ¶
func (x *BlockHeader) String() string
type BlockHeaderBase ¶
type BlockHeaderBase struct { Number uint64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"` // Hash of (number - 1) BlockHeaderBase PreviousBaseHeaderHash []byte `` /* 131-byte string literal not displayed */ // Hash of BlockHeader of last block already committed to ledger LastCommittedBlockHash []byte `` /* 131-byte string literal not displayed */ // Number of last block already committed to ledger LastCommittedBlockNum uint64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
BlockHeaderBase holds the block metadata and the chain information that computed before transaction validation
func (*BlockHeaderBase) Descriptor
deprecated
func (*BlockHeaderBase) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeaderBase.ProtoReflect.Descriptor instead.
func (*BlockHeaderBase) GetLastCommittedBlockHash ¶
func (x *BlockHeaderBase) GetLastCommittedBlockHash() []byte
func (*BlockHeaderBase) GetLastCommittedBlockNum ¶
func (x *BlockHeaderBase) GetLastCommittedBlockNum() uint64
func (*BlockHeaderBase) GetNumber ¶
func (x *BlockHeaderBase) GetNumber() uint64
func (*BlockHeaderBase) GetPreviousBaseHeaderHash ¶
func (x *BlockHeaderBase) GetPreviousBaseHeaderHash() []byte
func (*BlockHeaderBase) ProtoMessage ¶
func (*BlockHeaderBase) ProtoMessage()
func (*BlockHeaderBase) ProtoReflect ¶ added in v0.2.6
func (x *BlockHeaderBase) ProtoReflect() protoreflect.Message
func (*BlockHeaderBase) Reset ¶
func (x *BlockHeaderBase) Reset()
func (*BlockHeaderBase) String ¶
func (x *BlockHeaderBase) String() string
type BlockProof ¶
type BlockProof struct { BlockNumber uint64 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` Path []*BlockHeader `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*BlockProof) Descriptor
deprecated
func (*BlockProof) Descriptor() ([]byte, []int)
Deprecated: Use BlockProof.ProtoReflect.Descriptor instead.
func (*BlockProof) GetBlockNumber ¶
func (x *BlockProof) GetBlockNumber() uint64
func (*BlockProof) GetPath ¶
func (x *BlockProof) GetPath() []*BlockHeader
func (*BlockProof) ProtoMessage ¶
func (*BlockProof) ProtoMessage()
func (*BlockProof) ProtoReflect ¶ added in v0.2.6
func (x *BlockProof) ProtoReflect() protoreflect.Message
func (*BlockProof) Reset ¶
func (x *BlockProof) Reset()
func (*BlockProof) String ¶
func (x *BlockProof) String() string
type Block_ConfigTxEnvelope ¶
type Block_ConfigTxEnvelope struct {
ConfigTxEnvelope *ConfigTxEnvelope `protobuf:"bytes,3,opt,name=config_tx_envelope,json=configTxEnvelope,proto3,oneof"`
}
type Block_DataTxEnvelopes ¶
type Block_DataTxEnvelopes struct {
DataTxEnvelopes *DataTxEnvelopes `protobuf:"bytes,2,opt,name=data_tx_envelopes,json=dataTxEnvelopes,proto3,oneof"`
}
type Block_DbAdministrationTxEnvelope ¶
type Block_DbAdministrationTxEnvelope struct {
DbAdministrationTxEnvelope *DBAdministrationTxEnvelope `protobuf:"bytes,4,opt,name=db_administration_tx_envelope,json=dbAdministrationTxEnvelope,proto3,oneof"`
}
type Block_UserAdministrationTxEnvelope ¶
type Block_UserAdministrationTxEnvelope struct {
UserAdministrationTxEnvelope *UserAdministrationTxEnvelope `protobuf:"bytes,5,opt,name=user_administration_tx_envelope,json=userAdministrationTxEnvelope,proto3,oneof"`
}
type CAConfig ¶
type CAConfig struct { Roots [][]byte `protobuf:"bytes,1,rep,name=roots,proto3" json:"roots,omitempty"` Intermediates [][]byte `protobuf:"bytes,2,rep,name=intermediates,proto3" json:"intermediates,omitempty"` // contains filtered or unexported fields }
func (*CAConfig) Descriptor
deprecated
func (*CAConfig) GetIntermediates ¶
func (*CAConfig) ProtoMessage ¶
func (*CAConfig) ProtoMessage()
func (*CAConfig) ProtoReflect ¶ added in v0.2.6
func (x *CAConfig) ProtoReflect() protoreflect.Message
type ClusterConfig ¶
type ClusterConfig struct { // The set of nodes that serve client requests, as they are known to clients. Nodes []*NodeConfig `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"` // The set of database administrators. Admins []*Admin `protobuf:"bytes,2,rep,name=admins,proto3" json:"admins,omitempty"` // The x509 certificates of the root and intermediate certificate authorities that issued all the certificates used // for client facing communication, including the client certificates and the server certificates for signing // transactions and blocks. CertAuthConfig *CAConfig `protobuf:"bytes,3,opt,name=cert_auth_config,json=certAuthConfig,proto3" json:"cert_auth_config,omitempty"` // The consensus configuration. ConsensusConfig *ConsensusConfig `protobuf:"bytes,4,opt,name=consensus_config,json=consensusConfig,proto3" json:"consensus_config,omitempty"` LedgerConfig *LedgerConfig `protobuf:"bytes,5,opt,name=ledger_config,json=ledgerConfig,proto3" json:"ledger_config,omitempty"` // contains filtered or unexported fields }
ClusterConfig holds the shared configuration of a blockchain database cluster. This includes: - a set of nodes that server client requests, - a set of admins, - the certificate authority configuration, including root and intermediate certificates, and - the consensus configuration.
This part of the configuration is replicated and is common to all nodes. After the initial bootstrap, this part of the configuration can change only through configuration transactions.
func (*ClusterConfig) Descriptor
deprecated
func (*ClusterConfig) Descriptor() ([]byte, []int)
Deprecated: Use ClusterConfig.ProtoReflect.Descriptor instead.
func (*ClusterConfig) GetAdmins ¶
func (x *ClusterConfig) GetAdmins() []*Admin
func (*ClusterConfig) GetCertAuthConfig ¶
func (x *ClusterConfig) GetCertAuthConfig() *CAConfig
func (*ClusterConfig) GetConsensusConfig ¶
func (x *ClusterConfig) GetConsensusConfig() *ConsensusConfig
func (*ClusterConfig) GetLedgerConfig ¶ added in v0.2.7
func (x *ClusterConfig) GetLedgerConfig() *LedgerConfig
func (*ClusterConfig) GetNodes ¶
func (x *ClusterConfig) GetNodes() []*NodeConfig
func (*ClusterConfig) ProtoMessage ¶
func (*ClusterConfig) ProtoMessage()
func (*ClusterConfig) ProtoReflect ¶ added in v0.2.6
func (x *ClusterConfig) ProtoReflect() protoreflect.Message
func (*ClusterConfig) Reset ¶
func (x *ClusterConfig) Reset()
func (*ClusterConfig) String ¶
func (x *ClusterConfig) String() string
type ConfigTx ¶
type ConfigTx struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` ReadOldConfigVersion *Version `protobuf:"bytes,3,opt,name=read_old_config_version,json=readOldConfigVersion,proto3" json:"read_old_config_version,omitempty"` NewConfig *ClusterConfig `protobuf:"bytes,4,opt,name=new_config,json=newConfig,proto3" json:"new_config,omitempty"` // contains filtered or unexported fields }
func (*ConfigTx) Descriptor
deprecated
func (*ConfigTx) GetNewConfig ¶
func (x *ConfigTx) GetNewConfig() *ClusterConfig
func (*ConfigTx) GetReadOldConfigVersion ¶
func (*ConfigTx) ProtoMessage ¶
func (*ConfigTx) ProtoMessage()
func (*ConfigTx) ProtoReflect ¶ added in v0.2.6
func (x *ConfigTx) ProtoReflect() protoreflect.Message
type ConfigTxEnvelope ¶
type ConfigTxEnvelope struct { Payload *ConfigTx `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*ConfigTxEnvelope) Descriptor
deprecated
func (*ConfigTxEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use ConfigTxEnvelope.ProtoReflect.Descriptor instead.
func (*ConfigTxEnvelope) GetPayload ¶
func (x *ConfigTxEnvelope) GetPayload() *ConfigTx
func (*ConfigTxEnvelope) GetSignature ¶
func (x *ConfigTxEnvelope) GetSignature() []byte
func (*ConfigTxEnvelope) ProtoMessage ¶
func (*ConfigTxEnvelope) ProtoMessage()
func (*ConfigTxEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *ConfigTxEnvelope) ProtoReflect() protoreflect.Message
func (*ConfigTxEnvelope) Reset ¶
func (x *ConfigTxEnvelope) Reset()
func (*ConfigTxEnvelope) String ¶
func (x *ConfigTxEnvelope) String() string
type ConsensusConfig ¶
type ConsensusConfig struct { // The consensus algorithm, currently only "raft" is supported. Algorithm string `protobuf:"bytes,1,opt,name=algorithm,proto3" json:"algorithm,omitempty"` // Peers that take part in consensus. Members []*PeerConfig `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"` // Peers that are allowed to connect and fetch the ledger from members, but do not take part in consensus. Observers []*PeerConfig `protobuf:"bytes,3,rep,name=observers,proto3" json:"observers,omitempty"` // Raft protocol parameters. RaftConfig *RaftConfig `protobuf:"bytes,4,opt,name=raft_config,json=raftConfig,proto3" json:"raft_config,omitempty"` // contains filtered or unexported fields }
The definitions of the clustered consensus algorithm, members, and parameters.
func (*ConsensusConfig) Descriptor
deprecated
func (*ConsensusConfig) Descriptor() ([]byte, []int)
Deprecated: Use ConsensusConfig.ProtoReflect.Descriptor instead.
func (*ConsensusConfig) GetAlgorithm ¶
func (x *ConsensusConfig) GetAlgorithm() string
func (*ConsensusConfig) GetMembers ¶
func (x *ConsensusConfig) GetMembers() []*PeerConfig
func (*ConsensusConfig) GetObservers ¶
func (x *ConsensusConfig) GetObservers() []*PeerConfig
func (*ConsensusConfig) GetRaftConfig ¶
func (x *ConsensusConfig) GetRaftConfig() *RaftConfig
func (*ConsensusConfig) ProtoMessage ¶
func (*ConsensusConfig) ProtoMessage()
func (*ConsensusConfig) ProtoReflect ¶ added in v0.2.6
func (x *ConsensusConfig) ProtoReflect() protoreflect.Message
func (*ConsensusConfig) Reset ¶
func (x *ConsensusConfig) Reset()
func (*ConsensusConfig) String ¶
func (x *ConsensusConfig) String() string
type ConsensusMetadata ¶
type ConsensusMetadata struct { // The Raft term associated with the block RaftTerm uint64 `protobuf:"varint,1,opt,name=raft_term,json=raftTerm,proto3" json:"raft_term,omitempty"` // The Raft index associated with the block RaftIndex uint64 `protobuf:"varint,2,opt,name=raft_index,json=raftIndex,proto3" json:"raft_index,omitempty"` // contains filtered or unexported fields }
ConsensusMetadata holds data specific to the consensus protocol ordering the block. The field prefix indicated the protocil used, e.g. "raft_*".
func (*ConsensusMetadata) Descriptor
deprecated
func (*ConsensusMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ConsensusMetadata.ProtoReflect.Descriptor instead.
func (*ConsensusMetadata) GetRaftIndex ¶
func (x *ConsensusMetadata) GetRaftIndex() uint64
func (*ConsensusMetadata) GetRaftTerm ¶
func (x *ConsensusMetadata) GetRaftTerm() uint64
func (*ConsensusMetadata) ProtoMessage ¶
func (*ConsensusMetadata) ProtoMessage()
func (*ConsensusMetadata) ProtoReflect ¶ added in v0.2.6
func (x *ConsensusMetadata) ProtoReflect() protoreflect.Message
func (*ConsensusMetadata) Reset ¶
func (x *ConsensusMetadata) Reset()
func (*ConsensusMetadata) String ¶
func (x *ConsensusMetadata) String() string
type DBAdministrationTx ¶
type DBAdministrationTx struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` CreateDbs []string `protobuf:"bytes,3,rep,name=create_dbs,json=createDbs,proto3" json:"create_dbs,omitempty"` DeleteDbs []string `protobuf:"bytes,4,rep,name=delete_dbs,json=deleteDbs,proto3" json:"delete_dbs,omitempty"` DbsIndex map[string]*DBIndex `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DBAdministrationTx) Descriptor
deprecated
func (*DBAdministrationTx) Descriptor() ([]byte, []int)
Deprecated: Use DBAdministrationTx.ProtoReflect.Descriptor instead.
func (*DBAdministrationTx) GetCreateDbs ¶
func (x *DBAdministrationTx) GetCreateDbs() []string
func (*DBAdministrationTx) GetDbsIndex ¶
func (x *DBAdministrationTx) GetDbsIndex() map[string]*DBIndex
func (*DBAdministrationTx) GetDeleteDbs ¶
func (x *DBAdministrationTx) GetDeleteDbs() []string
func (*DBAdministrationTx) GetTxId ¶
func (x *DBAdministrationTx) GetTxId() string
func (*DBAdministrationTx) GetUserId ¶
func (x *DBAdministrationTx) GetUserId() string
func (*DBAdministrationTx) ProtoMessage ¶
func (*DBAdministrationTx) ProtoMessage()
func (*DBAdministrationTx) ProtoReflect ¶ added in v0.2.6
func (x *DBAdministrationTx) ProtoReflect() protoreflect.Message
func (*DBAdministrationTx) Reset ¶
func (x *DBAdministrationTx) Reset()
func (*DBAdministrationTx) String ¶
func (x *DBAdministrationTx) String() string
type DBAdministrationTxEnvelope ¶
type DBAdministrationTxEnvelope struct { Payload *DBAdministrationTx `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*DBAdministrationTxEnvelope) Descriptor
deprecated
func (*DBAdministrationTxEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use DBAdministrationTxEnvelope.ProtoReflect.Descriptor instead.
func (*DBAdministrationTxEnvelope) GetPayload ¶
func (x *DBAdministrationTxEnvelope) GetPayload() *DBAdministrationTx
func (*DBAdministrationTxEnvelope) GetSignature ¶
func (x *DBAdministrationTxEnvelope) GetSignature() []byte
func (*DBAdministrationTxEnvelope) ProtoMessage ¶
func (*DBAdministrationTxEnvelope) ProtoMessage()
func (*DBAdministrationTxEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *DBAdministrationTxEnvelope) ProtoReflect() protoreflect.Message
func (*DBAdministrationTxEnvelope) Reset ¶
func (x *DBAdministrationTxEnvelope) Reset()
func (*DBAdministrationTxEnvelope) String ¶
func (x *DBAdministrationTxEnvelope) String() string
type DBIndex ¶
type DBIndex struct { AttributeAndType map[string]IndexAttributeType `` /* 230-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DBIndex) Descriptor
deprecated
func (*DBIndex) GetAttributeAndType ¶
func (x *DBIndex) GetAttributeAndType() map[string]IndexAttributeType
func (*DBIndex) ProtoMessage ¶
func (*DBIndex) ProtoMessage()
func (*DBIndex) ProtoReflect ¶ added in v0.2.6
func (x *DBIndex) ProtoReflect() protoreflect.Message
type DBOperation ¶
type DBOperation struct { DbName string `protobuf:"bytes,3,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` DataReads []*DataRead `protobuf:"bytes,4,rep,name=data_reads,json=dataReads,proto3" json:"data_reads,omitempty"` DataWrites []*DataWrite `protobuf:"bytes,5,rep,name=data_writes,json=dataWrites,proto3" json:"data_writes,omitempty"` DataDeletes []*DataDelete `protobuf:"bytes,6,rep,name=data_deletes,json=dataDeletes,proto3" json:"data_deletes,omitempty"` // contains filtered or unexported fields }
func (*DBOperation) Descriptor
deprecated
func (*DBOperation) Descriptor() ([]byte, []int)
Deprecated: Use DBOperation.ProtoReflect.Descriptor instead.
func (*DBOperation) GetDataDeletes ¶
func (x *DBOperation) GetDataDeletes() []*DataDelete
func (*DBOperation) GetDataReads ¶
func (x *DBOperation) GetDataReads() []*DataRead
func (*DBOperation) GetDataWrites ¶
func (x *DBOperation) GetDataWrites() []*DataWrite
func (*DBOperation) GetDbName ¶
func (x *DBOperation) GetDbName() string
func (*DBOperation) ProtoMessage ¶
func (*DBOperation) ProtoMessage()
func (*DBOperation) ProtoReflect ¶ added in v0.2.6
func (x *DBOperation) ProtoReflect() protoreflect.Message
func (*DBOperation) Reset ¶
func (x *DBOperation) Reset()
func (*DBOperation) String ¶
func (x *DBOperation) String() string
type DataDelete ¶
type DataDelete struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*DataDelete) Descriptor
deprecated
func (*DataDelete) Descriptor() ([]byte, []int)
Deprecated: Use DataDelete.ProtoReflect.Descriptor instead.
func (*DataDelete) GetKey ¶
func (x *DataDelete) GetKey() string
func (*DataDelete) ProtoMessage ¶
func (*DataDelete) ProtoMessage()
func (*DataDelete) ProtoReflect ¶ added in v0.2.6
func (x *DataDelete) ProtoReflect() protoreflect.Message
func (*DataDelete) Reset ¶
func (x *DataDelete) Reset()
func (*DataDelete) String ¶
func (x *DataDelete) String() string
type DataJSONQuery ¶
type DataJSONQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` Query string `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"` // contains filtered or unexported fields }
func (*DataJSONQuery) Descriptor
deprecated
func (*DataJSONQuery) Descriptor() ([]byte, []int)
Deprecated: Use DataJSONQuery.ProtoReflect.Descriptor instead.
func (*DataJSONQuery) GetDbName ¶
func (x *DataJSONQuery) GetDbName() string
func (*DataJSONQuery) GetQuery ¶
func (x *DataJSONQuery) GetQuery() string
func (*DataJSONQuery) GetUserId ¶
func (x *DataJSONQuery) GetUserId() string
func (*DataJSONQuery) ProtoMessage ¶
func (*DataJSONQuery) ProtoMessage()
func (*DataJSONQuery) ProtoReflect ¶ added in v0.2.6
func (x *DataJSONQuery) ProtoReflect() protoreflect.Message
func (*DataJSONQuery) Reset ¶
func (x *DataJSONQuery) Reset()
func (*DataJSONQuery) String ¶
func (x *DataJSONQuery) String() string
type DataQueryResponse ¶
type DataQueryResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` KVs []*KVWithMetadata `protobuf:"bytes,2,rep,name=KVs,proto3" json:"KVs,omitempty"` // contains filtered or unexported fields }
func (*DataQueryResponse) Descriptor
deprecated
func (*DataQueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use DataQueryResponse.ProtoReflect.Descriptor instead.
func (*DataQueryResponse) GetHeader ¶
func (x *DataQueryResponse) GetHeader() *ResponseHeader
func (*DataQueryResponse) GetKVs ¶
func (x *DataQueryResponse) GetKVs() []*KVWithMetadata
func (*DataQueryResponse) ProtoMessage ¶
func (*DataQueryResponse) ProtoMessage()
func (*DataQueryResponse) ProtoReflect ¶ added in v0.2.6
func (x *DataQueryResponse) ProtoReflect() protoreflect.Message
func (*DataQueryResponse) Reset ¶
func (x *DataQueryResponse) Reset()
func (*DataQueryResponse) String ¶
func (x *DataQueryResponse) String() string
type DataQueryResponseEnvelope ¶
type DataQueryResponseEnvelope struct { Response *DataQueryResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*DataQueryResponseEnvelope) Descriptor
deprecated
func (*DataQueryResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use DataQueryResponseEnvelope.ProtoReflect.Descriptor instead.
func (*DataQueryResponseEnvelope) GetResponse ¶
func (x *DataQueryResponseEnvelope) GetResponse() *DataQueryResponse
func (*DataQueryResponseEnvelope) GetSignature ¶
func (x *DataQueryResponseEnvelope) GetSignature() []byte
func (*DataQueryResponseEnvelope) ProtoMessage ¶
func (*DataQueryResponseEnvelope) ProtoMessage()
func (*DataQueryResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *DataQueryResponseEnvelope) ProtoReflect() protoreflect.Message
func (*DataQueryResponseEnvelope) Reset ¶
func (x *DataQueryResponseEnvelope) Reset()
func (*DataQueryResponseEnvelope) String ¶
func (x *DataQueryResponseEnvelope) String() string
type DataRead ¶
type DataRead struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Version *Version `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
DataRead hold a read key and its version
func (*DataRead) Descriptor
deprecated
func (*DataRead) GetVersion ¶
func (*DataRead) ProtoMessage ¶
func (*DataRead) ProtoMessage()
func (*DataRead) ProtoReflect ¶ added in v0.2.6
func (x *DataRead) ProtoReflect() protoreflect.Message
type DataTx ¶
type DataTx struct { MustSignUserIds []string `protobuf:"bytes,1,rep,name=must_sign_user_ids,json=mustSignUserIds,proto3" json:"must_sign_user_ids,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` DbOperations []*DBOperation `protobuf:"bytes,3,rep,name=db_operations,json=dbOperations,proto3" json:"db_operations,omitempty"` // contains filtered or unexported fields }
func (*DataTx) Descriptor
deprecated
func (*DataTx) GetDbOperations ¶
func (x *DataTx) GetDbOperations() []*DBOperation
func (*DataTx) GetMustSignUserIds ¶
func (*DataTx) ProtoMessage ¶
func (*DataTx) ProtoMessage()
func (*DataTx) ProtoReflect ¶ added in v0.2.6
func (x *DataTx) ProtoReflect() protoreflect.Message
type DataTxEnvelope ¶
type DataTxEnvelope struct { Payload *DataTx `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signatures map[string][]byte `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DataTxEnvelope) Descriptor
deprecated
func (*DataTxEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use DataTxEnvelope.ProtoReflect.Descriptor instead.
func (*DataTxEnvelope) GetPayload ¶
func (x *DataTxEnvelope) GetPayload() *DataTx
func (*DataTxEnvelope) GetSignatures ¶
func (x *DataTxEnvelope) GetSignatures() map[string][]byte
func (*DataTxEnvelope) ProtoMessage ¶
func (*DataTxEnvelope) ProtoMessage()
func (*DataTxEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *DataTxEnvelope) ProtoReflect() protoreflect.Message
func (*DataTxEnvelope) Reset ¶
func (x *DataTxEnvelope) Reset()
func (*DataTxEnvelope) String ¶
func (x *DataTxEnvelope) String() string
type DataTxEnvelopes ¶
type DataTxEnvelopes struct { Envelopes []*DataTxEnvelope `protobuf:"bytes,1,rep,name=envelopes,proto3" json:"envelopes,omitempty"` // contains filtered or unexported fields }
func (*DataTxEnvelopes) Descriptor
deprecated
func (*DataTxEnvelopes) Descriptor() ([]byte, []int)
Deprecated: Use DataTxEnvelopes.ProtoReflect.Descriptor instead.
func (*DataTxEnvelopes) GetEnvelopes ¶
func (x *DataTxEnvelopes) GetEnvelopes() []*DataTxEnvelope
func (*DataTxEnvelopes) ProtoMessage ¶
func (*DataTxEnvelopes) ProtoMessage()
func (*DataTxEnvelopes) ProtoReflect ¶ added in v0.2.6
func (x *DataTxEnvelopes) ProtoReflect() protoreflect.Message
func (*DataTxEnvelopes) Reset ¶
func (x *DataTxEnvelopes) Reset()
func (*DataTxEnvelopes) String ¶
func (x *DataTxEnvelopes) String() string
type DataWrite ¶
type DataWrite struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Acl *AccessControl `protobuf:"bytes,3,opt,name=acl,proto3" json:"acl,omitempty"` // contains filtered or unexported fields }
DataWrite hold a write including a delete
func (*DataWrite) Descriptor
deprecated
func (*DataWrite) GetAcl ¶
func (x *DataWrite) GetAcl() *AccessControl
func (*DataWrite) ProtoMessage ¶
func (*DataWrite) ProtoMessage()
func (*DataWrite) ProtoReflect ¶ added in v0.2.6
func (x *DataWrite) ProtoReflect() protoreflect.Message
type DatabaseConfig ¶
type DatabaseConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ReadAccessUsers []string `protobuf:"bytes,2,rep,name=read_access_users,json=readAccessUsers,proto3" json:"read_access_users,omitempty"` WriteAccessUsers []string `protobuf:"bytes,3,rep,name=write_access_users,json=writeAccessUsers,proto3" json:"write_access_users,omitempty"` // contains filtered or unexported fields }
Database configuration. Stores default read/write ACLs Stored as value in _dbs system database under key 'name'
func (*DatabaseConfig) Descriptor
deprecated
func (*DatabaseConfig) Descriptor() ([]byte, []int)
Deprecated: Use DatabaseConfig.ProtoReflect.Descriptor instead.
func (*DatabaseConfig) GetName ¶
func (x *DatabaseConfig) GetName() string
func (*DatabaseConfig) GetReadAccessUsers ¶
func (x *DatabaseConfig) GetReadAccessUsers() []string
func (*DatabaseConfig) GetWriteAccessUsers ¶
func (x *DatabaseConfig) GetWriteAccessUsers() []string
func (*DatabaseConfig) ProtoMessage ¶
func (*DatabaseConfig) ProtoMessage()
func (*DatabaseConfig) ProtoReflect ¶ added in v0.2.6
func (x *DatabaseConfig) ProtoReflect() protoreflect.Message
func (*DatabaseConfig) Reset ¶
func (x *DatabaseConfig) Reset()
func (*DatabaseConfig) String ¶
func (x *DatabaseConfig) String() string
type Digest ¶
type Digest struct { // Ledger merkle tree root RootHash []byte `protobuf:"bytes,1,opt,name=root_hash,json=rootHash,proto3" json:"root_hash,omitempty"` // Ledger height Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*Digest) Descriptor
deprecated
func (*Digest) GetRootHash ¶
func (*Digest) ProtoMessage ¶
func (*Digest) ProtoMessage()
func (*Digest) ProtoReflect ¶ added in v0.2.6
func (x *Digest) ProtoReflect() protoreflect.Message
type Flag ¶
type Flag int32
const ( Flag_VALID Flag = 0 Flag_INVALID_MVCC_CONFLICT_WITHIN_BLOCK Flag = 1 Flag_INVALID_MVCC_CONFLICT_WITH_COMMITTED_STATE Flag = 2 Flag_INVALID_DATABASE_DOES_NOT_EXIST Flag = 3 Flag_INVALID_NO_PERMISSION Flag = 4 Flag_INVALID_INCORRECT_ENTRIES Flag = 5 Flag_INVALID_UNAUTHORISED Flag = 6 Flag_INVALID_MISSING_SIGNATURE Flag = 7 )
func (Flag) Descriptor ¶ added in v0.2.6
func (Flag) Descriptor() protoreflect.EnumDescriptor
func (Flag) EnumDescriptor
deprecated
func (Flag) Number ¶ added in v0.2.6
func (x Flag) Number() protoreflect.EnumNumber
func (Flag) Type ¶ added in v0.2.6
func (Flag) Type() protoreflect.EnumType
type GeConfigBlockQueryEnvelope ¶
type GeConfigBlockQueryEnvelope struct { Payload *GetConfigBlockQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GeConfigBlockQueryEnvelope) Descriptor
deprecated
func (*GeConfigBlockQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GeConfigBlockQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GeConfigBlockQueryEnvelope) GetPayload ¶
func (x *GeConfigBlockQueryEnvelope) GetPayload() *GetConfigBlockQuery
func (*GeConfigBlockQueryEnvelope) GetSignature ¶
func (x *GeConfigBlockQueryEnvelope) GetSignature() []byte
func (*GeConfigBlockQueryEnvelope) ProtoMessage ¶
func (*GeConfigBlockQueryEnvelope) ProtoMessage()
func (*GeConfigBlockQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GeConfigBlockQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GeConfigBlockQueryEnvelope) Reset ¶
func (x *GeConfigBlockQueryEnvelope) Reset()
func (*GeConfigBlockQueryEnvelope) String ¶
func (x *GeConfigBlockQueryEnvelope) String() string
type GetAugmentedBlockHeaderResponse ¶
type GetAugmentedBlockHeaderResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` BlockHeader *AugmentedBlockHeader `protobuf:"bytes,2,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"` // contains filtered or unexported fields }
func (*GetAugmentedBlockHeaderResponse) Descriptor
deprecated
func (*GetAugmentedBlockHeaderResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAugmentedBlockHeaderResponse.ProtoReflect.Descriptor instead.
func (*GetAugmentedBlockHeaderResponse) GetBlockHeader ¶
func (x *GetAugmentedBlockHeaderResponse) GetBlockHeader() *AugmentedBlockHeader
func (*GetAugmentedBlockHeaderResponse) GetHeader ¶
func (x *GetAugmentedBlockHeaderResponse) GetHeader() *ResponseHeader
func (*GetAugmentedBlockHeaderResponse) ProtoMessage ¶
func (*GetAugmentedBlockHeaderResponse) ProtoMessage()
func (*GetAugmentedBlockHeaderResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetAugmentedBlockHeaderResponse) ProtoReflect() protoreflect.Message
func (*GetAugmentedBlockHeaderResponse) Reset ¶
func (x *GetAugmentedBlockHeaderResponse) Reset()
func (*GetAugmentedBlockHeaderResponse) String ¶
func (x *GetAugmentedBlockHeaderResponse) String() string
type GetAugmentedBlockHeaderResponseEnvelope ¶
type GetAugmentedBlockHeaderResponseEnvelope struct { Response *GetAugmentedBlockHeaderResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetAugmentedBlockHeader
func (*GetAugmentedBlockHeaderResponseEnvelope) Descriptor
deprecated
func (*GetAugmentedBlockHeaderResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetAugmentedBlockHeaderResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetAugmentedBlockHeaderResponseEnvelope) GetResponse ¶
func (x *GetAugmentedBlockHeaderResponseEnvelope) GetResponse() *GetAugmentedBlockHeaderResponse
func (*GetAugmentedBlockHeaderResponseEnvelope) GetSignature ¶
func (x *GetAugmentedBlockHeaderResponseEnvelope) GetSignature() []byte
func (*GetAugmentedBlockHeaderResponseEnvelope) ProtoMessage ¶
func (*GetAugmentedBlockHeaderResponseEnvelope) ProtoMessage()
func (*GetAugmentedBlockHeaderResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetAugmentedBlockHeaderResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetAugmentedBlockHeaderResponseEnvelope) Reset ¶
func (x *GetAugmentedBlockHeaderResponseEnvelope) Reset()
func (*GetAugmentedBlockHeaderResponseEnvelope) String ¶
func (x *GetAugmentedBlockHeaderResponseEnvelope) String() string
type GetBlockQuery ¶
type GetBlockQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` Augmented bool `protobuf:"varint,3,opt,name=augmented,proto3" json:"augmented,omitempty"` // contains filtered or unexported fields }
func (*GetBlockQuery) Descriptor
deprecated
func (*GetBlockQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockQuery.ProtoReflect.Descriptor instead.
func (*GetBlockQuery) GetAugmented ¶
func (x *GetBlockQuery) GetAugmented() bool
func (*GetBlockQuery) GetBlockNumber ¶
func (x *GetBlockQuery) GetBlockNumber() uint64
func (*GetBlockQuery) GetUserId ¶
func (x *GetBlockQuery) GetUserId() string
func (*GetBlockQuery) ProtoMessage ¶
func (*GetBlockQuery) ProtoMessage()
func (*GetBlockQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetBlockQuery) ProtoReflect() protoreflect.Message
func (*GetBlockQuery) Reset ¶
func (x *GetBlockQuery) Reset()
func (*GetBlockQuery) String ¶
func (x *GetBlockQuery) String() string
type GetBlockQueryEnvelope ¶
type GetBlockQueryEnvelope struct { Payload *GetBlockQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetBlockQueryEnvelope) Descriptor
deprecated
func (*GetBlockQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetBlockQueryEnvelope) GetPayload ¶
func (x *GetBlockQueryEnvelope) GetPayload() *GetBlockQuery
func (*GetBlockQueryEnvelope) GetSignature ¶
func (x *GetBlockQueryEnvelope) GetSignature() []byte
func (*GetBlockQueryEnvelope) ProtoMessage ¶
func (*GetBlockQueryEnvelope) ProtoMessage()
func (*GetBlockQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetBlockQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetBlockQueryEnvelope) Reset ¶
func (x *GetBlockQueryEnvelope) Reset()
func (*GetBlockQueryEnvelope) String ¶
func (x *GetBlockQueryEnvelope) String() string
type GetBlockResponse ¶
type GetBlockResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` BlockHeader *BlockHeader `protobuf:"bytes,2,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"` // contains filtered or unexported fields }
func (*GetBlockResponse) Descriptor
deprecated
func (*GetBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockResponse.ProtoReflect.Descriptor instead.
func (*GetBlockResponse) GetBlockHeader ¶
func (x *GetBlockResponse) GetBlockHeader() *BlockHeader
func (*GetBlockResponse) GetHeader ¶
func (x *GetBlockResponse) GetHeader() *ResponseHeader
func (*GetBlockResponse) ProtoMessage ¶
func (*GetBlockResponse) ProtoMessage()
func (*GetBlockResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetBlockResponse) ProtoReflect() protoreflect.Message
func (*GetBlockResponse) Reset ¶
func (x *GetBlockResponse) Reset()
func (*GetBlockResponse) String ¶
func (x *GetBlockResponse) String() string
type GetBlockResponseEnvelope ¶
type GetBlockResponseEnvelope struct { Response *GetBlockResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetBlock
func (*GetBlockResponseEnvelope) Descriptor
deprecated
func (*GetBlockResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetBlockResponseEnvelope) GetResponse ¶
func (x *GetBlockResponseEnvelope) GetResponse() *GetBlockResponse
func (*GetBlockResponseEnvelope) GetSignature ¶
func (x *GetBlockResponseEnvelope) GetSignature() []byte
func (*GetBlockResponseEnvelope) ProtoMessage ¶
func (*GetBlockResponseEnvelope) ProtoMessage()
func (*GetBlockResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetBlockResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetBlockResponseEnvelope) Reset ¶
func (x *GetBlockResponseEnvelope) Reset()
func (*GetBlockResponseEnvelope) String ¶
func (x *GetBlockResponseEnvelope) String() string
type GetClusterStatusQuery ¶
type GetClusterStatusQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` NoCertificates bool `protobuf:"varint,2,opt,name=noCertificates,proto3" json:"noCertificates,omitempty"` // contains filtered or unexported fields }
func (*GetClusterStatusQuery) Descriptor
deprecated
func (*GetClusterStatusQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetClusterStatusQuery.ProtoReflect.Descriptor instead.
func (*GetClusterStatusQuery) GetNoCertificates ¶
func (x *GetClusterStatusQuery) GetNoCertificates() bool
func (*GetClusterStatusQuery) GetUserId ¶
func (x *GetClusterStatusQuery) GetUserId() string
func (*GetClusterStatusQuery) ProtoMessage ¶
func (*GetClusterStatusQuery) ProtoMessage()
func (*GetClusterStatusQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetClusterStatusQuery) ProtoReflect() protoreflect.Message
func (*GetClusterStatusQuery) Reset ¶
func (x *GetClusterStatusQuery) Reset()
func (*GetClusterStatusQuery) String ¶
func (x *GetClusterStatusQuery) String() string
type GetClusterStatusQueryEnvelope ¶
type GetClusterStatusQueryEnvelope struct { Payload *GetClusterStatusQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetClusterStatusQueryEnvelope) Descriptor
deprecated
func (*GetClusterStatusQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetClusterStatusQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetClusterStatusQueryEnvelope) GetPayload ¶
func (x *GetClusterStatusQueryEnvelope) GetPayload() *GetClusterStatusQuery
func (*GetClusterStatusQueryEnvelope) GetSignature ¶
func (x *GetClusterStatusQueryEnvelope) GetSignature() []byte
func (*GetClusterStatusQueryEnvelope) ProtoMessage ¶
func (*GetClusterStatusQueryEnvelope) ProtoMessage()
func (*GetClusterStatusQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetClusterStatusQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetClusterStatusQueryEnvelope) Reset ¶
func (x *GetClusterStatusQueryEnvelope) Reset()
func (*GetClusterStatusQueryEnvelope) String ¶
func (x *GetClusterStatusQueryEnvelope) String() string
type GetClusterStatusResponse ¶
type GetClusterStatusResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // The configuration of the nodes, the part from ClusterConfig accessible to every client. Nodes []*NodeConfig `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"` // The version of the ClusterConfig from which the nodes are taken of. Version *Version `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // The leader ID, if it exists. Leader string `protobuf:"bytes,4,opt,name=Leader,proto3" json:"Leader,omitempty"` // The IDs of active nodes, including the leader. Active []string `protobuf:"bytes,5,rep,name=Active,proto3" json:"Active,omitempty"` // contains filtered or unexported fields }
func (*GetClusterStatusResponse) Descriptor
deprecated
func (*GetClusterStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetClusterStatusResponse.ProtoReflect.Descriptor instead.
func (*GetClusterStatusResponse) GetActive ¶
func (x *GetClusterStatusResponse) GetActive() []string
func (*GetClusterStatusResponse) GetHeader ¶
func (x *GetClusterStatusResponse) GetHeader() *ResponseHeader
func (*GetClusterStatusResponse) GetLeader ¶
func (x *GetClusterStatusResponse) GetLeader() string
func (*GetClusterStatusResponse) GetNodes ¶
func (x *GetClusterStatusResponse) GetNodes() []*NodeConfig
func (*GetClusterStatusResponse) GetVersion ¶
func (x *GetClusterStatusResponse) GetVersion() *Version
func (*GetClusterStatusResponse) ProtoMessage ¶
func (*GetClusterStatusResponse) ProtoMessage()
func (*GetClusterStatusResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetClusterStatusResponse) ProtoReflect() protoreflect.Message
func (*GetClusterStatusResponse) Reset ¶
func (x *GetClusterStatusResponse) Reset()
func (*GetClusterStatusResponse) String ¶
func (x *GetClusterStatusResponse) String() string
type GetClusterStatusResponseEnvelope ¶
type GetClusterStatusResponseEnvelope struct { Response *GetClusterStatusResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetClusterStatus
func (*GetClusterStatusResponseEnvelope) Descriptor
deprecated
func (*GetClusterStatusResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetClusterStatusResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetClusterStatusResponseEnvelope) GetResponse ¶
func (x *GetClusterStatusResponseEnvelope) GetResponse() *GetClusterStatusResponse
func (*GetClusterStatusResponseEnvelope) GetSignature ¶
func (x *GetClusterStatusResponseEnvelope) GetSignature() []byte
func (*GetClusterStatusResponseEnvelope) ProtoMessage ¶
func (*GetClusterStatusResponseEnvelope) ProtoMessage()
func (*GetClusterStatusResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetClusterStatusResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetClusterStatusResponseEnvelope) Reset ¶
func (x *GetClusterStatusResponseEnvelope) Reset()
func (*GetClusterStatusResponseEnvelope) String ¶
func (x *GetClusterStatusResponseEnvelope) String() string
type GetConfigBlockQuery ¶
type GetConfigBlockQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` // contains filtered or unexported fields }
func (*GetConfigBlockQuery) Descriptor
deprecated
func (*GetConfigBlockQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigBlockQuery.ProtoReflect.Descriptor instead.
func (*GetConfigBlockQuery) GetBlockNumber ¶
func (x *GetConfigBlockQuery) GetBlockNumber() uint64
func (*GetConfigBlockQuery) GetUserId ¶
func (x *GetConfigBlockQuery) GetUserId() string
func (*GetConfigBlockQuery) ProtoMessage ¶
func (*GetConfigBlockQuery) ProtoMessage()
func (*GetConfigBlockQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetConfigBlockQuery) ProtoReflect() protoreflect.Message
func (*GetConfigBlockQuery) Reset ¶
func (x *GetConfigBlockQuery) Reset()
func (*GetConfigBlockQuery) String ¶
func (x *GetConfigBlockQuery) String() string
type GetConfigBlockResponse ¶
type GetConfigBlockResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // block bytes, marshaled with proto.Marshal Block []byte `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"` // contains filtered or unexported fields }
func (*GetConfigBlockResponse) Descriptor
deprecated
func (*GetConfigBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigBlockResponse.ProtoReflect.Descriptor instead.
func (*GetConfigBlockResponse) GetBlock ¶
func (x *GetConfigBlockResponse) GetBlock() []byte
func (*GetConfigBlockResponse) GetHeader ¶
func (x *GetConfigBlockResponse) GetHeader() *ResponseHeader
func (*GetConfigBlockResponse) ProtoMessage ¶
func (*GetConfigBlockResponse) ProtoMessage()
func (*GetConfigBlockResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetConfigBlockResponse) ProtoReflect() protoreflect.Message
func (*GetConfigBlockResponse) Reset ¶
func (x *GetConfigBlockResponse) Reset()
func (*GetConfigBlockResponse) String ¶
func (x *GetConfigBlockResponse) String() string
type GetConfigBlockResponseEnvelope ¶
type GetConfigBlockResponseEnvelope struct { Response *GetConfigBlockResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetConfigBlock
func (*GetConfigBlockResponseEnvelope) Descriptor
deprecated
func (*GetConfigBlockResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigBlockResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetConfigBlockResponseEnvelope) GetResponse ¶
func (x *GetConfigBlockResponseEnvelope) GetResponse() *GetConfigBlockResponse
func (*GetConfigBlockResponseEnvelope) GetSignature ¶
func (x *GetConfigBlockResponseEnvelope) GetSignature() []byte
func (*GetConfigBlockResponseEnvelope) ProtoMessage ¶
func (*GetConfigBlockResponseEnvelope) ProtoMessage()
func (*GetConfigBlockResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetConfigBlockResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetConfigBlockResponseEnvelope) Reset ¶
func (x *GetConfigBlockResponseEnvelope) Reset()
func (*GetConfigBlockResponseEnvelope) String ¶
func (x *GetConfigBlockResponseEnvelope) String() string
type GetConfigQuery ¶
type GetConfigQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetConfigQuery) Descriptor
deprecated
func (*GetConfigQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigQuery.ProtoReflect.Descriptor instead.
func (*GetConfigQuery) GetUserId ¶
func (x *GetConfigQuery) GetUserId() string
func (*GetConfigQuery) ProtoMessage ¶
func (*GetConfigQuery) ProtoMessage()
func (*GetConfigQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetConfigQuery) ProtoReflect() protoreflect.Message
func (*GetConfigQuery) Reset ¶
func (x *GetConfigQuery) Reset()
func (*GetConfigQuery) String ¶
func (x *GetConfigQuery) String() string
type GetConfigQueryEnvelope ¶
type GetConfigQueryEnvelope struct { Payload *GetConfigQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetConfigQueryEnvelope) Descriptor
deprecated
func (*GetConfigQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetConfigQueryEnvelope) GetPayload ¶
func (x *GetConfigQueryEnvelope) GetPayload() *GetConfigQuery
func (*GetConfigQueryEnvelope) GetSignature ¶
func (x *GetConfigQueryEnvelope) GetSignature() []byte
func (*GetConfigQueryEnvelope) ProtoMessage ¶
func (*GetConfigQueryEnvelope) ProtoMessage()
func (*GetConfigQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetConfigQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetConfigQueryEnvelope) Reset ¶
func (x *GetConfigQueryEnvelope) Reset()
func (*GetConfigQueryEnvelope) String ¶
func (x *GetConfigQueryEnvelope) String() string
type GetConfigResponse ¶
type GetConfigResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Config *ClusterConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` Metadata *Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetConfigResponse) Descriptor
deprecated
func (*GetConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.
func (*GetConfigResponse) GetConfig ¶
func (x *GetConfigResponse) GetConfig() *ClusterConfig
func (*GetConfigResponse) GetHeader ¶
func (x *GetConfigResponse) GetHeader() *ResponseHeader
func (*GetConfigResponse) GetMetadata ¶
func (x *GetConfigResponse) GetMetadata() *Metadata
func (*GetConfigResponse) ProtoMessage ¶
func (*GetConfigResponse) ProtoMessage()
func (*GetConfigResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetConfigResponse) ProtoReflect() protoreflect.Message
func (*GetConfigResponse) Reset ¶
func (x *GetConfigResponse) Reset()
func (*GetConfigResponse) String ¶
func (x *GetConfigResponse) String() string
type GetConfigResponseEnvelope ¶
type GetConfigResponseEnvelope struct { Response *GetConfigResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetConfig
func (*GetConfigResponseEnvelope) Descriptor
deprecated
func (*GetConfigResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetConfigResponseEnvelope) GetResponse ¶
func (x *GetConfigResponseEnvelope) GetResponse() *GetConfigResponse
func (*GetConfigResponseEnvelope) GetSignature ¶
func (x *GetConfigResponseEnvelope) GetSignature() []byte
func (*GetConfigResponseEnvelope) ProtoMessage ¶
func (*GetConfigResponseEnvelope) ProtoMessage()
func (*GetConfigResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetConfigResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetConfigResponseEnvelope) Reset ¶
func (x *GetConfigResponseEnvelope) Reset()
func (*GetConfigResponseEnvelope) String ¶
func (x *GetConfigResponseEnvelope) String() string
type GetDBIndexQuery ¶ added in v0.2.2
type GetDBIndexQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` // contains filtered or unexported fields }
func (*GetDBIndexQuery) Descriptor
deprecated
added in
v0.2.2
func (*GetDBIndexQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDBIndexQuery.ProtoReflect.Descriptor instead.
func (*GetDBIndexQuery) GetDbName ¶ added in v0.2.2
func (x *GetDBIndexQuery) GetDbName() string
func (*GetDBIndexQuery) GetUserId ¶ added in v0.2.2
func (x *GetDBIndexQuery) GetUserId() string
func (*GetDBIndexQuery) ProtoMessage ¶ added in v0.2.2
func (*GetDBIndexQuery) ProtoMessage()
func (*GetDBIndexQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDBIndexQuery) ProtoReflect() protoreflect.Message
func (*GetDBIndexQuery) Reset ¶ added in v0.2.2
func (x *GetDBIndexQuery) Reset()
func (*GetDBIndexQuery) String ¶ added in v0.2.2
func (x *GetDBIndexQuery) String() string
type GetDBIndexQueryEnvelope ¶ added in v0.2.2
type GetDBIndexQueryEnvelope struct { Payload *GetDBIndexQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDBIndexQueryEnvelope) Descriptor
deprecated
added in
v0.2.2
func (*GetDBIndexQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDBIndexQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDBIndexQueryEnvelope) GetPayload ¶ added in v0.2.2
func (x *GetDBIndexQueryEnvelope) GetPayload() *GetDBIndexQuery
func (*GetDBIndexQueryEnvelope) GetSignature ¶ added in v0.2.2
func (x *GetDBIndexQueryEnvelope) GetSignature() []byte
func (*GetDBIndexQueryEnvelope) ProtoMessage ¶ added in v0.2.2
func (*GetDBIndexQueryEnvelope) ProtoMessage()
func (*GetDBIndexQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDBIndexQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDBIndexQueryEnvelope) Reset ¶ added in v0.2.2
func (x *GetDBIndexQueryEnvelope) Reset()
func (*GetDBIndexQueryEnvelope) String ¶ added in v0.2.2
func (x *GetDBIndexQueryEnvelope) String() string
type GetDBIndexResponse ¶ added in v0.2.2
type GetDBIndexResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Index string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*GetDBIndexResponse) Descriptor
deprecated
added in
v0.2.2
func (*GetDBIndexResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDBIndexResponse.ProtoReflect.Descriptor instead.
func (*GetDBIndexResponse) GetHeader ¶ added in v0.2.2
func (x *GetDBIndexResponse) GetHeader() *ResponseHeader
func (*GetDBIndexResponse) GetIndex ¶ added in v0.2.2
func (x *GetDBIndexResponse) GetIndex() string
func (*GetDBIndexResponse) ProtoMessage ¶ added in v0.2.2
func (*GetDBIndexResponse) ProtoMessage()
func (*GetDBIndexResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDBIndexResponse) ProtoReflect() protoreflect.Message
func (*GetDBIndexResponse) Reset ¶ added in v0.2.2
func (x *GetDBIndexResponse) Reset()
func (*GetDBIndexResponse) String ¶ added in v0.2.2
func (x *GetDBIndexResponse) String() string
type GetDBIndexResponseEnvelope ¶ added in v0.2.2
type GetDBIndexResponseEnvelope struct { Response *GetDBIndexResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDBIndexResponseEnvelope) Descriptor
deprecated
added in
v0.2.2
func (*GetDBIndexResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDBIndexResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDBIndexResponseEnvelope) GetResponse ¶ added in v0.2.2
func (x *GetDBIndexResponseEnvelope) GetResponse() *GetDBIndexResponse
func (*GetDBIndexResponseEnvelope) GetSignature ¶ added in v0.2.2
func (x *GetDBIndexResponseEnvelope) GetSignature() []byte
func (*GetDBIndexResponseEnvelope) ProtoMessage ¶ added in v0.2.2
func (*GetDBIndexResponseEnvelope) ProtoMessage()
func (*GetDBIndexResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDBIndexResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDBIndexResponseEnvelope) Reset ¶ added in v0.2.2
func (x *GetDBIndexResponseEnvelope) Reset()
func (*GetDBIndexResponseEnvelope) String ¶ added in v0.2.2
func (x *GetDBIndexResponseEnvelope) String() string
type GetDBStatusQuery ¶
type GetDBStatusQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` // contains filtered or unexported fields }
func (*GetDBStatusQuery) Descriptor
deprecated
func (*GetDBStatusQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDBStatusQuery.ProtoReflect.Descriptor instead.
func (*GetDBStatusQuery) GetDbName ¶
func (x *GetDBStatusQuery) GetDbName() string
func (*GetDBStatusQuery) GetUserId ¶
func (x *GetDBStatusQuery) GetUserId() string
func (*GetDBStatusQuery) ProtoMessage ¶
func (*GetDBStatusQuery) ProtoMessage()
func (*GetDBStatusQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDBStatusQuery) ProtoReflect() protoreflect.Message
func (*GetDBStatusQuery) Reset ¶
func (x *GetDBStatusQuery) Reset()
func (*GetDBStatusQuery) String ¶
func (x *GetDBStatusQuery) String() string
type GetDBStatusQueryEnvelope ¶
type GetDBStatusQueryEnvelope struct { Payload *GetDBStatusQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDBStatusQueryEnvelope) Descriptor
deprecated
func (*GetDBStatusQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDBStatusQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDBStatusQueryEnvelope) GetPayload ¶
func (x *GetDBStatusQueryEnvelope) GetPayload() *GetDBStatusQuery
func (*GetDBStatusQueryEnvelope) GetSignature ¶
func (x *GetDBStatusQueryEnvelope) GetSignature() []byte
func (*GetDBStatusQueryEnvelope) ProtoMessage ¶
func (*GetDBStatusQueryEnvelope) ProtoMessage()
func (*GetDBStatusQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDBStatusQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDBStatusQueryEnvelope) Reset ¶
func (x *GetDBStatusQueryEnvelope) Reset()
func (*GetDBStatusQueryEnvelope) String ¶
func (x *GetDBStatusQueryEnvelope) String() string
type GetDBStatusResponse ¶
type GetDBStatusResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Exist bool `protobuf:"varint,2,opt,name=exist,proto3" json:"exist,omitempty"` // contains filtered or unexported fields }
func (*GetDBStatusResponse) Descriptor
deprecated
func (*GetDBStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDBStatusResponse.ProtoReflect.Descriptor instead.
func (*GetDBStatusResponse) GetExist ¶
func (x *GetDBStatusResponse) GetExist() bool
func (*GetDBStatusResponse) GetHeader ¶
func (x *GetDBStatusResponse) GetHeader() *ResponseHeader
func (*GetDBStatusResponse) ProtoMessage ¶
func (*GetDBStatusResponse) ProtoMessage()
func (*GetDBStatusResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDBStatusResponse) ProtoReflect() protoreflect.Message
func (*GetDBStatusResponse) Reset ¶
func (x *GetDBStatusResponse) Reset()
func (*GetDBStatusResponse) String ¶
func (x *GetDBStatusResponse) String() string
type GetDBStatusResponseEnvelope ¶
type GetDBStatusResponseEnvelope struct { Response *GetDBStatusResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetDBStatus
func (*GetDBStatusResponseEnvelope) Descriptor
deprecated
func (*GetDBStatusResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDBStatusResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDBStatusResponseEnvelope) GetResponse ¶
func (x *GetDBStatusResponseEnvelope) GetResponse() *GetDBStatusResponse
func (*GetDBStatusResponseEnvelope) GetSignature ¶
func (x *GetDBStatusResponseEnvelope) GetSignature() []byte
func (*GetDBStatusResponseEnvelope) ProtoMessage ¶
func (*GetDBStatusResponseEnvelope) ProtoMessage()
func (*GetDBStatusResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDBStatusResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDBStatusResponseEnvelope) Reset ¶
func (x *GetDBStatusResponseEnvelope) Reset()
func (*GetDBStatusResponseEnvelope) String ¶
func (x *GetDBStatusResponseEnvelope) String() string
type GetDataDeletedByQuery ¶
type GetDataDeletedByQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"` // contains filtered or unexported fields }
func (*GetDataDeletedByQuery) Descriptor
deprecated
func (*GetDataDeletedByQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataDeletedByQuery.ProtoReflect.Descriptor instead.
func (*GetDataDeletedByQuery) GetTargetUserId ¶
func (x *GetDataDeletedByQuery) GetTargetUserId() string
func (*GetDataDeletedByQuery) GetUserId ¶
func (x *GetDataDeletedByQuery) GetUserId() string
func (*GetDataDeletedByQuery) ProtoMessage ¶
func (*GetDataDeletedByQuery) ProtoMessage()
func (*GetDataDeletedByQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataDeletedByQuery) ProtoReflect() protoreflect.Message
func (*GetDataDeletedByQuery) Reset ¶
func (x *GetDataDeletedByQuery) Reset()
func (*GetDataDeletedByQuery) String ¶
func (x *GetDataDeletedByQuery) String() string
type GetDataDeletedByQueryEnvelope ¶
type GetDataDeletedByQueryEnvelope struct { Payload *GetDataDeletedByQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataDeletedByQueryEnvelope) Descriptor
deprecated
func (*GetDataDeletedByQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataDeletedByQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataDeletedByQueryEnvelope) GetPayload ¶
func (x *GetDataDeletedByQueryEnvelope) GetPayload() *GetDataDeletedByQuery
func (*GetDataDeletedByQueryEnvelope) GetSignature ¶
func (x *GetDataDeletedByQueryEnvelope) GetSignature() []byte
func (*GetDataDeletedByQueryEnvelope) ProtoMessage ¶
func (*GetDataDeletedByQueryEnvelope) ProtoMessage()
func (*GetDataDeletedByQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataDeletedByQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataDeletedByQueryEnvelope) Reset ¶
func (x *GetDataDeletedByQueryEnvelope) Reset()
func (*GetDataDeletedByQueryEnvelope) String ¶
func (x *GetDataDeletedByQueryEnvelope) String() string
type GetDataProofQuery ¶
type GetDataProofQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` DbName string `protobuf:"bytes,3,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` Key string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"` IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,omitempty"` // contains filtered or unexported fields }
func (*GetDataProofQuery) Descriptor
deprecated
func (*GetDataProofQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataProofQuery.ProtoReflect.Descriptor instead.
func (*GetDataProofQuery) GetBlockNumber ¶
func (x *GetDataProofQuery) GetBlockNumber() uint64
func (*GetDataProofQuery) GetDbName ¶
func (x *GetDataProofQuery) GetDbName() string
func (*GetDataProofQuery) GetIsDeleted ¶
func (x *GetDataProofQuery) GetIsDeleted() bool
func (*GetDataProofQuery) GetKey ¶
func (x *GetDataProofQuery) GetKey() string
func (*GetDataProofQuery) GetUserId ¶
func (x *GetDataProofQuery) GetUserId() string
func (*GetDataProofQuery) ProtoMessage ¶
func (*GetDataProofQuery) ProtoMessage()
func (*GetDataProofQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataProofQuery) ProtoReflect() protoreflect.Message
func (*GetDataProofQuery) Reset ¶
func (x *GetDataProofQuery) Reset()
func (*GetDataProofQuery) String ¶
func (x *GetDataProofQuery) String() string
type GetDataProofQueryEnvelope ¶
type GetDataProofQueryEnvelope struct { Payload *GetDataProofQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataProofQueryEnvelope) Descriptor
deprecated
func (*GetDataProofQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataProofQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataProofQueryEnvelope) GetPayload ¶
func (x *GetDataProofQueryEnvelope) GetPayload() *GetDataProofQuery
func (*GetDataProofQueryEnvelope) GetSignature ¶
func (x *GetDataProofQueryEnvelope) GetSignature() []byte
func (*GetDataProofQueryEnvelope) ProtoMessage ¶
func (*GetDataProofQueryEnvelope) ProtoMessage()
func (*GetDataProofQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataProofQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataProofQueryEnvelope) Reset ¶
func (x *GetDataProofQueryEnvelope) Reset()
func (*GetDataProofQueryEnvelope) String ¶
func (x *GetDataProofQueryEnvelope) String() string
type GetDataProofResponse ¶
type GetDataProofResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Path []*MPTrieProofElement `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*GetDataProofResponse) Descriptor
deprecated
func (*GetDataProofResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDataProofResponse.ProtoReflect.Descriptor instead.
func (*GetDataProofResponse) GetHeader ¶
func (x *GetDataProofResponse) GetHeader() *ResponseHeader
func (*GetDataProofResponse) GetPath ¶
func (x *GetDataProofResponse) GetPath() []*MPTrieProofElement
func (*GetDataProofResponse) ProtoMessage ¶
func (*GetDataProofResponse) ProtoMessage()
func (*GetDataProofResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDataProofResponse) ProtoReflect() protoreflect.Message
func (*GetDataProofResponse) Reset ¶
func (x *GetDataProofResponse) Reset()
func (*GetDataProofResponse) String ¶
func (x *GetDataProofResponse) String() string
type GetDataProofResponseEnvelope ¶
type GetDataProofResponseEnvelope struct { Response *GetDataProofResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetDataProof
func (*GetDataProofResponseEnvelope) Descriptor
deprecated
func (*GetDataProofResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataProofResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataProofResponseEnvelope) GetResponse ¶
func (x *GetDataProofResponseEnvelope) GetResponse() *GetDataProofResponse
func (*GetDataProofResponseEnvelope) GetSignature ¶
func (x *GetDataProofResponseEnvelope) GetSignature() []byte
func (*GetDataProofResponseEnvelope) ProtoMessage ¶
func (*GetDataProofResponseEnvelope) ProtoMessage()
func (*GetDataProofResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataProofResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataProofResponseEnvelope) Reset ¶
func (x *GetDataProofResponseEnvelope) Reset()
func (*GetDataProofResponseEnvelope) String ¶
func (x *GetDataProofResponseEnvelope) String() string
type GetDataProvenanceResponse ¶
type GetDataProvenanceResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` DBKeyValues map[string]*KVsWithMetadata `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetDataProvenanceResponse) Descriptor
deprecated
func (*GetDataProvenanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDataProvenanceResponse.ProtoReflect.Descriptor instead.
func (*GetDataProvenanceResponse) GetDBKeyValues ¶ added in v0.2.4
func (x *GetDataProvenanceResponse) GetDBKeyValues() map[string]*KVsWithMetadata
func (*GetDataProvenanceResponse) GetHeader ¶
func (x *GetDataProvenanceResponse) GetHeader() *ResponseHeader
func (*GetDataProvenanceResponse) ProtoMessage ¶
func (*GetDataProvenanceResponse) ProtoMessage()
func (*GetDataProvenanceResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDataProvenanceResponse) ProtoReflect() protoreflect.Message
func (*GetDataProvenanceResponse) Reset ¶
func (x *GetDataProvenanceResponse) Reset()
func (*GetDataProvenanceResponse) String ¶
func (x *GetDataProvenanceResponse) String() string
type GetDataProvenanceResponseEnvelope ¶
type GetDataProvenanceResponseEnvelope struct { Response *GetDataProvenanceResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetDataProvenance
func (*GetDataProvenanceResponseEnvelope) Descriptor
deprecated
func (*GetDataProvenanceResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataProvenanceResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataProvenanceResponseEnvelope) GetResponse ¶
func (x *GetDataProvenanceResponseEnvelope) GetResponse() *GetDataProvenanceResponse
func (*GetDataProvenanceResponseEnvelope) GetSignature ¶
func (x *GetDataProvenanceResponseEnvelope) GetSignature() []byte
func (*GetDataProvenanceResponseEnvelope) ProtoMessage ¶
func (*GetDataProvenanceResponseEnvelope) ProtoMessage()
func (*GetDataProvenanceResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataProvenanceResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataProvenanceResponseEnvelope) Reset ¶
func (x *GetDataProvenanceResponseEnvelope) Reset()
func (*GetDataProvenanceResponseEnvelope) String ¶
func (x *GetDataProvenanceResponseEnvelope) String() string
type GetDataQuery ¶
type GetDataQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*GetDataQuery) Descriptor
deprecated
func (*GetDataQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataQuery.ProtoReflect.Descriptor instead.
func (*GetDataQuery) GetDbName ¶
func (x *GetDataQuery) GetDbName() string
func (*GetDataQuery) GetKey ¶
func (x *GetDataQuery) GetKey() string
func (*GetDataQuery) GetUserId ¶
func (x *GetDataQuery) GetUserId() string
func (*GetDataQuery) ProtoMessage ¶
func (*GetDataQuery) ProtoMessage()
func (*GetDataQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataQuery) ProtoReflect() protoreflect.Message
func (*GetDataQuery) Reset ¶
func (x *GetDataQuery) Reset()
func (*GetDataQuery) String ¶
func (x *GetDataQuery) String() string
type GetDataQueryEnvelope ¶
type GetDataQueryEnvelope struct { Payload *GetDataQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataQueryEnvelope) Descriptor
deprecated
func (*GetDataQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataQueryEnvelope) GetPayload ¶
func (x *GetDataQueryEnvelope) GetPayload() *GetDataQuery
func (*GetDataQueryEnvelope) GetSignature ¶
func (x *GetDataQueryEnvelope) GetSignature() []byte
func (*GetDataQueryEnvelope) ProtoMessage ¶
func (*GetDataQueryEnvelope) ProtoMessage()
func (*GetDataQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataQueryEnvelope) Reset ¶
func (x *GetDataQueryEnvelope) Reset()
func (*GetDataQueryEnvelope) String ¶
func (x *GetDataQueryEnvelope) String() string
type GetDataRangeQuery ¶ added in v0.2.4
type GetDataRangeQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` StartKey string `protobuf:"bytes,3,opt,name=start_key,json=startKey,proto3" json:"start_key,omitempty"` EndKey string `protobuf:"bytes,4,opt,name=end_key,json=endKey,proto3" json:"end_key,omitempty"` Limit uint64 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetDataRangeQuery) Descriptor
deprecated
added in
v0.2.4
func (*GetDataRangeQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataRangeQuery.ProtoReflect.Descriptor instead.
func (*GetDataRangeQuery) GetDbName ¶ added in v0.2.4
func (x *GetDataRangeQuery) GetDbName() string
func (*GetDataRangeQuery) GetEndKey ¶ added in v0.2.4
func (x *GetDataRangeQuery) GetEndKey() string
func (*GetDataRangeQuery) GetLimit ¶ added in v0.2.4
func (x *GetDataRangeQuery) GetLimit() uint64
func (*GetDataRangeQuery) GetStartKey ¶ added in v0.2.4
func (x *GetDataRangeQuery) GetStartKey() string
func (*GetDataRangeQuery) GetUserId ¶ added in v0.2.4
func (x *GetDataRangeQuery) GetUserId() string
func (*GetDataRangeQuery) ProtoMessage ¶ added in v0.2.4
func (*GetDataRangeQuery) ProtoMessage()
func (*GetDataRangeQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataRangeQuery) ProtoReflect() protoreflect.Message
func (*GetDataRangeQuery) Reset ¶ added in v0.2.4
func (x *GetDataRangeQuery) Reset()
func (*GetDataRangeQuery) String ¶ added in v0.2.4
func (x *GetDataRangeQuery) String() string
type GetDataRangeResponse ¶ added in v0.2.4
type GetDataRangeResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` KVs []*KVWithMetadata `protobuf:"bytes,2,rep,name=KVs,proto3" json:"KVs,omitempty"` PendingResult bool `protobuf:"varint,3,opt,name=pending_result,json=pendingResult,proto3" json:"pending_result,omitempty"` NextStartKey string `protobuf:"bytes,4,opt,name=next_start_key,json=nextStartKey,proto3" json:"next_start_key,omitempty"` // contains filtered or unexported fields }
func (*GetDataRangeResponse) Descriptor
deprecated
added in
v0.2.4
func (*GetDataRangeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDataRangeResponse.ProtoReflect.Descriptor instead.
func (*GetDataRangeResponse) GetHeader ¶ added in v0.2.4
func (x *GetDataRangeResponse) GetHeader() *ResponseHeader
func (*GetDataRangeResponse) GetKVs ¶ added in v0.2.4
func (x *GetDataRangeResponse) GetKVs() []*KVWithMetadata
func (*GetDataRangeResponse) GetNextStartKey ¶ added in v0.2.4
func (x *GetDataRangeResponse) GetNextStartKey() string
func (*GetDataRangeResponse) GetPendingResult ¶ added in v0.2.4
func (x *GetDataRangeResponse) GetPendingResult() bool
func (*GetDataRangeResponse) ProtoMessage ¶ added in v0.2.4
func (*GetDataRangeResponse) ProtoMessage()
func (*GetDataRangeResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDataRangeResponse) ProtoReflect() protoreflect.Message
func (*GetDataRangeResponse) Reset ¶ added in v0.2.4
func (x *GetDataRangeResponse) Reset()
func (*GetDataRangeResponse) String ¶ added in v0.2.4
func (x *GetDataRangeResponse) String() string
type GetDataRangeResponseEnvelope ¶ added in v0.2.4
type GetDataRangeResponseEnvelope struct { Response *GetDataRangeResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataRangeResponseEnvelope) Descriptor
deprecated
added in
v0.2.4
func (*GetDataRangeResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataRangeResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataRangeResponseEnvelope) GetResponse ¶ added in v0.2.4
func (x *GetDataRangeResponseEnvelope) GetResponse() *GetDataRangeResponse
func (*GetDataRangeResponseEnvelope) GetSignature ¶ added in v0.2.4
func (x *GetDataRangeResponseEnvelope) GetSignature() []byte
func (*GetDataRangeResponseEnvelope) ProtoMessage ¶ added in v0.2.4
func (*GetDataRangeResponseEnvelope) ProtoMessage()
func (*GetDataRangeResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataRangeResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataRangeResponseEnvelope) Reset ¶ added in v0.2.4
func (x *GetDataRangeResponseEnvelope) Reset()
func (*GetDataRangeResponseEnvelope) String ¶ added in v0.2.4
func (x *GetDataRangeResponseEnvelope) String() string
type GetDataReadByQuery ¶
type GetDataReadByQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"` // contains filtered or unexported fields }
func (*GetDataReadByQuery) Descriptor
deprecated
func (*GetDataReadByQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataReadByQuery.ProtoReflect.Descriptor instead.
func (*GetDataReadByQuery) GetTargetUserId ¶
func (x *GetDataReadByQuery) GetTargetUserId() string
func (*GetDataReadByQuery) GetUserId ¶
func (x *GetDataReadByQuery) GetUserId() string
func (*GetDataReadByQuery) ProtoMessage ¶
func (*GetDataReadByQuery) ProtoMessage()
func (*GetDataReadByQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataReadByQuery) ProtoReflect() protoreflect.Message
func (*GetDataReadByQuery) Reset ¶
func (x *GetDataReadByQuery) Reset()
func (*GetDataReadByQuery) String ¶
func (x *GetDataReadByQuery) String() string
type GetDataReadByQueryEnvelope ¶
type GetDataReadByQueryEnvelope struct { Payload *GetDataReadByQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataReadByQueryEnvelope) Descriptor
deprecated
func (*GetDataReadByQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataReadByQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataReadByQueryEnvelope) GetPayload ¶
func (x *GetDataReadByQueryEnvelope) GetPayload() *GetDataReadByQuery
func (*GetDataReadByQueryEnvelope) GetSignature ¶
func (x *GetDataReadByQueryEnvelope) GetSignature() []byte
func (*GetDataReadByQueryEnvelope) ProtoMessage ¶
func (*GetDataReadByQueryEnvelope) ProtoMessage()
func (*GetDataReadByQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataReadByQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataReadByQueryEnvelope) Reset ¶
func (x *GetDataReadByQueryEnvelope) Reset()
func (*GetDataReadByQueryEnvelope) String ¶
func (x *GetDataReadByQueryEnvelope) String() string
type GetDataReadersQuery ¶
type GetDataReadersQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*GetDataReadersQuery) Descriptor
deprecated
func (*GetDataReadersQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataReadersQuery.ProtoReflect.Descriptor instead.
func (*GetDataReadersQuery) GetDbName ¶
func (x *GetDataReadersQuery) GetDbName() string
func (*GetDataReadersQuery) GetKey ¶
func (x *GetDataReadersQuery) GetKey() string
func (*GetDataReadersQuery) GetUserId ¶
func (x *GetDataReadersQuery) GetUserId() string
func (*GetDataReadersQuery) ProtoMessage ¶
func (*GetDataReadersQuery) ProtoMessage()
func (*GetDataReadersQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataReadersQuery) ProtoReflect() protoreflect.Message
func (*GetDataReadersQuery) Reset ¶
func (x *GetDataReadersQuery) Reset()
func (*GetDataReadersQuery) String ¶
func (x *GetDataReadersQuery) String() string
type GetDataReadersQueryEnvelope ¶
type GetDataReadersQueryEnvelope struct { Payload *GetDataReadersQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataReadersQueryEnvelope) Descriptor
deprecated
func (*GetDataReadersQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataReadersQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataReadersQueryEnvelope) GetPayload ¶
func (x *GetDataReadersQueryEnvelope) GetPayload() *GetDataReadersQuery
func (*GetDataReadersQueryEnvelope) GetSignature ¶
func (x *GetDataReadersQueryEnvelope) GetSignature() []byte
func (*GetDataReadersQueryEnvelope) ProtoMessage ¶
func (*GetDataReadersQueryEnvelope) ProtoMessage()
func (*GetDataReadersQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataReadersQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataReadersQueryEnvelope) Reset ¶
func (x *GetDataReadersQueryEnvelope) Reset()
func (*GetDataReadersQueryEnvelope) String ¶
func (x *GetDataReadersQueryEnvelope) String() string
type GetDataReadersResponse ¶
type GetDataReadersResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` ReadBy map[string]uint32 `` /* 168-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetDataReadersResponse) Descriptor
deprecated
func (*GetDataReadersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDataReadersResponse.ProtoReflect.Descriptor instead.
func (*GetDataReadersResponse) GetHeader ¶
func (x *GetDataReadersResponse) GetHeader() *ResponseHeader
func (*GetDataReadersResponse) GetReadBy ¶
func (x *GetDataReadersResponse) GetReadBy() map[string]uint32
func (*GetDataReadersResponse) ProtoMessage ¶
func (*GetDataReadersResponse) ProtoMessage()
func (*GetDataReadersResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDataReadersResponse) ProtoReflect() protoreflect.Message
func (*GetDataReadersResponse) Reset ¶
func (x *GetDataReadersResponse) Reset()
func (*GetDataReadersResponse) String ¶
func (x *GetDataReadersResponse) String() string
type GetDataReadersResponseEnvelope ¶
type GetDataReadersResponseEnvelope struct { Response *GetDataReadersResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetDataReaders
func (*GetDataReadersResponseEnvelope) Descriptor
deprecated
func (*GetDataReadersResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataReadersResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataReadersResponseEnvelope) GetResponse ¶
func (x *GetDataReadersResponseEnvelope) GetResponse() *GetDataReadersResponse
func (*GetDataReadersResponseEnvelope) GetSignature ¶
func (x *GetDataReadersResponseEnvelope) GetSignature() []byte
func (*GetDataReadersResponseEnvelope) ProtoMessage ¶
func (*GetDataReadersResponseEnvelope) ProtoMessage()
func (*GetDataReadersResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataReadersResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataReadersResponseEnvelope) Reset ¶
func (x *GetDataReadersResponseEnvelope) Reset()
func (*GetDataReadersResponseEnvelope) String ¶
func (x *GetDataReadersResponseEnvelope) String() string
type GetDataResponse ¶
type GetDataResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Metadata *Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetDataResponse) Descriptor
deprecated
func (*GetDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDataResponse.ProtoReflect.Descriptor instead.
func (*GetDataResponse) GetHeader ¶
func (x *GetDataResponse) GetHeader() *ResponseHeader
func (*GetDataResponse) GetMetadata ¶
func (x *GetDataResponse) GetMetadata() *Metadata
func (*GetDataResponse) GetValue ¶
func (x *GetDataResponse) GetValue() []byte
func (*GetDataResponse) ProtoMessage ¶
func (*GetDataResponse) ProtoMessage()
func (*GetDataResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDataResponse) ProtoReflect() protoreflect.Message
func (*GetDataResponse) Reset ¶
func (x *GetDataResponse) Reset()
func (*GetDataResponse) String ¶
func (x *GetDataResponse) String() string
type GetDataResponseEnvelope ¶
type GetDataResponseEnvelope struct { Response *GetDataResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetData
func (*GetDataResponseEnvelope) Descriptor
deprecated
func (*GetDataResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataResponseEnvelope) GetResponse ¶
func (x *GetDataResponseEnvelope) GetResponse() *GetDataResponse
func (*GetDataResponseEnvelope) GetSignature ¶
func (x *GetDataResponseEnvelope) GetSignature() []byte
func (*GetDataResponseEnvelope) ProtoMessage ¶
func (*GetDataResponseEnvelope) ProtoMessage()
func (*GetDataResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataResponseEnvelope) Reset ¶
func (x *GetDataResponseEnvelope) Reset()
func (*GetDataResponseEnvelope) String ¶
func (x *GetDataResponseEnvelope) String() string
type GetDataWritersQuery ¶
type GetDataWritersQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*GetDataWritersQuery) Descriptor
deprecated
func (*GetDataWritersQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataWritersQuery.ProtoReflect.Descriptor instead.
func (*GetDataWritersQuery) GetDbName ¶
func (x *GetDataWritersQuery) GetDbName() string
func (*GetDataWritersQuery) GetKey ¶
func (x *GetDataWritersQuery) GetKey() string
func (*GetDataWritersQuery) GetUserId ¶
func (x *GetDataWritersQuery) GetUserId() string
func (*GetDataWritersQuery) ProtoMessage ¶
func (*GetDataWritersQuery) ProtoMessage()
func (*GetDataWritersQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataWritersQuery) ProtoReflect() protoreflect.Message
func (*GetDataWritersQuery) Reset ¶
func (x *GetDataWritersQuery) Reset()
func (*GetDataWritersQuery) String ¶
func (x *GetDataWritersQuery) String() string
type GetDataWritersQueryEnvelope ¶
type GetDataWritersQueryEnvelope struct { Payload *GetDataWritersQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataWritersQueryEnvelope) Descriptor
deprecated
func (*GetDataWritersQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataWritersQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataWritersQueryEnvelope) GetPayload ¶
func (x *GetDataWritersQueryEnvelope) GetPayload() *GetDataWritersQuery
func (*GetDataWritersQueryEnvelope) GetSignature ¶
func (x *GetDataWritersQueryEnvelope) GetSignature() []byte
func (*GetDataWritersQueryEnvelope) ProtoMessage ¶
func (*GetDataWritersQueryEnvelope) ProtoMessage()
func (*GetDataWritersQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataWritersQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataWritersQueryEnvelope) Reset ¶
func (x *GetDataWritersQueryEnvelope) Reset()
func (*GetDataWritersQueryEnvelope) String ¶
func (x *GetDataWritersQueryEnvelope) String() string
type GetDataWritersResponse ¶
type GetDataWritersResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` WrittenBy map[string]uint32 `` /* 177-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetDataWritersResponse) Descriptor
deprecated
func (*GetDataWritersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDataWritersResponse.ProtoReflect.Descriptor instead.
func (*GetDataWritersResponse) GetHeader ¶
func (x *GetDataWritersResponse) GetHeader() *ResponseHeader
func (*GetDataWritersResponse) GetWrittenBy ¶
func (x *GetDataWritersResponse) GetWrittenBy() map[string]uint32
func (*GetDataWritersResponse) ProtoMessage ¶
func (*GetDataWritersResponse) ProtoMessage()
func (*GetDataWritersResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetDataWritersResponse) ProtoReflect() protoreflect.Message
func (*GetDataWritersResponse) Reset ¶
func (x *GetDataWritersResponse) Reset()
func (*GetDataWritersResponse) String ¶
func (x *GetDataWritersResponse) String() string
type GetDataWritersResponseEnvelope ¶
type GetDataWritersResponseEnvelope struct { Response *GetDataWritersResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetDataWriters
func (*GetDataWritersResponseEnvelope) Descriptor
deprecated
func (*GetDataWritersResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataWritersResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataWritersResponseEnvelope) GetResponse ¶
func (x *GetDataWritersResponseEnvelope) GetResponse() *GetDataWritersResponse
func (*GetDataWritersResponseEnvelope) GetSignature ¶
func (x *GetDataWritersResponseEnvelope) GetSignature() []byte
func (*GetDataWritersResponseEnvelope) ProtoMessage ¶
func (*GetDataWritersResponseEnvelope) ProtoMessage()
func (*GetDataWritersResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataWritersResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataWritersResponseEnvelope) Reset ¶
func (x *GetDataWritersResponseEnvelope) Reset()
func (*GetDataWritersResponseEnvelope) String ¶
func (x *GetDataWritersResponseEnvelope) String() string
type GetDataWrittenByQuery ¶
type GetDataWrittenByQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"` // contains filtered or unexported fields }
func (*GetDataWrittenByQuery) Descriptor
deprecated
func (*GetDataWrittenByQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetDataWrittenByQuery.ProtoReflect.Descriptor instead.
func (*GetDataWrittenByQuery) GetTargetUserId ¶
func (x *GetDataWrittenByQuery) GetTargetUserId() string
func (*GetDataWrittenByQuery) GetUserId ¶
func (x *GetDataWrittenByQuery) GetUserId() string
func (*GetDataWrittenByQuery) ProtoMessage ¶
func (*GetDataWrittenByQuery) ProtoMessage()
func (*GetDataWrittenByQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetDataWrittenByQuery) ProtoReflect() protoreflect.Message
func (*GetDataWrittenByQuery) Reset ¶
func (x *GetDataWrittenByQuery) Reset()
func (*GetDataWrittenByQuery) String ¶
func (x *GetDataWrittenByQuery) String() string
type GetDataWrittenByQueryEnvelope ¶
type GetDataWrittenByQueryEnvelope struct { Payload *GetDataWrittenByQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetDataWrittenByQueryEnvelope) Descriptor
deprecated
func (*GetDataWrittenByQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetDataWrittenByQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetDataWrittenByQueryEnvelope) GetPayload ¶
func (x *GetDataWrittenByQueryEnvelope) GetPayload() *GetDataWrittenByQuery
func (*GetDataWrittenByQueryEnvelope) GetSignature ¶
func (x *GetDataWrittenByQueryEnvelope) GetSignature() []byte
func (*GetDataWrittenByQueryEnvelope) ProtoMessage ¶
func (*GetDataWrittenByQueryEnvelope) ProtoMessage()
func (*GetDataWrittenByQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetDataWrittenByQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetDataWrittenByQueryEnvelope) Reset ¶
func (x *GetDataWrittenByQueryEnvelope) Reset()
func (*GetDataWrittenByQueryEnvelope) String ¶
func (x *GetDataWrittenByQueryEnvelope) String() string
type GetHistoricalDataQuery ¶
type GetHistoricalDataQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` Version *Version `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` Direction string `protobuf:"bytes,5,opt,name=direction,proto3" json:"direction,omitempty"` OnlyDeletes bool `protobuf:"varint,6,opt,name=only_deletes,json=onlyDeletes,proto3" json:"only_deletes,omitempty"` MostRecent bool `protobuf:"varint,7,opt,name=most_recent,json=mostRecent,proto3" json:"most_recent,omitempty"` // contains filtered or unexported fields }
func (*GetHistoricalDataQuery) Descriptor
deprecated
func (*GetHistoricalDataQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetHistoricalDataQuery.ProtoReflect.Descriptor instead.
func (*GetHistoricalDataQuery) GetDbName ¶
func (x *GetHistoricalDataQuery) GetDbName() string
func (*GetHistoricalDataQuery) GetDirection ¶
func (x *GetHistoricalDataQuery) GetDirection() string
func (*GetHistoricalDataQuery) GetKey ¶
func (x *GetHistoricalDataQuery) GetKey() string
func (*GetHistoricalDataQuery) GetMostRecent ¶
func (x *GetHistoricalDataQuery) GetMostRecent() bool
func (*GetHistoricalDataQuery) GetOnlyDeletes ¶
func (x *GetHistoricalDataQuery) GetOnlyDeletes() bool
func (*GetHistoricalDataQuery) GetUserId ¶
func (x *GetHistoricalDataQuery) GetUserId() string
func (*GetHistoricalDataQuery) GetVersion ¶
func (x *GetHistoricalDataQuery) GetVersion() *Version
func (*GetHistoricalDataQuery) ProtoMessage ¶
func (*GetHistoricalDataQuery) ProtoMessage()
func (*GetHistoricalDataQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetHistoricalDataQuery) ProtoReflect() protoreflect.Message
func (*GetHistoricalDataQuery) Reset ¶
func (x *GetHistoricalDataQuery) Reset()
func (*GetHistoricalDataQuery) String ¶
func (x *GetHistoricalDataQuery) String() string
type GetHistoricalDataQueryEnvelope ¶
type GetHistoricalDataQueryEnvelope struct { Payload *GetHistoricalDataQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetHistoricalDataQueryEnvelope) Descriptor
deprecated
func (*GetHistoricalDataQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetHistoricalDataQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetHistoricalDataQueryEnvelope) GetPayload ¶
func (x *GetHistoricalDataQueryEnvelope) GetPayload() *GetHistoricalDataQuery
func (*GetHistoricalDataQueryEnvelope) GetSignature ¶
func (x *GetHistoricalDataQueryEnvelope) GetSignature() []byte
func (*GetHistoricalDataQueryEnvelope) ProtoMessage ¶
func (*GetHistoricalDataQueryEnvelope) ProtoMessage()
func (*GetHistoricalDataQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetHistoricalDataQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetHistoricalDataQueryEnvelope) Reset ¶
func (x *GetHistoricalDataQueryEnvelope) Reset()
func (*GetHistoricalDataQueryEnvelope) String ¶
func (x *GetHistoricalDataQueryEnvelope) String() string
type GetHistoricalDataResponse ¶
type GetHistoricalDataResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Values []*ValueWithMetadata `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetHistoricalDataResponse) Descriptor
deprecated
func (*GetHistoricalDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetHistoricalDataResponse.ProtoReflect.Descriptor instead.
func (*GetHistoricalDataResponse) GetHeader ¶
func (x *GetHistoricalDataResponse) GetHeader() *ResponseHeader
func (*GetHistoricalDataResponse) GetValues ¶
func (x *GetHistoricalDataResponse) GetValues() []*ValueWithMetadata
func (*GetHistoricalDataResponse) ProtoMessage ¶
func (*GetHistoricalDataResponse) ProtoMessage()
func (*GetHistoricalDataResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetHistoricalDataResponse) ProtoReflect() protoreflect.Message
func (*GetHistoricalDataResponse) Reset ¶
func (x *GetHistoricalDataResponse) Reset()
func (*GetHistoricalDataResponse) String ¶
func (x *GetHistoricalDataResponse) String() string
type GetHistoricalDataResponseEnvelope ¶
type GetHistoricalDataResponseEnvelope struct { Response *GetHistoricalDataResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetHistoricalData
func (*GetHistoricalDataResponseEnvelope) Descriptor
deprecated
func (*GetHistoricalDataResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetHistoricalDataResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetHistoricalDataResponseEnvelope) GetResponse ¶
func (x *GetHistoricalDataResponseEnvelope) GetResponse() *GetHistoricalDataResponse
func (*GetHistoricalDataResponseEnvelope) GetSignature ¶
func (x *GetHistoricalDataResponseEnvelope) GetSignature() []byte
func (*GetHistoricalDataResponseEnvelope) ProtoMessage ¶
func (*GetHistoricalDataResponseEnvelope) ProtoMessage()
func (*GetHistoricalDataResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetHistoricalDataResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetHistoricalDataResponseEnvelope) Reset ¶
func (x *GetHistoricalDataResponseEnvelope) Reset()
func (*GetHistoricalDataResponseEnvelope) String ¶
func (x *GetHistoricalDataResponseEnvelope) String() string
type GetLastBlockQuery ¶
type GetLastBlockQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetLastBlockQuery) Descriptor
deprecated
func (*GetLastBlockQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetLastBlockQuery.ProtoReflect.Descriptor instead.
func (*GetLastBlockQuery) GetUserId ¶
func (x *GetLastBlockQuery) GetUserId() string
func (*GetLastBlockQuery) ProtoMessage ¶
func (*GetLastBlockQuery) ProtoMessage()
func (*GetLastBlockQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetLastBlockQuery) ProtoReflect() protoreflect.Message
func (*GetLastBlockQuery) Reset ¶
func (x *GetLastBlockQuery) Reset()
func (*GetLastBlockQuery) String ¶
func (x *GetLastBlockQuery) String() string
type GetLastBlockQueryEnvelope ¶
type GetLastBlockQueryEnvelope struct { Payload *GetLastBlockQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetLastBlockQueryEnvelope) Descriptor
deprecated
func (*GetLastBlockQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetLastBlockQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetLastBlockQueryEnvelope) GetPayload ¶
func (x *GetLastBlockQueryEnvelope) GetPayload() *GetLastBlockQuery
func (*GetLastBlockQueryEnvelope) GetSignature ¶
func (x *GetLastBlockQueryEnvelope) GetSignature() []byte
func (*GetLastBlockQueryEnvelope) ProtoMessage ¶
func (*GetLastBlockQueryEnvelope) ProtoMessage()
func (*GetLastBlockQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetLastBlockQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetLastBlockQueryEnvelope) Reset ¶
func (x *GetLastBlockQueryEnvelope) Reset()
func (*GetLastBlockQueryEnvelope) String ¶
func (x *GetLastBlockQueryEnvelope) String() string
type GetLedgerPathQuery ¶
type GetLedgerPathQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` StartBlockNumber uint64 `protobuf:"varint,2,opt,name=start_block_number,json=startBlockNumber,proto3" json:"start_block_number,omitempty"` EndBlockNumber uint64 `protobuf:"varint,3,opt,name=end_block_number,json=endBlockNumber,proto3" json:"end_block_number,omitempty"` // contains filtered or unexported fields }
func (*GetLedgerPathQuery) Descriptor
deprecated
func (*GetLedgerPathQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetLedgerPathQuery.ProtoReflect.Descriptor instead.
func (*GetLedgerPathQuery) GetEndBlockNumber ¶
func (x *GetLedgerPathQuery) GetEndBlockNumber() uint64
func (*GetLedgerPathQuery) GetStartBlockNumber ¶
func (x *GetLedgerPathQuery) GetStartBlockNumber() uint64
func (*GetLedgerPathQuery) GetUserId ¶
func (x *GetLedgerPathQuery) GetUserId() string
func (*GetLedgerPathQuery) ProtoMessage ¶
func (*GetLedgerPathQuery) ProtoMessage()
func (*GetLedgerPathQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetLedgerPathQuery) ProtoReflect() protoreflect.Message
func (*GetLedgerPathQuery) Reset ¶
func (x *GetLedgerPathQuery) Reset()
func (*GetLedgerPathQuery) String ¶
func (x *GetLedgerPathQuery) String() string
type GetLedgerPathQueryEnvelope ¶
type GetLedgerPathQueryEnvelope struct { Payload *GetLedgerPathQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetLedgerPathQueryEnvelope) Descriptor
deprecated
func (*GetLedgerPathQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetLedgerPathQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetLedgerPathQueryEnvelope) GetPayload ¶
func (x *GetLedgerPathQueryEnvelope) GetPayload() *GetLedgerPathQuery
func (*GetLedgerPathQueryEnvelope) GetSignature ¶
func (x *GetLedgerPathQueryEnvelope) GetSignature() []byte
func (*GetLedgerPathQueryEnvelope) ProtoMessage ¶
func (*GetLedgerPathQueryEnvelope) ProtoMessage()
func (*GetLedgerPathQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetLedgerPathQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetLedgerPathQueryEnvelope) Reset ¶
func (x *GetLedgerPathQueryEnvelope) Reset()
func (*GetLedgerPathQueryEnvelope) String ¶
func (x *GetLedgerPathQueryEnvelope) String() string
type GetLedgerPathResponse ¶
type GetLedgerPathResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` BlockHeaders []*BlockHeader `protobuf:"bytes,2,rep,name=block_headers,json=blockHeaders,proto3" json:"block_headers,omitempty"` // contains filtered or unexported fields }
func (*GetLedgerPathResponse) Descriptor
deprecated
func (*GetLedgerPathResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLedgerPathResponse.ProtoReflect.Descriptor instead.
func (*GetLedgerPathResponse) GetBlockHeaders ¶
func (x *GetLedgerPathResponse) GetBlockHeaders() []*BlockHeader
func (*GetLedgerPathResponse) GetHeader ¶
func (x *GetLedgerPathResponse) GetHeader() *ResponseHeader
func (*GetLedgerPathResponse) ProtoMessage ¶
func (*GetLedgerPathResponse) ProtoMessage()
func (*GetLedgerPathResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetLedgerPathResponse) ProtoReflect() protoreflect.Message
func (*GetLedgerPathResponse) Reset ¶
func (x *GetLedgerPathResponse) Reset()
func (*GetLedgerPathResponse) String ¶
func (x *GetLedgerPathResponse) String() string
type GetLedgerPathResponseEnvelope ¶
type GetLedgerPathResponseEnvelope struct { Response *GetLedgerPathResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetLedgerPath
func (*GetLedgerPathResponseEnvelope) Descriptor
deprecated
func (*GetLedgerPathResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetLedgerPathResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetLedgerPathResponseEnvelope) GetResponse ¶
func (x *GetLedgerPathResponseEnvelope) GetResponse() *GetLedgerPathResponse
func (*GetLedgerPathResponseEnvelope) GetSignature ¶
func (x *GetLedgerPathResponseEnvelope) GetSignature() []byte
func (*GetLedgerPathResponseEnvelope) ProtoMessage ¶
func (*GetLedgerPathResponseEnvelope) ProtoMessage()
func (*GetLedgerPathResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetLedgerPathResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetLedgerPathResponseEnvelope) Reset ¶
func (x *GetLedgerPathResponseEnvelope) Reset()
func (*GetLedgerPathResponseEnvelope) String ¶
func (x *GetLedgerPathResponseEnvelope) String() string
type GetMostRecentUserOrNodeQuery ¶
type GetMostRecentUserOrNodeQuery struct { Type GetMostRecentUserOrNodeQuery_Type `protobuf:"varint,1,opt,name=type,proto3,enum=types.GetMostRecentUserOrNodeQuery_Type" json:"type,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` Version *Version `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetMostRecentUserOrNodeQuery) Descriptor
deprecated
func (*GetMostRecentUserOrNodeQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetMostRecentUserOrNodeQuery.ProtoReflect.Descriptor instead.
func (*GetMostRecentUserOrNodeQuery) GetId ¶
func (x *GetMostRecentUserOrNodeQuery) GetId() string
func (*GetMostRecentUserOrNodeQuery) GetType ¶
func (x *GetMostRecentUserOrNodeQuery) GetType() GetMostRecentUserOrNodeQuery_Type
func (*GetMostRecentUserOrNodeQuery) GetUserId ¶
func (x *GetMostRecentUserOrNodeQuery) GetUserId() string
func (*GetMostRecentUserOrNodeQuery) GetVersion ¶
func (x *GetMostRecentUserOrNodeQuery) GetVersion() *Version
func (*GetMostRecentUserOrNodeQuery) ProtoMessage ¶
func (*GetMostRecentUserOrNodeQuery) ProtoMessage()
func (*GetMostRecentUserOrNodeQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetMostRecentUserOrNodeQuery) ProtoReflect() protoreflect.Message
func (*GetMostRecentUserOrNodeQuery) Reset ¶
func (x *GetMostRecentUserOrNodeQuery) Reset()
func (*GetMostRecentUserOrNodeQuery) String ¶
func (x *GetMostRecentUserOrNodeQuery) String() string
type GetMostRecentUserOrNodeQuery_Type ¶
type GetMostRecentUserOrNodeQuery_Type int32
const ( GetMostRecentUserOrNodeQuery_USER GetMostRecentUserOrNodeQuery_Type = 0 GetMostRecentUserOrNodeQuery_NODE GetMostRecentUserOrNodeQuery_Type = 1 )
func (GetMostRecentUserOrNodeQuery_Type) Descriptor ¶ added in v0.2.6
func (GetMostRecentUserOrNodeQuery_Type) Descriptor() protoreflect.EnumDescriptor
func (GetMostRecentUserOrNodeQuery_Type) Enum ¶ added in v0.2.6
func (x GetMostRecentUserOrNodeQuery_Type) Enum() *GetMostRecentUserOrNodeQuery_Type
func (GetMostRecentUserOrNodeQuery_Type) EnumDescriptor
deprecated
func (GetMostRecentUserOrNodeQuery_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetMostRecentUserOrNodeQuery_Type.Descriptor instead.
func (GetMostRecentUserOrNodeQuery_Type) Number ¶ added in v0.2.6
func (x GetMostRecentUserOrNodeQuery_Type) Number() protoreflect.EnumNumber
func (GetMostRecentUserOrNodeQuery_Type) String ¶
func (x GetMostRecentUserOrNodeQuery_Type) String() string
func (GetMostRecentUserOrNodeQuery_Type) Type ¶ added in v0.2.6
func (GetMostRecentUserOrNodeQuery_Type) Type() protoreflect.EnumType
type GetNodeConfigQuery ¶
type GetNodeConfigQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // contains filtered or unexported fields }
func (*GetNodeConfigQuery) Descriptor
deprecated
func (*GetNodeConfigQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeConfigQuery.ProtoReflect.Descriptor instead.
func (*GetNodeConfigQuery) GetNodeId ¶
func (x *GetNodeConfigQuery) GetNodeId() string
func (*GetNodeConfigQuery) GetUserId ¶
func (x *GetNodeConfigQuery) GetUserId() string
func (*GetNodeConfigQuery) ProtoMessage ¶
func (*GetNodeConfigQuery) ProtoMessage()
func (*GetNodeConfigQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetNodeConfigQuery) ProtoReflect() protoreflect.Message
func (*GetNodeConfigQuery) Reset ¶
func (x *GetNodeConfigQuery) Reset()
func (*GetNodeConfigQuery) String ¶
func (x *GetNodeConfigQuery) String() string
type GetNodeConfigQueryEnvelope ¶
type GetNodeConfigQueryEnvelope struct { Payload *GetNodeConfigQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetNodeConfigQueryEnvelope) Descriptor
deprecated
func (*GetNodeConfigQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeConfigQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetNodeConfigQueryEnvelope) GetPayload ¶
func (x *GetNodeConfigQueryEnvelope) GetPayload() *GetNodeConfigQuery
func (*GetNodeConfigQueryEnvelope) GetSignature ¶
func (x *GetNodeConfigQueryEnvelope) GetSignature() []byte
func (*GetNodeConfigQueryEnvelope) ProtoMessage ¶
func (*GetNodeConfigQueryEnvelope) ProtoMessage()
func (*GetNodeConfigQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetNodeConfigQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetNodeConfigQueryEnvelope) Reset ¶
func (x *GetNodeConfigQueryEnvelope) Reset()
func (*GetNodeConfigQueryEnvelope) String ¶
func (x *GetNodeConfigQueryEnvelope) String() string
type GetNodeConfigResponse ¶
type GetNodeConfigResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` NodeConfig *NodeConfig `protobuf:"bytes,2,opt,name=node_config,json=nodeConfig,proto3" json:"node_config,omitempty"` // contains filtered or unexported fields }
func (*GetNodeConfigResponse) Descriptor
deprecated
func (*GetNodeConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeConfigResponse.ProtoReflect.Descriptor instead.
func (*GetNodeConfigResponse) GetHeader ¶
func (x *GetNodeConfigResponse) GetHeader() *ResponseHeader
func (*GetNodeConfigResponse) GetNodeConfig ¶
func (x *GetNodeConfigResponse) GetNodeConfig() *NodeConfig
func (*GetNodeConfigResponse) ProtoMessage ¶
func (*GetNodeConfigResponse) ProtoMessage()
func (*GetNodeConfigResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetNodeConfigResponse) ProtoReflect() protoreflect.Message
func (*GetNodeConfigResponse) Reset ¶
func (x *GetNodeConfigResponse) Reset()
func (*GetNodeConfigResponse) String ¶
func (x *GetNodeConfigResponse) String() string
type GetNodeConfigResponseEnvelope ¶
type GetNodeConfigResponseEnvelope struct { Response *GetNodeConfigResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetNodeConfig
func (*GetNodeConfigResponseEnvelope) Descriptor
deprecated
func (*GetNodeConfigResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeConfigResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetNodeConfigResponseEnvelope) GetResponse ¶
func (x *GetNodeConfigResponseEnvelope) GetResponse() *GetNodeConfigResponse
func (*GetNodeConfigResponseEnvelope) GetSignature ¶
func (x *GetNodeConfigResponseEnvelope) GetSignature() []byte
func (*GetNodeConfigResponseEnvelope) ProtoMessage ¶
func (*GetNodeConfigResponseEnvelope) ProtoMessage()
func (*GetNodeConfigResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetNodeConfigResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetNodeConfigResponseEnvelope) Reset ¶
func (x *GetNodeConfigResponseEnvelope) Reset()
func (*GetNodeConfigResponseEnvelope) String ¶
func (x *GetNodeConfigResponseEnvelope) String() string
type GetTxContentQuery ¶ added in v0.2.8
type GetTxContentQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` TxIndex uint64 `protobuf:"varint,3,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"` // contains filtered or unexported fields }
func (*GetTxContentQuery) Descriptor
deprecated
added in
v0.2.8
func (*GetTxContentQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetTxContentQuery.ProtoReflect.Descriptor instead.
func (*GetTxContentQuery) GetBlockNumber ¶ added in v0.2.8
func (x *GetTxContentQuery) GetBlockNumber() uint64
func (*GetTxContentQuery) GetTxIndex ¶ added in v0.2.8
func (x *GetTxContentQuery) GetTxIndex() uint64
func (*GetTxContentQuery) GetUserId ¶ added in v0.2.8
func (x *GetTxContentQuery) GetUserId() string
func (*GetTxContentQuery) ProtoMessage ¶ added in v0.2.8
func (*GetTxContentQuery) ProtoMessage()
func (*GetTxContentQuery) ProtoReflect ¶ added in v0.2.8
func (x *GetTxContentQuery) ProtoReflect() protoreflect.Message
func (*GetTxContentQuery) Reset ¶ added in v0.2.8
func (x *GetTxContentQuery) Reset()
func (*GetTxContentQuery) String ¶ added in v0.2.8
func (x *GetTxContentQuery) String() string
type GetTxContentQueryEnvelope ¶ added in v0.2.8
type GetTxContentQueryEnvelope struct { Payload *GetTxContentQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetTxContentQueryEnvelope) Descriptor
deprecated
added in
v0.2.8
func (*GetTxContentQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetTxContentQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetTxContentQueryEnvelope) GetPayload ¶ added in v0.2.8
func (x *GetTxContentQueryEnvelope) GetPayload() *GetTxContentQuery
func (*GetTxContentQueryEnvelope) GetSignature ¶ added in v0.2.8
func (x *GetTxContentQueryEnvelope) GetSignature() []byte
func (*GetTxContentQueryEnvelope) ProtoMessage ¶ added in v0.2.8
func (*GetTxContentQueryEnvelope) ProtoMessage()
func (*GetTxContentQueryEnvelope) ProtoReflect ¶ added in v0.2.8
func (x *GetTxContentQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetTxContentQueryEnvelope) Reset ¶ added in v0.2.8
func (x *GetTxContentQueryEnvelope) Reset()
func (*GetTxContentQueryEnvelope) String ¶ added in v0.2.8
func (x *GetTxContentQueryEnvelope) String() string
type GetTxIDsSubmittedByQuery ¶
type GetTxIDsSubmittedByQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"` // contains filtered or unexported fields }
func (*GetTxIDsSubmittedByQuery) Descriptor
deprecated
func (*GetTxIDsSubmittedByQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetTxIDsSubmittedByQuery.ProtoReflect.Descriptor instead.
func (*GetTxIDsSubmittedByQuery) GetTargetUserId ¶
func (x *GetTxIDsSubmittedByQuery) GetTargetUserId() string
func (*GetTxIDsSubmittedByQuery) GetUserId ¶
func (x *GetTxIDsSubmittedByQuery) GetUserId() string
func (*GetTxIDsSubmittedByQuery) ProtoMessage ¶
func (*GetTxIDsSubmittedByQuery) ProtoMessage()
func (*GetTxIDsSubmittedByQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetTxIDsSubmittedByQuery) ProtoReflect() protoreflect.Message
func (*GetTxIDsSubmittedByQuery) Reset ¶
func (x *GetTxIDsSubmittedByQuery) Reset()
func (*GetTxIDsSubmittedByQuery) String ¶
func (x *GetTxIDsSubmittedByQuery) String() string
type GetTxIDsSubmittedByQueryEnvelope ¶
type GetTxIDsSubmittedByQueryEnvelope struct { Payload *GetTxIDsSubmittedByQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetTxIDsSubmittedByQueryEnvelope) Descriptor
deprecated
func (*GetTxIDsSubmittedByQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetTxIDsSubmittedByQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetTxIDsSubmittedByQueryEnvelope) GetPayload ¶
func (x *GetTxIDsSubmittedByQueryEnvelope) GetPayload() *GetTxIDsSubmittedByQuery
func (*GetTxIDsSubmittedByQueryEnvelope) GetSignature ¶
func (x *GetTxIDsSubmittedByQueryEnvelope) GetSignature() []byte
func (*GetTxIDsSubmittedByQueryEnvelope) ProtoMessage ¶
func (*GetTxIDsSubmittedByQueryEnvelope) ProtoMessage()
func (*GetTxIDsSubmittedByQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetTxIDsSubmittedByQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetTxIDsSubmittedByQueryEnvelope) Reset ¶
func (x *GetTxIDsSubmittedByQueryEnvelope) Reset()
func (*GetTxIDsSubmittedByQueryEnvelope) String ¶
func (x *GetTxIDsSubmittedByQueryEnvelope) String() string
type GetTxIDsSubmittedByResponse ¶
type GetTxIDsSubmittedByResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` TxIDs []string `protobuf:"bytes,2,rep,name=txIDs,proto3" json:"txIDs,omitempty"` // contains filtered or unexported fields }
func (*GetTxIDsSubmittedByResponse) Descriptor
deprecated
func (*GetTxIDsSubmittedByResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTxIDsSubmittedByResponse.ProtoReflect.Descriptor instead.
func (*GetTxIDsSubmittedByResponse) GetHeader ¶
func (x *GetTxIDsSubmittedByResponse) GetHeader() *ResponseHeader
func (*GetTxIDsSubmittedByResponse) GetTxIDs ¶
func (x *GetTxIDsSubmittedByResponse) GetTxIDs() []string
func (*GetTxIDsSubmittedByResponse) ProtoMessage ¶
func (*GetTxIDsSubmittedByResponse) ProtoMessage()
func (*GetTxIDsSubmittedByResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetTxIDsSubmittedByResponse) ProtoReflect() protoreflect.Message
func (*GetTxIDsSubmittedByResponse) Reset ¶
func (x *GetTxIDsSubmittedByResponse) Reset()
func (*GetTxIDsSubmittedByResponse) String ¶
func (x *GetTxIDsSubmittedByResponse) String() string
type GetTxIDsSubmittedByResponseEnvelope ¶
type GetTxIDsSubmittedByResponseEnvelope struct { Response *GetTxIDsSubmittedByResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetTxIDsSubmittedBy
func (*GetTxIDsSubmittedByResponseEnvelope) Descriptor
deprecated
func (*GetTxIDsSubmittedByResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetTxIDsSubmittedByResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetTxIDsSubmittedByResponseEnvelope) GetResponse ¶
func (x *GetTxIDsSubmittedByResponseEnvelope) GetResponse() *GetTxIDsSubmittedByResponse
func (*GetTxIDsSubmittedByResponseEnvelope) GetSignature ¶
func (x *GetTxIDsSubmittedByResponseEnvelope) GetSignature() []byte
func (*GetTxIDsSubmittedByResponseEnvelope) ProtoMessage ¶
func (*GetTxIDsSubmittedByResponseEnvelope) ProtoMessage()
func (*GetTxIDsSubmittedByResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetTxIDsSubmittedByResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetTxIDsSubmittedByResponseEnvelope) Reset ¶
func (x *GetTxIDsSubmittedByResponseEnvelope) Reset()
func (*GetTxIDsSubmittedByResponseEnvelope) String ¶
func (x *GetTxIDsSubmittedByResponseEnvelope) String() string
type GetTxProofQuery ¶
type GetTxProofQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` BlockNumber uint64 `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` TxIndex uint64 `protobuf:"varint,3,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"` // contains filtered or unexported fields }
func (*GetTxProofQuery) Descriptor
deprecated
func (*GetTxProofQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetTxProofQuery.ProtoReflect.Descriptor instead.
func (*GetTxProofQuery) GetBlockNumber ¶
func (x *GetTxProofQuery) GetBlockNumber() uint64
func (*GetTxProofQuery) GetTxIndex ¶
func (x *GetTxProofQuery) GetTxIndex() uint64
func (*GetTxProofQuery) GetUserId ¶
func (x *GetTxProofQuery) GetUserId() string
func (*GetTxProofQuery) ProtoMessage ¶
func (*GetTxProofQuery) ProtoMessage()
func (*GetTxProofQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetTxProofQuery) ProtoReflect() protoreflect.Message
func (*GetTxProofQuery) Reset ¶
func (x *GetTxProofQuery) Reset()
func (*GetTxProofQuery) String ¶
func (x *GetTxProofQuery) String() string
type GetTxProofQueryEnvelope ¶
type GetTxProofQueryEnvelope struct { Payload *GetTxProofQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetTxProofQueryEnvelope) Descriptor
deprecated
func (*GetTxProofQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetTxProofQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetTxProofQueryEnvelope) GetPayload ¶
func (x *GetTxProofQueryEnvelope) GetPayload() *GetTxProofQuery
func (*GetTxProofQueryEnvelope) GetSignature ¶
func (x *GetTxProofQueryEnvelope) GetSignature() []byte
func (*GetTxProofQueryEnvelope) ProtoMessage ¶
func (*GetTxProofQueryEnvelope) ProtoMessage()
func (*GetTxProofQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetTxProofQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetTxProofQueryEnvelope) Reset ¶
func (x *GetTxProofQueryEnvelope) Reset()
func (*GetTxProofQueryEnvelope) String ¶
func (x *GetTxProofQueryEnvelope) String() string
type GetTxProofResponse ¶
type GetTxProofResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Hashes [][]byte `protobuf:"bytes,2,rep,name=hashes,proto3" json:"hashes,omitempty"` // contains filtered or unexported fields }
func (*GetTxProofResponse) Descriptor
deprecated
func (*GetTxProofResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTxProofResponse.ProtoReflect.Descriptor instead.
func (*GetTxProofResponse) GetHashes ¶
func (x *GetTxProofResponse) GetHashes() [][]byte
func (*GetTxProofResponse) GetHeader ¶
func (x *GetTxProofResponse) GetHeader() *ResponseHeader
func (*GetTxProofResponse) ProtoMessage ¶
func (*GetTxProofResponse) ProtoMessage()
func (*GetTxProofResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetTxProofResponse) ProtoReflect() protoreflect.Message
func (*GetTxProofResponse) Reset ¶
func (x *GetTxProofResponse) Reset()
func (*GetTxProofResponse) String ¶
func (x *GetTxProofResponse) String() string
type GetTxProofResponseEnvelope ¶
type GetTxProofResponseEnvelope struct { Response *GetTxProofResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetTxProof
func (*GetTxProofResponseEnvelope) Descriptor
deprecated
func (*GetTxProofResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetTxProofResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetTxProofResponseEnvelope) GetResponse ¶
func (x *GetTxProofResponseEnvelope) GetResponse() *GetTxProofResponse
func (*GetTxProofResponseEnvelope) GetSignature ¶
func (x *GetTxProofResponseEnvelope) GetSignature() []byte
func (*GetTxProofResponseEnvelope) ProtoMessage ¶
func (*GetTxProofResponseEnvelope) ProtoMessage()
func (*GetTxProofResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetTxProofResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetTxProofResponseEnvelope) Reset ¶
func (x *GetTxProofResponseEnvelope) Reset()
func (*GetTxProofResponseEnvelope) String ¶
func (x *GetTxProofResponseEnvelope) String() string
type GetTxReceiptQuery ¶
type GetTxReceiptQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` // contains filtered or unexported fields }
func (*GetTxReceiptQuery) Descriptor
deprecated
func (*GetTxReceiptQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetTxReceiptQuery.ProtoReflect.Descriptor instead.
func (*GetTxReceiptQuery) GetTxId ¶
func (x *GetTxReceiptQuery) GetTxId() string
func (*GetTxReceiptQuery) GetUserId ¶
func (x *GetTxReceiptQuery) GetUserId() string
func (*GetTxReceiptQuery) ProtoMessage ¶
func (*GetTxReceiptQuery) ProtoMessage()
func (*GetTxReceiptQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetTxReceiptQuery) ProtoReflect() protoreflect.Message
func (*GetTxReceiptQuery) Reset ¶
func (x *GetTxReceiptQuery) Reset()
func (*GetTxReceiptQuery) String ¶
func (x *GetTxReceiptQuery) String() string
type GetTxReceiptQueryEnvelope ¶
type GetTxReceiptQueryEnvelope struct { Payload *GetTxReceiptQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetTxReceiptQueryEnvelope) Descriptor
deprecated
func (*GetTxReceiptQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetTxReceiptQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetTxReceiptQueryEnvelope) GetPayload ¶
func (x *GetTxReceiptQueryEnvelope) GetPayload() *GetTxReceiptQuery
func (*GetTxReceiptQueryEnvelope) GetSignature ¶
func (x *GetTxReceiptQueryEnvelope) GetSignature() []byte
func (*GetTxReceiptQueryEnvelope) ProtoMessage ¶
func (*GetTxReceiptQueryEnvelope) ProtoMessage()
func (*GetTxReceiptQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetTxReceiptQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetTxReceiptQueryEnvelope) Reset ¶
func (x *GetTxReceiptQueryEnvelope) Reset()
func (*GetTxReceiptQueryEnvelope) String ¶
func (x *GetTxReceiptQueryEnvelope) String() string
type GetTxResponse ¶ added in v0.2.8
type GetTxResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // Types that are assignable to TxEnvelope: // // *GetTxResponse_DataTxEnvelope // *GetTxResponse_ConfigTxEnvelope // *GetTxResponse_DbAdministrationTxEnvelope // *GetTxResponse_UserAdministrationTxEnvelope TxEnvelope isGetTxResponse_TxEnvelope `protobuf_oneof:"TxEnvelope"` ValidationInfo *ValidationInfo `protobuf:"bytes,7,opt,name=validation_info,json=validationInfo,proto3" json:"validation_info,omitempty"` Version *Version `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetTxResponse) Descriptor
deprecated
added in
v0.2.8
func (*GetTxResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTxResponse.ProtoReflect.Descriptor instead.
func (*GetTxResponse) GetConfigTxEnvelope ¶ added in v0.2.8
func (x *GetTxResponse) GetConfigTxEnvelope() *ConfigTxEnvelope
func (*GetTxResponse) GetDataTxEnvelope ¶ added in v0.2.8
func (x *GetTxResponse) GetDataTxEnvelope() *DataTxEnvelope
func (*GetTxResponse) GetDbAdministrationTxEnvelope ¶ added in v0.2.8
func (x *GetTxResponse) GetDbAdministrationTxEnvelope() *DBAdministrationTxEnvelope
func (*GetTxResponse) GetHeader ¶ added in v0.2.8
func (x *GetTxResponse) GetHeader() *ResponseHeader
func (*GetTxResponse) GetTxEnvelope ¶ added in v0.2.8
func (m *GetTxResponse) GetTxEnvelope() isGetTxResponse_TxEnvelope
func (*GetTxResponse) GetUserAdministrationTxEnvelope ¶ added in v0.2.8
func (x *GetTxResponse) GetUserAdministrationTxEnvelope() *UserAdministrationTxEnvelope
func (*GetTxResponse) GetValidationInfo ¶ added in v0.2.8
func (x *GetTxResponse) GetValidationInfo() *ValidationInfo
func (*GetTxResponse) GetVersion ¶ added in v0.2.8
func (x *GetTxResponse) GetVersion() *Version
func (*GetTxResponse) ProtoMessage ¶ added in v0.2.8
func (*GetTxResponse) ProtoMessage()
func (*GetTxResponse) ProtoReflect ¶ added in v0.2.8
func (x *GetTxResponse) ProtoReflect() protoreflect.Message
func (*GetTxResponse) Reset ¶ added in v0.2.8
func (x *GetTxResponse) Reset()
func (*GetTxResponse) String ¶ added in v0.2.8
func (x *GetTxResponse) String() string
type GetTxResponseEnvelope ¶ added in v0.2.8
type GetTxResponseEnvelope struct { Response *GetTxResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetTx
func (*GetTxResponseEnvelope) Descriptor
deprecated
added in
v0.2.8
func (*GetTxResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetTxResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetTxResponseEnvelope) GetResponse ¶ added in v0.2.8
func (x *GetTxResponseEnvelope) GetResponse() *GetTxResponse
func (*GetTxResponseEnvelope) GetSignature ¶ added in v0.2.8
func (x *GetTxResponseEnvelope) GetSignature() []byte
func (*GetTxResponseEnvelope) ProtoMessage ¶ added in v0.2.8
func (*GetTxResponseEnvelope) ProtoMessage()
func (*GetTxResponseEnvelope) ProtoReflect ¶ added in v0.2.8
func (x *GetTxResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetTxResponseEnvelope) Reset ¶ added in v0.2.8
func (x *GetTxResponseEnvelope) Reset()
func (*GetTxResponseEnvelope) String ¶ added in v0.2.8
func (x *GetTxResponseEnvelope) String() string
type GetTxResponse_ConfigTxEnvelope ¶ added in v0.2.8
type GetTxResponse_ConfigTxEnvelope struct {
ConfigTxEnvelope *ConfigTxEnvelope `protobuf:"bytes,3,opt,name=config_tx_envelope,json=configTxEnvelope,proto3,oneof"`
}
type GetTxResponse_DataTxEnvelope ¶ added in v0.2.8
type GetTxResponse_DataTxEnvelope struct {
DataTxEnvelope *DataTxEnvelope `protobuf:"bytes,2,opt,name=data_tx_envelope,json=dataTxEnvelope,proto3,oneof"`
}
type GetTxResponse_DbAdministrationTxEnvelope ¶ added in v0.2.8
type GetTxResponse_DbAdministrationTxEnvelope struct {
DbAdministrationTxEnvelope *DBAdministrationTxEnvelope `protobuf:"bytes,4,opt,name=db_administration_tx_envelope,json=dbAdministrationTxEnvelope,proto3,oneof"`
}
type GetTxResponse_UserAdministrationTxEnvelope ¶ added in v0.2.8
type GetTxResponse_UserAdministrationTxEnvelope struct {
UserAdministrationTxEnvelope *UserAdministrationTxEnvelope `protobuf:"bytes,5,opt,name=user_administration_tx_envelope,json=userAdministrationTxEnvelope,proto3,oneof"`
}
type GetUserQuery ¶
type GetUserQuery struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserQuery) Descriptor
deprecated
func (*GetUserQuery) Descriptor() ([]byte, []int)
Deprecated: Use GetUserQuery.ProtoReflect.Descriptor instead.
func (*GetUserQuery) GetTargetUserId ¶
func (x *GetUserQuery) GetTargetUserId() string
func (*GetUserQuery) GetUserId ¶
func (x *GetUserQuery) GetUserId() string
func (*GetUserQuery) ProtoMessage ¶
func (*GetUserQuery) ProtoMessage()
func (*GetUserQuery) ProtoReflect ¶ added in v0.2.6
func (x *GetUserQuery) ProtoReflect() protoreflect.Message
func (*GetUserQuery) Reset ¶
func (x *GetUserQuery) Reset()
func (*GetUserQuery) String ¶
func (x *GetUserQuery) String() string
type GetUserQueryEnvelope ¶
type GetUserQueryEnvelope struct { Payload *GetUserQuery `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetUserQueryEnvelope) Descriptor
deprecated
func (*GetUserQueryEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetUserQueryEnvelope.ProtoReflect.Descriptor instead.
func (*GetUserQueryEnvelope) GetPayload ¶
func (x *GetUserQueryEnvelope) GetPayload() *GetUserQuery
func (*GetUserQueryEnvelope) GetSignature ¶
func (x *GetUserQueryEnvelope) GetSignature() []byte
func (*GetUserQueryEnvelope) ProtoMessage ¶
func (*GetUserQueryEnvelope) ProtoMessage()
func (*GetUserQueryEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetUserQueryEnvelope) ProtoReflect() protoreflect.Message
func (*GetUserQueryEnvelope) Reset ¶
func (x *GetUserQueryEnvelope) Reset()
func (*GetUserQueryEnvelope) String ¶
func (x *GetUserQueryEnvelope) String() string
type GetUserResponse ¶
type GetUserResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Metadata *Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetHeader ¶
func (x *GetUserResponse) GetHeader() *ResponseHeader
func (*GetUserResponse) GetMetadata ¶
func (x *GetUserResponse) GetMetadata() *Metadata
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶ added in v0.2.6
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type GetUserResponseEnvelope ¶
type GetUserResponseEnvelope struct { Response *GetUserResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
GetUser
func (*GetUserResponseEnvelope) Descriptor
deprecated
func (*GetUserResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponseEnvelope.ProtoReflect.Descriptor instead.
func (*GetUserResponseEnvelope) GetResponse ¶
func (x *GetUserResponseEnvelope) GetResponse() *GetUserResponse
func (*GetUserResponseEnvelope) GetSignature ¶
func (x *GetUserResponseEnvelope) GetSignature() []byte
func (*GetUserResponseEnvelope) ProtoMessage ¶
func (*GetUserResponseEnvelope) ProtoMessage()
func (*GetUserResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *GetUserResponseEnvelope) ProtoReflect() protoreflect.Message
func (*GetUserResponseEnvelope) Reset ¶
func (x *GetUserResponseEnvelope) Reset()
func (*GetUserResponseEnvelope) String ¶
func (x *GetUserResponseEnvelope) String() string
type HttpResponseErr ¶
type HttpResponseErr struct {
ErrMsg string `json:"error,omitempty"`
}
HttpResponseErr holds an error message. It is used as the body of an http error response.
func (*HttpResponseErr) Error ¶
func (e *HttpResponseErr) Error() string
type IndexAttributeType ¶
type IndexAttributeType int32
const ( IndexAttributeType_NUMBER IndexAttributeType = 0 IndexAttributeType_STRING IndexAttributeType = 1 IndexAttributeType_BOOLEAN IndexAttributeType = 2 )
func (IndexAttributeType) Descriptor ¶ added in v0.2.6
func (IndexAttributeType) Descriptor() protoreflect.EnumDescriptor
func (IndexAttributeType) Enum ¶ added in v0.2.6
func (x IndexAttributeType) Enum() *IndexAttributeType
func (IndexAttributeType) EnumDescriptor
deprecated
func (IndexAttributeType) EnumDescriptor() ([]byte, []int)
Deprecated: Use IndexAttributeType.Descriptor instead.
func (IndexAttributeType) Number ¶ added in v0.2.6
func (x IndexAttributeType) Number() protoreflect.EnumNumber
func (IndexAttributeType) String ¶
func (x IndexAttributeType) String() string
func (IndexAttributeType) Type ¶ added in v0.2.6
func (IndexAttributeType) Type() protoreflect.EnumType
type KVWithMetadata ¶
type KVWithMetadata struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Metadata *Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*KVWithMetadata) Descriptor
deprecated
func (*KVWithMetadata) Descriptor() ([]byte, []int)
Deprecated: Use KVWithMetadata.ProtoReflect.Descriptor instead.
func (*KVWithMetadata) GetKey ¶
func (x *KVWithMetadata) GetKey() string
func (*KVWithMetadata) GetMetadata ¶
func (x *KVWithMetadata) GetMetadata() *Metadata
func (*KVWithMetadata) GetValue ¶
func (x *KVWithMetadata) GetValue() []byte
func (*KVWithMetadata) ProtoMessage ¶
func (*KVWithMetadata) ProtoMessage()
func (*KVWithMetadata) ProtoReflect ¶ added in v0.2.6
func (x *KVWithMetadata) ProtoReflect() protoreflect.Message
func (*KVWithMetadata) Reset ¶
func (x *KVWithMetadata) Reset()
func (*KVWithMetadata) String ¶
func (x *KVWithMetadata) String() string
type KVsWithMetadata ¶ added in v0.2.4
type KVsWithMetadata struct { KVs []*KVWithMetadata `protobuf:"bytes,1,rep,name=KVs,proto3" json:"KVs,omitempty"` // contains filtered or unexported fields }
func (*KVsWithMetadata) Descriptor
deprecated
added in
v0.2.4
func (*KVsWithMetadata) Descriptor() ([]byte, []int)
Deprecated: Use KVsWithMetadata.ProtoReflect.Descriptor instead.
func (*KVsWithMetadata) GetKVs ¶ added in v0.2.4
func (x *KVsWithMetadata) GetKVs() []*KVWithMetadata
func (*KVsWithMetadata) ProtoMessage ¶ added in v0.2.4
func (*KVsWithMetadata) ProtoMessage()
func (*KVsWithMetadata) ProtoReflect ¶ added in v0.2.6
func (x *KVsWithMetadata) ProtoReflect() protoreflect.Message
func (*KVsWithMetadata) Reset ¶ added in v0.2.4
func (x *KVsWithMetadata) Reset()
func (*KVsWithMetadata) String ¶ added in v0.2.4
func (x *KVsWithMetadata) String() string
type LedgerConfig ¶ added in v0.2.7
type LedgerConfig struct { // Disables the state Merkle-Patricia-Trie construction. With MP-Trie construction disabled, the block's // BlockHeadr.state_merkle_tree_root_hash field will be nil. // This flag takes effect on deployment (bootstrap) only, from the first (genesis) block. // The value of this flag cannot be changed during run-time. StateMerklePatriciaTrieDisabled bool `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
Configuration parameters on the distributed ledger capabilities and algorithms that must be defined uniformly across all servers.
func (*LedgerConfig) Descriptor
deprecated
added in
v0.2.7
func (*LedgerConfig) Descriptor() ([]byte, []int)
Deprecated: Use LedgerConfig.ProtoReflect.Descriptor instead.
func (*LedgerConfig) GetStateMerklePatriciaTrieDisabled ¶ added in v0.2.7
func (x *LedgerConfig) GetStateMerklePatriciaTrieDisabled() bool
func (*LedgerConfig) ProtoMessage ¶ added in v0.2.7
func (*LedgerConfig) ProtoMessage()
func (*LedgerConfig) ProtoReflect ¶ added in v0.2.7
func (x *LedgerConfig) ProtoReflect() protoreflect.Message
func (*LedgerConfig) Reset ¶ added in v0.2.7
func (x *LedgerConfig) Reset()
func (*LedgerConfig) String ¶ added in v0.2.7
func (x *LedgerConfig) String() string
type MPTrieProofElement ¶
type MPTrieProofElement struct { Hashes [][]byte `protobuf:"bytes,1,rep,name=hashes,proto3" json:"hashes,omitempty"` // contains filtered or unexported fields }
func (*MPTrieProofElement) Descriptor
deprecated
func (*MPTrieProofElement) Descriptor() ([]byte, []int)
Deprecated: Use MPTrieProofElement.ProtoReflect.Descriptor instead.
func (*MPTrieProofElement) GetHashes ¶
func (x *MPTrieProofElement) GetHashes() [][]byte
func (*MPTrieProofElement) ProtoMessage ¶
func (*MPTrieProofElement) ProtoMessage()
func (*MPTrieProofElement) ProtoReflect ¶ added in v0.2.6
func (x *MPTrieProofElement) ProtoReflect() protoreflect.Message
func (*MPTrieProofElement) Reset ¶
func (x *MPTrieProofElement) Reset()
func (*MPTrieProofElement) String ¶
func (x *MPTrieProofElement) String() string
type Metadata ¶
type Metadata struct { Version *Version `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` AccessControl *AccessControl `protobuf:"bytes,2,opt,name=access_control,json=accessControl,proto3" json:"access_control,omitempty"` // contains filtered or unexported fields }
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetAccessControl ¶
func (x *Metadata) GetAccessControl() *AccessControl
func (*Metadata) GetVersion ¶
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶ added in v0.2.6
func (x *Metadata) ProtoReflect() protoreflect.Message
type NodeConfig ¶
type NodeConfig struct { // A unique identifier for the node within the cluster. // TODO define and enforce the characters that can be used for this field. Should be something that complies with file names. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The host name or IP address of the HTTP/REST endpoint served by this node. Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // The port of the HTTP/REST endpoint served by this node. Port uint32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` // The x509 certificate used by this node to authenticate its communication with clients. // This certificate corresponds to the private key the server uses to sign blocks and transaction responses. Certificate []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"` // contains filtered or unexported fields }
NodeConfig holds the information about a database node in the cluster. This information is exposed to the clients. The address and port (see below) define the HTTP/REST endpoint that clients connect to, and must be reachable by clients that submit requests to the database.
func (*NodeConfig) Descriptor
deprecated
func (*NodeConfig) Descriptor() ([]byte, []int)
Deprecated: Use NodeConfig.ProtoReflect.Descriptor instead.
func (*NodeConfig) GetAddress ¶
func (x *NodeConfig) GetAddress() string
func (*NodeConfig) GetCertificate ¶
func (x *NodeConfig) GetCertificate() []byte
func (*NodeConfig) GetId ¶
func (x *NodeConfig) GetId() string
func (*NodeConfig) GetPort ¶
func (x *NodeConfig) GetPort() uint32
func (*NodeConfig) ProtoMessage ¶
func (*NodeConfig) ProtoMessage()
func (*NodeConfig) ProtoReflect ¶ added in v0.2.6
func (x *NodeConfig) ProtoReflect() protoreflect.Message
func (*NodeConfig) Reset ¶
func (x *NodeConfig) Reset()
func (*NodeConfig) String ¶
func (x *NodeConfig) String() string
type PeerConfig ¶
type PeerConfig struct { // The node ID correlates the peer definition here with the NodeConfig.ID field. NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // Raft ID must be >0 for members, or =0 for observers. RaftId uint64 `protobuf:"varint,2,opt,name=raft_id,json=raftId,proto3" json:"raft_id,omitempty"` // The host name or IP address that is used by other peers to connect to this peer. PeerHost string `protobuf:"bytes,3,opt,name=peer_host,json=peerHost,proto3" json:"peer_host,omitempty"` // The port that is used by other peers to connect to this peer. PeerPort uint32 `protobuf:"varint,4,opt,name=peer_port,json=peerPort,proto3" json:"peer_port,omitempty"` // contains filtered or unexported fields }
PeerConfig defines a server that takes part in consensus, or an observer.
func (*PeerConfig) Descriptor
deprecated
func (*PeerConfig) Descriptor() ([]byte, []int)
Deprecated: Use PeerConfig.ProtoReflect.Descriptor instead.
func (*PeerConfig) GetNodeId ¶
func (x *PeerConfig) GetNodeId() string
func (*PeerConfig) GetPeerHost ¶
func (x *PeerConfig) GetPeerHost() string
func (*PeerConfig) GetPeerPort ¶
func (x *PeerConfig) GetPeerPort() uint32
func (*PeerConfig) GetRaftId ¶
func (x *PeerConfig) GetRaftId() uint64
func (*PeerConfig) ProtoMessage ¶
func (*PeerConfig) ProtoMessage()
func (*PeerConfig) ProtoReflect ¶ added in v0.2.6
func (x *PeerConfig) ProtoReflect() protoreflect.Message
func (*PeerConfig) Reset ¶
func (x *PeerConfig) Reset()
func (*PeerConfig) String ¶
func (x *PeerConfig) String() string
type Privilege ¶
type Privilege struct { DbPermission map[string]Privilege_Access `` /* 214-byte string literal not displayed */ // admin has privileges to submit a user administration transaction, // cluster configuration transaction, and database administration // transaction. Further, admin has permission to read-write states // from any database provided that the state has no ACL defined. If // a state has a read and write ACL, the admin can read or write to // the state only if the admin is listed in the read or write ACL list. Admin bool `protobuf:"varint,2,opt,name=admin,proto3" json:"admin,omitempty"` // contains filtered or unexported fields }
Privilege holds user/group privilege information such as a list of databases to which the read is allowed, a list of databases to which the write is allowed, bools to indicate where the db manipulation such as DB creation/deletion and user manipulation such as add/update/delete are allowed.
func (*Privilege) Descriptor
deprecated
func (*Privilege) GetDbPermission ¶
func (x *Privilege) GetDbPermission() map[string]Privilege_Access
func (*Privilege) ProtoMessage ¶
func (*Privilege) ProtoMessage()
func (*Privilege) ProtoReflect ¶ added in v0.2.6
func (x *Privilege) ProtoReflect() protoreflect.Message
type Privilege_Access ¶
type Privilege_Access int32
const ( Privilege_Read Privilege_Access = 0 Privilege_ReadWrite Privilege_Access = 1 )
func (Privilege_Access) Descriptor ¶ added in v0.2.6
func (Privilege_Access) Descriptor() protoreflect.EnumDescriptor
func (Privilege_Access) Enum ¶ added in v0.2.6
func (x Privilege_Access) Enum() *Privilege_Access
func (Privilege_Access) EnumDescriptor
deprecated
func (Privilege_Access) EnumDescriptor() ([]byte, []int)
Deprecated: Use Privilege_Access.Descriptor instead.
func (Privilege_Access) Number ¶ added in v0.2.6
func (x Privilege_Access) Number() protoreflect.EnumNumber
func (Privilege_Access) String ¶
func (x Privilege_Access) String() string
func (Privilege_Access) Type ¶ added in v0.2.6
func (Privilege_Access) Type() protoreflect.EnumType
type RaftConfig ¶
type RaftConfig struct { // Time interval between two Node.Tick invocations, e.g. 100ms. // Any duration string parsable by ParseDuration(): // https://golang.org/pkg/time/#ParseDuration TickInterval string `protobuf:"bytes,1,opt,name=tick_interval,json=tickInterval,proto3" json:"tick_interval,omitempty"` // The number of Node.Tick invocations that must pass between elections. // That is, if a follower does not receive any // message from the leader of current term before ElectionTick has // elapsed, it will become candidate and start an election. // electionTicks must be greater than heartbeatTicks. ElectionTicks uint32 `protobuf:"varint,2,opt,name=election_ticks,json=electionTicks,proto3" json:"election_ticks,omitempty"` // The number of Node.Tick invocations that must // pass between heartbeats. That is, a leader sends heartbeat // messages to maintain its leadership every HeartbeatTick ticks. HeartbeatTicks uint32 `protobuf:"varint,3,opt,name=heartbeat_ticks,json=heartbeatTicks,proto3" json:"heartbeat_ticks,omitempty"` // Limits the max number of in-flight blocks (i.e. Raft messages). MaxInflightBlocks uint32 `protobuf:"varint,4,opt,name=max_inflight_blocks,json=maxInflightBlocks,proto3" json:"max_inflight_blocks,omitempty"` // Take a snapshot when cumulative data since last snapshot exceeds a certain size in bytes. SnapshotIntervalSize uint64 `protobuf:"varint,5,opt,name=snapshot_interval_size,json=snapshotIntervalSize,proto3" json:"snapshot_interval_size,omitempty"` // The maximal Raft ID in the cluster, during the entire lifetime of the cluster. // This is internally computed by the server when a config transaction commits and is read-only for clients (admins). // Raft IDs must be unique for all time, and may never be reused even for deleted peers. To enforce this Raft // requirement, we require that the Raft ID of a new peer added to the cluster must be higher than 'max_raft_id'. // We recommend to start a cluster with low ID numbers, e.g. (1,2,3) => 'max_raft_id'=3, // and then set the Raft ID of a new peer added to the cluster to 'max_raft_id'+1. MaxRaftId uint64 `protobuf:"varint,6,opt,name=max_raft_id,json=maxRaftId,proto3" json:"max_raft_id,omitempty"` // contains filtered or unexported fields }
func (*RaftConfig) Descriptor
deprecated
func (*RaftConfig) Descriptor() ([]byte, []int)
Deprecated: Use RaftConfig.ProtoReflect.Descriptor instead.
func (*RaftConfig) GetElectionTicks ¶
func (x *RaftConfig) GetElectionTicks() uint32
func (*RaftConfig) GetHeartbeatTicks ¶
func (x *RaftConfig) GetHeartbeatTicks() uint32
func (*RaftConfig) GetMaxInflightBlocks ¶
func (x *RaftConfig) GetMaxInflightBlocks() uint32
func (*RaftConfig) GetMaxRaftId ¶
func (x *RaftConfig) GetMaxRaftId() uint64
func (*RaftConfig) GetSnapshotIntervalSize ¶
func (x *RaftConfig) GetSnapshotIntervalSize() uint64
func (*RaftConfig) GetTickInterval ¶
func (x *RaftConfig) GetTickInterval() string
func (*RaftConfig) ProtoMessage ¶
func (*RaftConfig) ProtoMessage()
func (*RaftConfig) ProtoReflect ¶ added in v0.2.6
func (x *RaftConfig) ProtoReflect() protoreflect.Message
func (*RaftConfig) Reset ¶
func (x *RaftConfig) Reset()
func (*RaftConfig) String ¶
func (x *RaftConfig) String() string
type ResponseHeader ¶
type ResponseHeader struct { NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // contains filtered or unexported fields }
func (*ResponseHeader) Descriptor
deprecated
func (*ResponseHeader) Descriptor() ([]byte, []int)
Deprecated: Use ResponseHeader.ProtoReflect.Descriptor instead.
func (*ResponseHeader) GetNodeId ¶
func (x *ResponseHeader) GetNodeId() string
func (*ResponseHeader) ProtoMessage ¶
func (*ResponseHeader) ProtoMessage()
func (*ResponseHeader) ProtoReflect ¶ added in v0.2.6
func (x *ResponseHeader) ProtoReflect() protoreflect.Message
func (*ResponseHeader) Reset ¶
func (x *ResponseHeader) Reset()
func (*ResponseHeader) String ¶
func (x *ResponseHeader) String() string
type TxProof ¶
type TxProof struct { Header *BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Path [][]byte `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*TxProof) Descriptor
deprecated
func (*TxProof) GetHeader ¶
func (x *TxProof) GetHeader() *BlockHeader
func (*TxProof) ProtoMessage ¶
func (*TxProof) ProtoMessage()
func (*TxProof) ProtoReflect ¶ added in v0.2.6
func (x *TxProof) ProtoReflect() protoreflect.Message
type TxReceipt ¶
type TxReceipt struct { Header *BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` TxIndex uint64 `protobuf:"varint,2,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"` // contains filtered or unexported fields }
func (*TxReceipt) Descriptor
deprecated
func (*TxReceipt) GetHeader ¶
func (x *TxReceipt) GetHeader() *BlockHeader
func (*TxReceipt) GetTxIndex ¶
func (*TxReceipt) ProtoMessage ¶
func (*TxReceipt) ProtoMessage()
func (*TxReceipt) ProtoReflect ¶ added in v0.2.6
func (x *TxReceipt) ProtoReflect() protoreflect.Message
type TxReceiptResponse ¶
type TxReceiptResponse struct { Header *ResponseHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Receipt *TxReceipt `protobuf:"bytes,2,opt,name=receipt,proto3" json:"receipt,omitempty"` // contains filtered or unexported fields }
func (*TxReceiptResponse) Descriptor
deprecated
func (*TxReceiptResponse) Descriptor() ([]byte, []int)
Deprecated: Use TxReceiptResponse.ProtoReflect.Descriptor instead.
func (*TxReceiptResponse) GetHeader ¶
func (x *TxReceiptResponse) GetHeader() *ResponseHeader
func (*TxReceiptResponse) GetReceipt ¶
func (x *TxReceiptResponse) GetReceipt() *TxReceipt
func (*TxReceiptResponse) ProtoMessage ¶
func (*TxReceiptResponse) ProtoMessage()
func (*TxReceiptResponse) ProtoReflect ¶ added in v0.2.6
func (x *TxReceiptResponse) ProtoReflect() protoreflect.Message
func (*TxReceiptResponse) Reset ¶
func (x *TxReceiptResponse) Reset()
func (*TxReceiptResponse) String ¶
func (x *TxReceiptResponse) String() string
type TxReceiptResponseEnvelope ¶
type TxReceiptResponseEnvelope struct { Response *TxReceiptResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*TxReceiptResponseEnvelope) Descriptor
deprecated
func (*TxReceiptResponseEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use TxReceiptResponseEnvelope.ProtoReflect.Descriptor instead.
func (*TxReceiptResponseEnvelope) GetResponse ¶
func (x *TxReceiptResponseEnvelope) GetResponse() *TxReceiptResponse
func (*TxReceiptResponseEnvelope) GetSignature ¶
func (x *TxReceiptResponseEnvelope) GetSignature() []byte
func (*TxReceiptResponseEnvelope) ProtoMessage ¶
func (*TxReceiptResponseEnvelope) ProtoMessage()
func (*TxReceiptResponseEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *TxReceiptResponseEnvelope) ProtoReflect() protoreflect.Message
func (*TxReceiptResponseEnvelope) Reset ¶
func (x *TxReceiptResponseEnvelope) Reset()
func (*TxReceiptResponseEnvelope) String ¶
func (x *TxReceiptResponseEnvelope) String() string
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Certificate []byte `protobuf:"bytes,2,opt,name=certificate,proto3" json:"certificate,omitempty"` Privilege *Privilege `protobuf:"bytes,3,opt,name=privilege,proto3" json:"privilege,omitempty"` // contains filtered or unexported fields }
User holds userID, certificate, privilege the user has, and groups the user belong to.
func (*User) Descriptor
deprecated
func (*User) GetCertificate ¶
func (*User) GetPrivilege ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶ added in v0.2.6
func (x *User) ProtoReflect() protoreflect.Message
type UserAdministrationTx ¶
type UserAdministrationTx struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` UserReads []*UserRead `protobuf:"bytes,3,rep,name=user_reads,json=userReads,proto3" json:"user_reads,omitempty"` UserWrites []*UserWrite `protobuf:"bytes,4,rep,name=user_writes,json=userWrites,proto3" json:"user_writes,omitempty"` UserDeletes []*UserDelete `protobuf:"bytes,5,rep,name=user_deletes,json=userDeletes,proto3" json:"user_deletes,omitempty"` // contains filtered or unexported fields }
func (*UserAdministrationTx) Descriptor
deprecated
func (*UserAdministrationTx) Descriptor() ([]byte, []int)
Deprecated: Use UserAdministrationTx.ProtoReflect.Descriptor instead.
func (*UserAdministrationTx) GetTxId ¶
func (x *UserAdministrationTx) GetTxId() string
func (*UserAdministrationTx) GetUserDeletes ¶
func (x *UserAdministrationTx) GetUserDeletes() []*UserDelete
func (*UserAdministrationTx) GetUserId ¶
func (x *UserAdministrationTx) GetUserId() string
func (*UserAdministrationTx) GetUserReads ¶
func (x *UserAdministrationTx) GetUserReads() []*UserRead
func (*UserAdministrationTx) GetUserWrites ¶
func (x *UserAdministrationTx) GetUserWrites() []*UserWrite
func (*UserAdministrationTx) ProtoMessage ¶
func (*UserAdministrationTx) ProtoMessage()
func (*UserAdministrationTx) ProtoReflect ¶ added in v0.2.6
func (x *UserAdministrationTx) ProtoReflect() protoreflect.Message
func (*UserAdministrationTx) Reset ¶
func (x *UserAdministrationTx) Reset()
func (*UserAdministrationTx) String ¶
func (x *UserAdministrationTx) String() string
type UserAdministrationTxEnvelope ¶
type UserAdministrationTxEnvelope struct { Payload *UserAdministrationTx `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*UserAdministrationTxEnvelope) Descriptor
deprecated
func (*UserAdministrationTxEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use UserAdministrationTxEnvelope.ProtoReflect.Descriptor instead.
func (*UserAdministrationTxEnvelope) GetPayload ¶
func (x *UserAdministrationTxEnvelope) GetPayload() *UserAdministrationTx
func (*UserAdministrationTxEnvelope) GetSignature ¶
func (x *UserAdministrationTxEnvelope) GetSignature() []byte
func (*UserAdministrationTxEnvelope) ProtoMessage ¶
func (*UserAdministrationTxEnvelope) ProtoMessage()
func (*UserAdministrationTxEnvelope) ProtoReflect ¶ added in v0.2.6
func (x *UserAdministrationTxEnvelope) ProtoReflect() protoreflect.Message
func (*UserAdministrationTxEnvelope) Reset ¶
func (x *UserAdministrationTxEnvelope) Reset()
func (*UserAdministrationTxEnvelope) String ¶
func (x *UserAdministrationTxEnvelope) String() string
type UserDelete ¶
type UserDelete struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserDelete) Descriptor
deprecated
func (*UserDelete) Descriptor() ([]byte, []int)
Deprecated: Use UserDelete.ProtoReflect.Descriptor instead.
func (*UserDelete) GetUserId ¶
func (x *UserDelete) GetUserId() string
func (*UserDelete) ProtoMessage ¶
func (*UserDelete) ProtoMessage()
func (*UserDelete) ProtoReflect ¶ added in v0.2.6
func (x *UserDelete) ProtoReflect() protoreflect.Message
func (*UserDelete) Reset ¶
func (x *UserDelete) Reset()
func (*UserDelete) String ¶
func (x *UserDelete) String() string
type UserRead ¶
type UserRead struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Version *Version `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*UserRead) Descriptor
deprecated
func (*UserRead) GetVersion ¶
func (*UserRead) ProtoMessage ¶
func (*UserRead) ProtoMessage()
func (*UserRead) ProtoReflect ¶ added in v0.2.6
func (x *UserRead) ProtoReflect() protoreflect.Message
type UserWrite ¶
type UserWrite struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Acl *AccessControl `protobuf:"bytes,2,opt,name=acl,proto3" json:"acl,omitempty"` // contains filtered or unexported fields }
func (*UserWrite) Descriptor
deprecated
func (*UserWrite) GetAcl ¶
func (x *UserWrite) GetAcl() *AccessControl
func (*UserWrite) ProtoMessage ¶
func (*UserWrite) ProtoMessage()
func (*UserWrite) ProtoReflect ¶ added in v0.2.6
func (x *UserWrite) ProtoReflect() protoreflect.Message
type ValidationInfo ¶
type ValidationInfo struct { Flag Flag `protobuf:"varint,1,opt,name=flag,proto3,enum=types.Flag" json:"flag,omitempty"` ReasonIfInvalid string `protobuf:"bytes,2,opt,name=reason_if_invalid,json=reasonIfInvalid,proto3" json:"reason_if_invalid,omitempty"` // contains filtered or unexported fields }
func (*ValidationInfo) Descriptor
deprecated
func (*ValidationInfo) Descriptor() ([]byte, []int)
Deprecated: Use ValidationInfo.ProtoReflect.Descriptor instead.
func (*ValidationInfo) GetFlag ¶
func (x *ValidationInfo) GetFlag() Flag
func (*ValidationInfo) GetReasonIfInvalid ¶
func (x *ValidationInfo) GetReasonIfInvalid() string
func (*ValidationInfo) ProtoMessage ¶
func (*ValidationInfo) ProtoMessage()
func (*ValidationInfo) ProtoReflect ¶ added in v0.2.6
func (x *ValidationInfo) ProtoReflect() protoreflect.Message
func (*ValidationInfo) Reset ¶
func (x *ValidationInfo) Reset()
func (*ValidationInfo) String ¶
func (x *ValidationInfo) String() string
type ValueWithMetadata ¶
type ValueWithMetadata struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Metadata *Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*ValueWithMetadata) Descriptor
deprecated
func (*ValueWithMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ValueWithMetadata.ProtoReflect.Descriptor instead.
func (*ValueWithMetadata) GetMetadata ¶
func (x *ValueWithMetadata) GetMetadata() *Metadata
func (*ValueWithMetadata) GetValue ¶
func (x *ValueWithMetadata) GetValue() []byte
func (*ValueWithMetadata) ProtoMessage ¶
func (*ValueWithMetadata) ProtoMessage()
func (*ValueWithMetadata) ProtoReflect ¶ added in v0.2.6
func (x *ValueWithMetadata) ProtoReflect() protoreflect.Message
func (*ValueWithMetadata) Reset ¶
func (x *ValueWithMetadata) Reset()
func (*ValueWithMetadata) String ¶
func (x *ValueWithMetadata) String() string
type Version ¶
type Version struct { BlockNum uint64 `protobuf:"varint,1,opt,name=block_num,json=blockNum,proto3" json:"block_num,omitempty"` TxNum uint64 `protobuf:"varint,2,opt,name=tx_num,json=txNum,proto3" json:"tx_num,omitempty"` // contains filtered or unexported fields }
func (*Version) Descriptor
deprecated
func (*Version) GetBlockNum ¶
func (*Version) ProtoMessage ¶
func (*Version) ProtoMessage()
func (*Version) ProtoReflect ¶ added in v0.2.6
func (x *Version) ProtoReflect() protoreflect.Message