types

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2022 License: Apache-2.0 Imports: 3 Imported by: 22

Documentation

Overview

Copyright IBM Corp. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Index

Constants

This section is empty.

Variables

View Source
var AccessControlWritePolicy_name = map[int32]string{
	0: "ANY",
	1: "ALL",
}
View Source
var AccessControlWritePolicy_value = map[string]int32{
	"ANY": 0,
	"ALL": 1,
}
View Source
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",
}
View Source
var 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,
}
View Source
var GetMostRecentUserOrNodeQuery_Type_name = map[int32]string{
	0: "USER",
	1: "NODE",
}
View Source
var GetMostRecentUserOrNodeQuery_Type_value = map[string]int32{
	"USER": 0,
	"NODE": 1,
}
View Source
var IndexAttributeType_name = map[int32]string{
	0: "NUMBER",
	1: "STRING",
	2: "BOOLEAN",
}
View Source
var IndexAttributeType_value = map[string]int32{
	"NUMBER":  0,
	"STRING":  1,
	"BOOLEAN": 2,
}
View Source
var Privilege_Access_name = map[int32]string{
	0: "Read",
	1: "ReadWrite",
}
View Source
var Privilege_Access_value = map[string]int32{
	"Read":      0,
	"ReadWrite": 1,
}

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 */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*AccessControl) Descriptor

func (*AccessControl) Descriptor() ([]byte, []int)

func (*AccessControl) GetReadUsers

func (m *AccessControl) GetReadUsers() map[string]bool

func (*AccessControl) GetReadWriteUsers

func (m *AccessControl) GetReadWriteUsers() map[string]bool

func (*AccessControl) GetSignPolicyForWrite

func (m *AccessControl) GetSignPolicyForWrite() AccessControlWritePolicy

func (*AccessControl) ProtoMessage

func (*AccessControl) ProtoMessage()

func (*AccessControl) Reset

func (m *AccessControl) Reset()

func (*AccessControl) String

func (m *AccessControl) String() string

func (*AccessControl) XXX_DiscardUnknown

func (m *AccessControl) XXX_DiscardUnknown()

func (*AccessControl) XXX_Marshal

func (m *AccessControl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccessControl) XXX_Merge

func (m *AccessControl) XXX_Merge(src proto.Message)

func (*AccessControl) XXX_Size

func (m *AccessControl) XXX_Size() int

func (*AccessControl) XXX_Unmarshal

func (m *AccessControl) XXX_Unmarshal(b []byte) error

type AccessControlWritePolicy

type AccessControlWritePolicy int32
const (
	AccessControl_ANY AccessControlWritePolicy = 0
	AccessControl_ALL AccessControlWritePolicy = 1
)

func (AccessControlWritePolicy) EnumDescriptor

func (AccessControlWritePolicy) EnumDescriptor() ([]byte, []int)

func (AccessControlWritePolicy) String

func (x AccessControlWritePolicy) String() string

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Admin holds the id and certificate of a cluster administrator.

func (*Admin) Descriptor

func (*Admin) Descriptor() ([]byte, []int)

func (*Admin) GetCertificate

func (m *Admin) GetCertificate() []byte

func (*Admin) GetId

func (m *Admin) GetId() string

func (*Admin) ProtoMessage

func (*Admin) ProtoMessage()

func (*Admin) Reset

func (m *Admin) Reset()

func (*Admin) String

func (m *Admin) String() string

func (*Admin) XXX_DiscardUnknown

func (m *Admin) XXX_DiscardUnknown()

func (*Admin) XXX_Marshal

func (m *Admin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Admin) XXX_Merge

func (m *Admin) XXX_Merge(src proto.Message)

func (*Admin) XXX_Size

func (m *Admin) XXX_Size() int

func (*Admin) XXX_Unmarshal

func (m *Admin) XXX_Unmarshal(b []byte) error

type AugmentedBlockHeader

type AugmentedBlockHeader struct {
	Header               *BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	TxIds                []string     `protobuf:"bytes,2,rep,name=tx_ids,json=txIds,proto3" json:"tx_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AugmentedBlockHeader) Descriptor

func (*AugmentedBlockHeader) Descriptor() ([]byte, []int)

func (*AugmentedBlockHeader) GetHeader

func (m *AugmentedBlockHeader) GetHeader() *BlockHeader

func (*AugmentedBlockHeader) GetTxIds

func (m *AugmentedBlockHeader) GetTxIds() []string

func (*AugmentedBlockHeader) ProtoMessage

func (*AugmentedBlockHeader) ProtoMessage()

func (*AugmentedBlockHeader) Reset

func (m *AugmentedBlockHeader) Reset()

func (*AugmentedBlockHeader) String

func (m *AugmentedBlockHeader) String() string

func (*AugmentedBlockHeader) XXX_DiscardUnknown

func (m *AugmentedBlockHeader) XXX_DiscardUnknown()

func (*AugmentedBlockHeader) XXX_Marshal

func (m *AugmentedBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AugmentedBlockHeader) XXX_Merge

func (m *AugmentedBlockHeader) XXX_Merge(src proto.Message)

func (*AugmentedBlockHeader) XXX_Size

func (m *AugmentedBlockHeader) XXX_Size() int

func (*AugmentedBlockHeader) XXX_Unmarshal

func (m *AugmentedBlockHeader) XXX_Unmarshal(b []byte) error

type Block

type Block struct {
	Header *BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// Types that are valid to be assigned 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"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

Block holds the chain information and transactions

func (*Block) Descriptor

func (*Block) Descriptor() ([]byte, []int)

func (*Block) GetConfigTxEnvelope

func (m *Block) GetConfigTxEnvelope() *ConfigTxEnvelope

func (*Block) GetConsensusMetadata

func (m *Block) GetConsensusMetadata() *ConsensusMetadata

func (*Block) GetDataTxEnvelopes

func (m *Block) GetDataTxEnvelopes() *DataTxEnvelopes

func (*Block) GetDbAdministrationTxEnvelope

func (m *Block) GetDbAdministrationTxEnvelope() *DBAdministrationTxEnvelope

func (*Block) GetHeader

func (m *Block) GetHeader() *BlockHeader

func (*Block) GetPayload

func (m *Block) GetPayload() isBlock_Payload

func (*Block) GetUserAdministrationTxEnvelope

func (m *Block) GetUserAdministrationTxEnvelope() *UserAdministrationTxEnvelope

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) Reset

func (m *Block) Reset()

func (*Block) String

func (m *Block) String() string

func (*Block) XXX_DiscardUnknown

func (m *Block) XXX_DiscardUnknown()

func (*Block) XXX_Marshal

func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Block) XXX_Merge

func (m *Block) XXX_Merge(src proto.Message)

func (*Block) XXX_OneofWrappers

func (*Block) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Block) XXX_Size

func (m *Block) XXX_Size() int

func (*Block) XXX_Unmarshal

func (m *Block) XXX_Unmarshal(b []byte) error

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
	TxMerkelTreeRootHash []byte `` /* 127-byte string literal not displayed */
	// Root hash of system wide state merkle-particia tree
	StateMerkelTreeRootHash []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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

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

func (*BlockHeader) Descriptor() ([]byte, []int)

func (*BlockHeader) GetBaseHeader

func (m *BlockHeader) GetBaseHeader() *BlockHeaderBase

func (*BlockHeader) GetSkipchainHashes

func (m *BlockHeader) GetSkipchainHashes() [][]byte

func (*BlockHeader) GetStateMerkelTreeRootHash

func (m *BlockHeader) GetStateMerkelTreeRootHash() []byte

func (*BlockHeader) GetTxMerkelTreeRootHash

func (m *BlockHeader) GetTxMerkelTreeRootHash() []byte

func (*BlockHeader) GetValidationInfo

func (m *BlockHeader) GetValidationInfo() []*ValidationInfo

func (*BlockHeader) ProtoMessage

func (*BlockHeader) ProtoMessage()

func (*BlockHeader) Reset

func (m *BlockHeader) Reset()

func (*BlockHeader) String

func (m *BlockHeader) String() string

func (*BlockHeader) XXX_DiscardUnknown

func (m *BlockHeader) XXX_DiscardUnknown()

func (*BlockHeader) XXX_Marshal

func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockHeader) XXX_Merge

func (m *BlockHeader) XXX_Merge(src proto.Message)

func (*BlockHeader) XXX_Size

func (m *BlockHeader) XXX_Size() int

func (*BlockHeader) XXX_Unmarshal

func (m *BlockHeader) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

BlockHeaderBase holds the block metadata and the chain information that computed before transaction validation

func (*BlockHeaderBase) Descriptor

func (*BlockHeaderBase) Descriptor() ([]byte, []int)

func (*BlockHeaderBase) GetLastCommittedBlockHash

func (m *BlockHeaderBase) GetLastCommittedBlockHash() []byte

func (*BlockHeaderBase) GetLastCommittedBlockNum

func (m *BlockHeaderBase) GetLastCommittedBlockNum() uint64

func (*BlockHeaderBase) GetNumber

func (m *BlockHeaderBase) GetNumber() uint64

func (*BlockHeaderBase) GetPreviousBaseHeaderHash

func (m *BlockHeaderBase) GetPreviousBaseHeaderHash() []byte

func (*BlockHeaderBase) ProtoMessage

func (*BlockHeaderBase) ProtoMessage()

func (*BlockHeaderBase) Reset

func (m *BlockHeaderBase) Reset()

func (*BlockHeaderBase) String

func (m *BlockHeaderBase) String() string

func (*BlockHeaderBase) XXX_DiscardUnknown

func (m *BlockHeaderBase) XXX_DiscardUnknown()

func (*BlockHeaderBase) XXX_Marshal

func (m *BlockHeaderBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockHeaderBase) XXX_Merge

func (m *BlockHeaderBase) XXX_Merge(src proto.Message)

func (*BlockHeaderBase) XXX_Size

func (m *BlockHeaderBase) XXX_Size() int

func (*BlockHeaderBase) XXX_Unmarshal

func (m *BlockHeaderBase) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*BlockProof) Descriptor

func (*BlockProof) Descriptor() ([]byte, []int)

func (*BlockProof) GetBlockNumber

func (m *BlockProof) GetBlockNumber() uint64

func (*BlockProof) GetPath

func (m *BlockProof) GetPath() []*BlockHeader

func (*BlockProof) ProtoMessage

func (*BlockProof) ProtoMessage()

func (*BlockProof) Reset

func (m *BlockProof) Reset()

func (*BlockProof) String

func (m *BlockProof) String() string

func (*BlockProof) XXX_DiscardUnknown

func (m *BlockProof) XXX_DiscardUnknown()

func (*BlockProof) XXX_Marshal

func (m *BlockProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockProof) XXX_Merge

func (m *BlockProof) XXX_Merge(src proto.Message)

func (*BlockProof) XXX_Size

func (m *BlockProof) XXX_Size() int

func (*BlockProof) XXX_Unmarshal

func (m *BlockProof) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CAConfig) Descriptor

func (*CAConfig) Descriptor() ([]byte, []int)

func (*CAConfig) GetIntermediates

func (m *CAConfig) GetIntermediates() [][]byte

func (*CAConfig) GetRoots

func (m *CAConfig) GetRoots() [][]byte

func (*CAConfig) ProtoMessage

func (*CAConfig) ProtoMessage()

func (*CAConfig) Reset

func (m *CAConfig) Reset()

func (*CAConfig) String

func (m *CAConfig) String() string

func (*CAConfig) XXX_DiscardUnknown

func (m *CAConfig) XXX_DiscardUnknown()

func (*CAConfig) XXX_Marshal

func (m *CAConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CAConfig) XXX_Merge

func (m *CAConfig) XXX_Merge(src proto.Message)

func (*CAConfig) XXX_Size

func (m *CAConfig) XXX_Size() int

func (*CAConfig) XXX_Unmarshal

func (m *CAConfig) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

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

func (*ClusterConfig) Descriptor() ([]byte, []int)

func (*ClusterConfig) GetAdmins

func (m *ClusterConfig) GetAdmins() []*Admin

func (*ClusterConfig) GetCertAuthConfig

func (m *ClusterConfig) GetCertAuthConfig() *CAConfig

func (*ClusterConfig) GetConsensusConfig

func (m *ClusterConfig) GetConsensusConfig() *ConsensusConfig

func (*ClusterConfig) GetNodes

func (m *ClusterConfig) GetNodes() []*NodeConfig

func (*ClusterConfig) ProtoMessage

func (*ClusterConfig) ProtoMessage()

func (*ClusterConfig) Reset

func (m *ClusterConfig) Reset()

func (*ClusterConfig) String

func (m *ClusterConfig) String() string

func (*ClusterConfig) XXX_DiscardUnknown

func (m *ClusterConfig) XXX_DiscardUnknown()

func (*ClusterConfig) XXX_Marshal

func (m *ClusterConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterConfig) XXX_Merge

func (m *ClusterConfig) XXX_Merge(src proto.Message)

func (*ClusterConfig) XXX_Size

func (m *ClusterConfig) XXX_Size() int

func (*ClusterConfig) XXX_Unmarshal

func (m *ClusterConfig) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ConfigTx) Descriptor

func (*ConfigTx) Descriptor() ([]byte, []int)

func (*ConfigTx) GetNewConfig

func (m *ConfigTx) GetNewConfig() *ClusterConfig

func (*ConfigTx) GetReadOldConfigVersion

func (m *ConfigTx) GetReadOldConfigVersion() *Version

func (*ConfigTx) GetTxId

func (m *ConfigTx) GetTxId() string

func (*ConfigTx) GetUserId

func (m *ConfigTx) GetUserId() string

func (*ConfigTx) ProtoMessage

func (*ConfigTx) ProtoMessage()

func (*ConfigTx) Reset

func (m *ConfigTx) Reset()

func (*ConfigTx) String

func (m *ConfigTx) String() string

func (*ConfigTx) XXX_DiscardUnknown

func (m *ConfigTx) XXX_DiscardUnknown()

func (*ConfigTx) XXX_Marshal

func (m *ConfigTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigTx) XXX_Merge

func (m *ConfigTx) XXX_Merge(src proto.Message)

func (*ConfigTx) XXX_Size

func (m *ConfigTx) XXX_Size() int

func (*ConfigTx) XXX_Unmarshal

func (m *ConfigTx) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ConfigTxEnvelope) Descriptor

func (*ConfigTxEnvelope) Descriptor() ([]byte, []int)

func (*ConfigTxEnvelope) GetPayload

func (m *ConfigTxEnvelope) GetPayload() *ConfigTx

func (*ConfigTxEnvelope) GetSignature

func (m *ConfigTxEnvelope) GetSignature() []byte

func (*ConfigTxEnvelope) ProtoMessage

func (*ConfigTxEnvelope) ProtoMessage()

func (*ConfigTxEnvelope) Reset

func (m *ConfigTxEnvelope) Reset()

func (*ConfigTxEnvelope) String

func (m *ConfigTxEnvelope) String() string

func (*ConfigTxEnvelope) XXX_DiscardUnknown

func (m *ConfigTxEnvelope) XXX_DiscardUnknown()

func (*ConfigTxEnvelope) XXX_Marshal

func (m *ConfigTxEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigTxEnvelope) XXX_Merge

func (m *ConfigTxEnvelope) XXX_Merge(src proto.Message)

func (*ConfigTxEnvelope) XXX_Size

func (m *ConfigTxEnvelope) XXX_Size() int

func (*ConfigTxEnvelope) XXX_Unmarshal

func (m *ConfigTxEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

The definitions of the clustered consensus algorithm, members, and parameters.

func (*ConsensusConfig) Descriptor

func (*ConsensusConfig) Descriptor() ([]byte, []int)

func (*ConsensusConfig) GetAlgorithm

func (m *ConsensusConfig) GetAlgorithm() string

func (*ConsensusConfig) GetMembers

func (m *ConsensusConfig) GetMembers() []*PeerConfig

func (*ConsensusConfig) GetObservers

func (m *ConsensusConfig) GetObservers() []*PeerConfig

func (*ConsensusConfig) GetRaftConfig

func (m *ConsensusConfig) GetRaftConfig() *RaftConfig

func (*ConsensusConfig) ProtoMessage

func (*ConsensusConfig) ProtoMessage()

func (*ConsensusConfig) Reset

func (m *ConsensusConfig) Reset()

func (*ConsensusConfig) String

func (m *ConsensusConfig) String() string

func (*ConsensusConfig) XXX_DiscardUnknown

func (m *ConsensusConfig) XXX_DiscardUnknown()

func (*ConsensusConfig) XXX_Marshal

func (m *ConsensusConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConsensusConfig) XXX_Merge

func (m *ConsensusConfig) XXX_Merge(src proto.Message)

func (*ConsensusConfig) XXX_Size

func (m *ConsensusConfig) XXX_Size() int

func (*ConsensusConfig) XXX_Unmarshal

func (m *ConsensusConfig) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ConsensusMetadata holds data specific to the consensus protocol ordering the block. The field prefix indicated the protocil used, e.g. "raft_*".

func (*ConsensusMetadata) Descriptor

func (*ConsensusMetadata) Descriptor() ([]byte, []int)

func (*ConsensusMetadata) GetRaftIndex

func (m *ConsensusMetadata) GetRaftIndex() uint64

func (*ConsensusMetadata) GetRaftTerm

func (m *ConsensusMetadata) GetRaftTerm() uint64

func (*ConsensusMetadata) ProtoMessage

func (*ConsensusMetadata) ProtoMessage()

func (*ConsensusMetadata) Reset

func (m *ConsensusMetadata) Reset()

func (*ConsensusMetadata) String

func (m *ConsensusMetadata) String() string

func (*ConsensusMetadata) XXX_DiscardUnknown

func (m *ConsensusMetadata) XXX_DiscardUnknown()

func (*ConsensusMetadata) XXX_Marshal

func (m *ConsensusMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConsensusMetadata) XXX_Merge

func (m *ConsensusMetadata) XXX_Merge(src proto.Message)

func (*ConsensusMetadata) XXX_Size

func (m *ConsensusMetadata) XXX_Size() int

func (*ConsensusMetadata) XXX_Unmarshal

func (m *ConsensusMetadata) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*DBAdministrationTx) Descriptor

func (*DBAdministrationTx) Descriptor() ([]byte, []int)

func (*DBAdministrationTx) GetCreateDbs

func (m *DBAdministrationTx) GetCreateDbs() []string

func (*DBAdministrationTx) GetDbsIndex

func (m *DBAdministrationTx) GetDbsIndex() map[string]*DBIndex

func (*DBAdministrationTx) GetDeleteDbs

func (m *DBAdministrationTx) GetDeleteDbs() []string

func (*DBAdministrationTx) GetTxId

func (m *DBAdministrationTx) GetTxId() string

func (*DBAdministrationTx) GetUserId

func (m *DBAdministrationTx) GetUserId() string

func (*DBAdministrationTx) ProtoMessage

func (*DBAdministrationTx) ProtoMessage()

func (*DBAdministrationTx) Reset

func (m *DBAdministrationTx) Reset()

func (*DBAdministrationTx) String

func (m *DBAdministrationTx) String() string

func (*DBAdministrationTx) XXX_DiscardUnknown

func (m *DBAdministrationTx) XXX_DiscardUnknown()

func (*DBAdministrationTx) XXX_Marshal

func (m *DBAdministrationTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DBAdministrationTx) XXX_Merge

func (m *DBAdministrationTx) XXX_Merge(src proto.Message)

func (*DBAdministrationTx) XXX_Size

func (m *DBAdministrationTx) XXX_Size() int

func (*DBAdministrationTx) XXX_Unmarshal

func (m *DBAdministrationTx) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*DBAdministrationTxEnvelope) Descriptor

func (*DBAdministrationTxEnvelope) Descriptor() ([]byte, []int)

func (*DBAdministrationTxEnvelope) GetPayload

func (*DBAdministrationTxEnvelope) GetSignature

func (m *DBAdministrationTxEnvelope) GetSignature() []byte

func (*DBAdministrationTxEnvelope) ProtoMessage

func (*DBAdministrationTxEnvelope) ProtoMessage()

func (*DBAdministrationTxEnvelope) Reset

func (m *DBAdministrationTxEnvelope) Reset()

func (*DBAdministrationTxEnvelope) String

func (m *DBAdministrationTxEnvelope) String() string

func (*DBAdministrationTxEnvelope) XXX_DiscardUnknown

func (m *DBAdministrationTxEnvelope) XXX_DiscardUnknown()

func (*DBAdministrationTxEnvelope) XXX_Marshal

func (m *DBAdministrationTxEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DBAdministrationTxEnvelope) XXX_Merge

func (m *DBAdministrationTxEnvelope) XXX_Merge(src proto.Message)

func (*DBAdministrationTxEnvelope) XXX_Size

func (m *DBAdministrationTxEnvelope) XXX_Size() int

func (*DBAdministrationTxEnvelope) XXX_Unmarshal

func (m *DBAdministrationTxEnvelope) XXX_Unmarshal(b []byte) error

type DBIndex

type DBIndex struct {
	AttributeAndType     map[string]IndexAttributeType `` /* 230-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*DBIndex) Descriptor

func (*DBIndex) Descriptor() ([]byte, []int)

func (*DBIndex) GetAttributeAndType

func (m *DBIndex) GetAttributeAndType() map[string]IndexAttributeType

func (*DBIndex) ProtoMessage

func (*DBIndex) ProtoMessage()

func (*DBIndex) Reset

func (m *DBIndex) Reset()

func (*DBIndex) String

func (m *DBIndex) String() string

func (*DBIndex) XXX_DiscardUnknown

func (m *DBIndex) XXX_DiscardUnknown()

func (*DBIndex) XXX_Marshal

func (m *DBIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DBIndex) XXX_Merge

func (m *DBIndex) XXX_Merge(src proto.Message)

func (*DBIndex) XXX_Size

func (m *DBIndex) XXX_Size() int

func (*DBIndex) XXX_Unmarshal

func (m *DBIndex) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DBOperation) Descriptor

func (*DBOperation) Descriptor() ([]byte, []int)

func (*DBOperation) GetDataDeletes

func (m *DBOperation) GetDataDeletes() []*DataDelete

func (*DBOperation) GetDataReads

func (m *DBOperation) GetDataReads() []*DataRead

func (*DBOperation) GetDataWrites

func (m *DBOperation) GetDataWrites() []*DataWrite

func (*DBOperation) GetDbName

func (m *DBOperation) GetDbName() string

func (*DBOperation) ProtoMessage

func (*DBOperation) ProtoMessage()

func (*DBOperation) Reset

func (m *DBOperation) Reset()

func (*DBOperation) String

func (m *DBOperation) String() string

func (*DBOperation) XXX_DiscardUnknown

func (m *DBOperation) XXX_DiscardUnknown()

func (*DBOperation) XXX_Marshal

func (m *DBOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DBOperation) XXX_Merge

func (m *DBOperation) XXX_Merge(src proto.Message)

func (*DBOperation) XXX_Size

func (m *DBOperation) XXX_Size() int

func (*DBOperation) XXX_Unmarshal

func (m *DBOperation) XXX_Unmarshal(b []byte) error

type DataDelete

type DataDelete struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataDelete) Descriptor

func (*DataDelete) Descriptor() ([]byte, []int)

func (*DataDelete) GetKey

func (m *DataDelete) GetKey() string

func (*DataDelete) ProtoMessage

func (*DataDelete) ProtoMessage()

func (*DataDelete) Reset

func (m *DataDelete) Reset()

func (*DataDelete) String

func (m *DataDelete) String() string

func (*DataDelete) XXX_DiscardUnknown

func (m *DataDelete) XXX_DiscardUnknown()

func (*DataDelete) XXX_Marshal

func (m *DataDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataDelete) XXX_Merge

func (m *DataDelete) XXX_Merge(src proto.Message)

func (*DataDelete) XXX_Size

func (m *DataDelete) XXX_Size() int

func (*DataDelete) XXX_Unmarshal

func (m *DataDelete) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataJSONQuery) Descriptor

func (*DataJSONQuery) Descriptor() ([]byte, []int)

func (*DataJSONQuery) GetDbName

func (m *DataJSONQuery) GetDbName() string

func (*DataJSONQuery) GetQuery

func (m *DataJSONQuery) GetQuery() string

func (*DataJSONQuery) GetUserId

func (m *DataJSONQuery) GetUserId() string

func (*DataJSONQuery) ProtoMessage

func (*DataJSONQuery) ProtoMessage()

func (*DataJSONQuery) Reset

func (m *DataJSONQuery) Reset()

func (*DataJSONQuery) String

func (m *DataJSONQuery) String() string

func (*DataJSONQuery) XXX_DiscardUnknown

func (m *DataJSONQuery) XXX_DiscardUnknown()

func (*DataJSONQuery) XXX_Marshal

func (m *DataJSONQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataJSONQuery) XXX_Merge

func (m *DataJSONQuery) XXX_Merge(src proto.Message)

func (*DataJSONQuery) XXX_Size

func (m *DataJSONQuery) XXX_Size() int

func (*DataJSONQuery) XXX_Unmarshal

func (m *DataJSONQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DataQueryResponse) Descriptor

func (*DataQueryResponse) Descriptor() ([]byte, []int)

func (*DataQueryResponse) GetHeader

func (m *DataQueryResponse) GetHeader() *ResponseHeader

func (*DataQueryResponse) GetKVs

func (m *DataQueryResponse) GetKVs() []*KVWithMetadata

func (*DataQueryResponse) ProtoMessage

func (*DataQueryResponse) ProtoMessage()

func (*DataQueryResponse) Reset

func (m *DataQueryResponse) Reset()

func (*DataQueryResponse) String

func (m *DataQueryResponse) String() string

func (*DataQueryResponse) XXX_DiscardUnknown

func (m *DataQueryResponse) XXX_DiscardUnknown()

func (*DataQueryResponse) XXX_Marshal

func (m *DataQueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataQueryResponse) XXX_Merge

func (m *DataQueryResponse) XXX_Merge(src proto.Message)

func (*DataQueryResponse) XXX_Size

func (m *DataQueryResponse) XXX_Size() int

func (*DataQueryResponse) XXX_Unmarshal

func (m *DataQueryResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DataQueryResponseEnvelope) Descriptor

func (*DataQueryResponseEnvelope) Descriptor() ([]byte, []int)

func (*DataQueryResponseEnvelope) GetResponse

func (m *DataQueryResponseEnvelope) GetResponse() *DataQueryResponse

func (*DataQueryResponseEnvelope) GetSignature

func (m *DataQueryResponseEnvelope) GetSignature() []byte

func (*DataQueryResponseEnvelope) ProtoMessage

func (*DataQueryResponseEnvelope) ProtoMessage()

func (*DataQueryResponseEnvelope) Reset

func (m *DataQueryResponseEnvelope) Reset()

func (*DataQueryResponseEnvelope) String

func (m *DataQueryResponseEnvelope) String() string

func (*DataQueryResponseEnvelope) XXX_DiscardUnknown

func (m *DataQueryResponseEnvelope) XXX_DiscardUnknown()

func (*DataQueryResponseEnvelope) XXX_Marshal

func (m *DataQueryResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataQueryResponseEnvelope) XXX_Merge

func (m *DataQueryResponseEnvelope) XXX_Merge(src proto.Message)

func (*DataQueryResponseEnvelope) XXX_Size

func (m *DataQueryResponseEnvelope) XXX_Size() int

func (*DataQueryResponseEnvelope) XXX_Unmarshal

func (m *DataQueryResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DataRead hold a read key and its version

func (*DataRead) Descriptor

func (*DataRead) Descriptor() ([]byte, []int)

func (*DataRead) GetKey

func (m *DataRead) GetKey() string

func (*DataRead) GetVersion

func (m *DataRead) GetVersion() *Version

func (*DataRead) ProtoMessage

func (*DataRead) ProtoMessage()

func (*DataRead) Reset

func (m *DataRead) Reset()

func (*DataRead) String

func (m *DataRead) String() string

func (*DataRead) XXX_DiscardUnknown

func (m *DataRead) XXX_DiscardUnknown()

func (*DataRead) XXX_Marshal

func (m *DataRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataRead) XXX_Merge

func (m *DataRead) XXX_Merge(src proto.Message)

func (*DataRead) XXX_Size

func (m *DataRead) XXX_Size() int

func (*DataRead) XXX_Unmarshal

func (m *DataRead) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DataTx) Descriptor

func (*DataTx) Descriptor() ([]byte, []int)

func (*DataTx) GetDbOperations

func (m *DataTx) GetDbOperations() []*DBOperation

func (*DataTx) GetMustSignUserIds

func (m *DataTx) GetMustSignUserIds() []string

func (*DataTx) GetTxId

func (m *DataTx) GetTxId() string

func (*DataTx) ProtoMessage

func (*DataTx) ProtoMessage()

func (*DataTx) Reset

func (m *DataTx) Reset()

func (*DataTx) String

func (m *DataTx) String() string

func (*DataTx) XXX_DiscardUnknown

func (m *DataTx) XXX_DiscardUnknown()

func (*DataTx) XXX_Marshal

func (m *DataTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataTx) XXX_Merge

func (m *DataTx) XXX_Merge(src proto.Message)

func (*DataTx) XXX_Size

func (m *DataTx) XXX_Size() int

func (*DataTx) XXX_Unmarshal

func (m *DataTx) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DataTxEnvelope) Descriptor

func (*DataTxEnvelope) Descriptor() ([]byte, []int)

func (*DataTxEnvelope) GetPayload

func (m *DataTxEnvelope) GetPayload() *DataTx

func (*DataTxEnvelope) GetSignatures

func (m *DataTxEnvelope) GetSignatures() map[string][]byte

func (*DataTxEnvelope) ProtoMessage

func (*DataTxEnvelope) ProtoMessage()

func (*DataTxEnvelope) Reset

func (m *DataTxEnvelope) Reset()

func (*DataTxEnvelope) String

func (m *DataTxEnvelope) String() string

func (*DataTxEnvelope) XXX_DiscardUnknown

func (m *DataTxEnvelope) XXX_DiscardUnknown()

func (*DataTxEnvelope) XXX_Marshal

func (m *DataTxEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataTxEnvelope) XXX_Merge

func (m *DataTxEnvelope) XXX_Merge(src proto.Message)

func (*DataTxEnvelope) XXX_Size

func (m *DataTxEnvelope) XXX_Size() int

func (*DataTxEnvelope) XXX_Unmarshal

func (m *DataTxEnvelope) XXX_Unmarshal(b []byte) error

type DataTxEnvelopes

type DataTxEnvelopes struct {
	Envelopes            []*DataTxEnvelope `protobuf:"bytes,1,rep,name=envelopes,proto3" json:"envelopes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DataTxEnvelopes) Descriptor

func (*DataTxEnvelopes) Descriptor() ([]byte, []int)

func (*DataTxEnvelopes) GetEnvelopes

func (m *DataTxEnvelopes) GetEnvelopes() []*DataTxEnvelope

func (*DataTxEnvelopes) ProtoMessage

func (*DataTxEnvelopes) ProtoMessage()

func (*DataTxEnvelopes) Reset

func (m *DataTxEnvelopes) Reset()

func (*DataTxEnvelopes) String

func (m *DataTxEnvelopes) String() string

func (*DataTxEnvelopes) XXX_DiscardUnknown

func (m *DataTxEnvelopes) XXX_DiscardUnknown()

func (*DataTxEnvelopes) XXX_Marshal

func (m *DataTxEnvelopes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataTxEnvelopes) XXX_Merge

func (m *DataTxEnvelopes) XXX_Merge(src proto.Message)

func (*DataTxEnvelopes) XXX_Size

func (m *DataTxEnvelopes) XXX_Size() int

func (*DataTxEnvelopes) XXX_Unmarshal

func (m *DataTxEnvelopes) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

DataWrite hold a write including a delete

func (*DataWrite) Descriptor

func (*DataWrite) Descriptor() ([]byte, []int)

func (*DataWrite) GetAcl

func (m *DataWrite) GetAcl() *AccessControl

func (*DataWrite) GetKey

func (m *DataWrite) GetKey() string

func (*DataWrite) GetValue

func (m *DataWrite) GetValue() []byte

func (*DataWrite) ProtoMessage

func (*DataWrite) ProtoMessage()

func (*DataWrite) Reset

func (m *DataWrite) Reset()

func (*DataWrite) String

func (m *DataWrite) String() string

func (*DataWrite) XXX_DiscardUnknown

func (m *DataWrite) XXX_DiscardUnknown()

func (*DataWrite) XXX_Marshal

func (m *DataWrite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataWrite) XXX_Merge

func (m *DataWrite) XXX_Merge(src proto.Message)

func (*DataWrite) XXX_Size

func (m *DataWrite) XXX_Size() int

func (*DataWrite) XXX_Unmarshal

func (m *DataWrite) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Database configuration. Stores default read/write ACLs Stored as value in _dbs system database under key 'name'

func (*DatabaseConfig) Descriptor

func (*DatabaseConfig) Descriptor() ([]byte, []int)

func (*DatabaseConfig) GetName

func (m *DatabaseConfig) GetName() string

func (*DatabaseConfig) GetReadAccessUsers

func (m *DatabaseConfig) GetReadAccessUsers() []string

func (*DatabaseConfig) GetWriteAccessUsers

func (m *DatabaseConfig) GetWriteAccessUsers() []string

func (*DatabaseConfig) ProtoMessage

func (*DatabaseConfig) ProtoMessage()

func (*DatabaseConfig) Reset

func (m *DatabaseConfig) Reset()

func (*DatabaseConfig) String

func (m *DatabaseConfig) String() string

func (*DatabaseConfig) XXX_DiscardUnknown

func (m *DatabaseConfig) XXX_DiscardUnknown()

func (*DatabaseConfig) XXX_Marshal

func (m *DatabaseConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DatabaseConfig) XXX_Merge

func (m *DatabaseConfig) XXX_Merge(src proto.Message)

func (*DatabaseConfig) XXX_Size

func (m *DatabaseConfig) XXX_Size() int

func (*DatabaseConfig) XXX_Unmarshal

func (m *DatabaseConfig) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Digest) Descriptor

func (*Digest) Descriptor() ([]byte, []int)

func (*Digest) GetHeight

func (m *Digest) GetHeight() uint64

func (*Digest) GetRootHash

func (m *Digest) GetRootHash() []byte

func (*Digest) ProtoMessage

func (*Digest) ProtoMessage()

func (*Digest) Reset

func (m *Digest) Reset()

func (*Digest) String

func (m *Digest) String() string

func (*Digest) XXX_DiscardUnknown

func (m *Digest) XXX_DiscardUnknown()

func (*Digest) XXX_Marshal

func (m *Digest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Digest) XXX_Merge

func (m *Digest) XXX_Merge(src proto.Message)

func (*Digest) XXX_Size

func (m *Digest) XXX_Size() int

func (*Digest) XXX_Unmarshal

func (m *Digest) XXX_Unmarshal(b []byte) error

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) EnumDescriptor

func (Flag) EnumDescriptor() ([]byte, []int)

func (Flag) String

func (x Flag) String() string

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"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GeConfigBlockQueryEnvelope) Descriptor

func (*GeConfigBlockQueryEnvelope) Descriptor() ([]byte, []int)

func (*GeConfigBlockQueryEnvelope) GetPayload

func (*GeConfigBlockQueryEnvelope) GetSignature

func (m *GeConfigBlockQueryEnvelope) GetSignature() []byte

func (*GeConfigBlockQueryEnvelope) ProtoMessage

func (*GeConfigBlockQueryEnvelope) ProtoMessage()

func (*GeConfigBlockQueryEnvelope) Reset

func (m *GeConfigBlockQueryEnvelope) Reset()

func (*GeConfigBlockQueryEnvelope) String

func (m *GeConfigBlockQueryEnvelope) String() string

func (*GeConfigBlockQueryEnvelope) XXX_DiscardUnknown

func (m *GeConfigBlockQueryEnvelope) XXX_DiscardUnknown()

func (*GeConfigBlockQueryEnvelope) XXX_Marshal

func (m *GeConfigBlockQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeConfigBlockQueryEnvelope) XXX_Merge

func (m *GeConfigBlockQueryEnvelope) XXX_Merge(src proto.Message)

func (*GeConfigBlockQueryEnvelope) XXX_Size

func (m *GeConfigBlockQueryEnvelope) XXX_Size() int

func (*GeConfigBlockQueryEnvelope) XXX_Unmarshal

func (m *GeConfigBlockQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetAugmentedBlockHeaderResponse) Descriptor

func (*GetAugmentedBlockHeaderResponse) Descriptor() ([]byte, []int)

func (*GetAugmentedBlockHeaderResponse) GetBlockHeader

func (*GetAugmentedBlockHeaderResponse) GetHeader

func (*GetAugmentedBlockHeaderResponse) ProtoMessage

func (*GetAugmentedBlockHeaderResponse) ProtoMessage()

func (*GetAugmentedBlockHeaderResponse) Reset

func (*GetAugmentedBlockHeaderResponse) String

func (*GetAugmentedBlockHeaderResponse) XXX_DiscardUnknown

func (m *GetAugmentedBlockHeaderResponse) XXX_DiscardUnknown()

func (*GetAugmentedBlockHeaderResponse) XXX_Marshal

func (m *GetAugmentedBlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAugmentedBlockHeaderResponse) XXX_Merge

func (m *GetAugmentedBlockHeaderResponse) XXX_Merge(src proto.Message)

func (*GetAugmentedBlockHeaderResponse) XXX_Size

func (m *GetAugmentedBlockHeaderResponse) XXX_Size() int

func (*GetAugmentedBlockHeaderResponse) XXX_Unmarshal

func (m *GetAugmentedBlockHeaderResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

GetAugmentedBlockHeader

func (*GetAugmentedBlockHeaderResponseEnvelope) Descriptor

func (*GetAugmentedBlockHeaderResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetAugmentedBlockHeaderResponseEnvelope) GetResponse

func (*GetAugmentedBlockHeaderResponseEnvelope) GetSignature

func (m *GetAugmentedBlockHeaderResponseEnvelope) GetSignature() []byte

func (*GetAugmentedBlockHeaderResponseEnvelope) ProtoMessage

func (*GetAugmentedBlockHeaderResponseEnvelope) Reset

func (*GetAugmentedBlockHeaderResponseEnvelope) String

func (*GetAugmentedBlockHeaderResponseEnvelope) XXX_DiscardUnknown

func (m *GetAugmentedBlockHeaderResponseEnvelope) XXX_DiscardUnknown()

func (*GetAugmentedBlockHeaderResponseEnvelope) XXX_Marshal

func (m *GetAugmentedBlockHeaderResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAugmentedBlockHeaderResponseEnvelope) XXX_Merge

func (*GetAugmentedBlockHeaderResponseEnvelope) XXX_Size

func (*GetAugmentedBlockHeaderResponseEnvelope) XXX_Unmarshal

func (m *GetAugmentedBlockHeaderResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockQuery) Descriptor

func (*GetBlockQuery) Descriptor() ([]byte, []int)

func (*GetBlockQuery) GetAugmented

func (m *GetBlockQuery) GetAugmented() bool

func (*GetBlockQuery) GetBlockNumber

func (m *GetBlockQuery) GetBlockNumber() uint64

func (*GetBlockQuery) GetUserId

func (m *GetBlockQuery) GetUserId() string

func (*GetBlockQuery) ProtoMessage

func (*GetBlockQuery) ProtoMessage()

func (*GetBlockQuery) Reset

func (m *GetBlockQuery) Reset()

func (*GetBlockQuery) String

func (m *GetBlockQuery) String() string

func (*GetBlockQuery) XXX_DiscardUnknown

func (m *GetBlockQuery) XXX_DiscardUnknown()

func (*GetBlockQuery) XXX_Marshal

func (m *GetBlockQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockQuery) XXX_Merge

func (m *GetBlockQuery) XXX_Merge(src proto.Message)

func (*GetBlockQuery) XXX_Size

func (m *GetBlockQuery) XXX_Size() int

func (*GetBlockQuery) XXX_Unmarshal

func (m *GetBlockQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GetBlockQueryEnvelope) Descriptor

func (*GetBlockQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetBlockQueryEnvelope) GetPayload

func (m *GetBlockQueryEnvelope) GetPayload() *GetBlockQuery

func (*GetBlockQueryEnvelope) GetSignature

func (m *GetBlockQueryEnvelope) GetSignature() []byte

func (*GetBlockQueryEnvelope) ProtoMessage

func (*GetBlockQueryEnvelope) ProtoMessage()

func (*GetBlockQueryEnvelope) Reset

func (m *GetBlockQueryEnvelope) Reset()

func (*GetBlockQueryEnvelope) String

func (m *GetBlockQueryEnvelope) String() string

func (*GetBlockQueryEnvelope) XXX_DiscardUnknown

func (m *GetBlockQueryEnvelope) XXX_DiscardUnknown()

func (*GetBlockQueryEnvelope) XXX_Marshal

func (m *GetBlockQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockQueryEnvelope) XXX_Merge

func (m *GetBlockQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetBlockQueryEnvelope) XXX_Size

func (m *GetBlockQueryEnvelope) XXX_Size() int

func (*GetBlockQueryEnvelope) XXX_Unmarshal

func (m *GetBlockQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetBlockResponse) Descriptor

func (*GetBlockResponse) Descriptor() ([]byte, []int)

func (*GetBlockResponse) GetBlockHeader

func (m *GetBlockResponse) GetBlockHeader() *BlockHeader

func (*GetBlockResponse) GetHeader

func (m *GetBlockResponse) GetHeader() *ResponseHeader

func (*GetBlockResponse) ProtoMessage

func (*GetBlockResponse) ProtoMessage()

func (*GetBlockResponse) Reset

func (m *GetBlockResponse) Reset()

func (*GetBlockResponse) String

func (m *GetBlockResponse) String() string

func (*GetBlockResponse) XXX_DiscardUnknown

func (m *GetBlockResponse) XXX_DiscardUnknown()

func (*GetBlockResponse) XXX_Marshal

func (m *GetBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockResponse) XXX_Merge

func (m *GetBlockResponse) XXX_Merge(src proto.Message)

func (*GetBlockResponse) XXX_Size

func (m *GetBlockResponse) XXX_Size() int

func (*GetBlockResponse) XXX_Unmarshal

func (m *GetBlockResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

GetBlock

func (*GetBlockResponseEnvelope) Descriptor

func (*GetBlockResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetBlockResponseEnvelope) GetResponse

func (m *GetBlockResponseEnvelope) GetResponse() *GetBlockResponse

func (*GetBlockResponseEnvelope) GetSignature

func (m *GetBlockResponseEnvelope) GetSignature() []byte

func (*GetBlockResponseEnvelope) ProtoMessage

func (*GetBlockResponseEnvelope) ProtoMessage()

func (*GetBlockResponseEnvelope) Reset

func (m *GetBlockResponseEnvelope) Reset()

func (*GetBlockResponseEnvelope) String

func (m *GetBlockResponseEnvelope) String() string

func (*GetBlockResponseEnvelope) XXX_DiscardUnknown

func (m *GetBlockResponseEnvelope) XXX_DiscardUnknown()

func (*GetBlockResponseEnvelope) XXX_Marshal

func (m *GetBlockResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockResponseEnvelope) XXX_Merge

func (m *GetBlockResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetBlockResponseEnvelope) XXX_Size

func (m *GetBlockResponseEnvelope) XXX_Size() int

func (*GetBlockResponseEnvelope) XXX_Unmarshal

func (m *GetBlockResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetClusterStatusQuery) Descriptor

func (*GetClusterStatusQuery) Descriptor() ([]byte, []int)

func (*GetClusterStatusQuery) GetNoCertificates

func (m *GetClusterStatusQuery) GetNoCertificates() bool

func (*GetClusterStatusQuery) GetUserId

func (m *GetClusterStatusQuery) GetUserId() string

func (*GetClusterStatusQuery) ProtoMessage

func (*GetClusterStatusQuery) ProtoMessage()

func (*GetClusterStatusQuery) Reset

func (m *GetClusterStatusQuery) Reset()

func (*GetClusterStatusQuery) String

func (m *GetClusterStatusQuery) String() string

func (*GetClusterStatusQuery) XXX_DiscardUnknown

func (m *GetClusterStatusQuery) XXX_DiscardUnknown()

func (*GetClusterStatusQuery) XXX_Marshal

func (m *GetClusterStatusQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterStatusQuery) XXX_Merge

func (m *GetClusterStatusQuery) XXX_Merge(src proto.Message)

func (*GetClusterStatusQuery) XXX_Size

func (m *GetClusterStatusQuery) XXX_Size() int

func (*GetClusterStatusQuery) XXX_Unmarshal

func (m *GetClusterStatusQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetClusterStatusQueryEnvelope) Descriptor

func (*GetClusterStatusQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetClusterStatusQueryEnvelope) GetPayload

func (*GetClusterStatusQueryEnvelope) GetSignature

func (m *GetClusterStatusQueryEnvelope) GetSignature() []byte

func (*GetClusterStatusQueryEnvelope) ProtoMessage

func (*GetClusterStatusQueryEnvelope) ProtoMessage()

func (*GetClusterStatusQueryEnvelope) Reset

func (m *GetClusterStatusQueryEnvelope) Reset()

func (*GetClusterStatusQueryEnvelope) String

func (*GetClusterStatusQueryEnvelope) XXX_DiscardUnknown

func (m *GetClusterStatusQueryEnvelope) XXX_DiscardUnknown()

func (*GetClusterStatusQueryEnvelope) XXX_Marshal

func (m *GetClusterStatusQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterStatusQueryEnvelope) XXX_Merge

func (m *GetClusterStatusQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetClusterStatusQueryEnvelope) XXX_Size

func (m *GetClusterStatusQueryEnvelope) XXX_Size() int

func (*GetClusterStatusQueryEnvelope) XXX_Unmarshal

func (m *GetClusterStatusQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetClusterStatusResponse) Descriptor

func (*GetClusterStatusResponse) Descriptor() ([]byte, []int)

func (*GetClusterStatusResponse) GetActive

func (m *GetClusterStatusResponse) GetActive() []string

func (*GetClusterStatusResponse) GetHeader

func (m *GetClusterStatusResponse) GetHeader() *ResponseHeader

func (*GetClusterStatusResponse) GetLeader

func (m *GetClusterStatusResponse) GetLeader() string

func (*GetClusterStatusResponse) GetNodes

func (m *GetClusterStatusResponse) GetNodes() []*NodeConfig

func (*GetClusterStatusResponse) GetVersion

func (m *GetClusterStatusResponse) GetVersion() *Version

func (*GetClusterStatusResponse) ProtoMessage

func (*GetClusterStatusResponse) ProtoMessage()

func (*GetClusterStatusResponse) Reset

func (m *GetClusterStatusResponse) Reset()

func (*GetClusterStatusResponse) String

func (m *GetClusterStatusResponse) String() string

func (*GetClusterStatusResponse) XXX_DiscardUnknown

func (m *GetClusterStatusResponse) XXX_DiscardUnknown()

func (*GetClusterStatusResponse) XXX_Marshal

func (m *GetClusterStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterStatusResponse) XXX_Merge

func (m *GetClusterStatusResponse) XXX_Merge(src proto.Message)

func (*GetClusterStatusResponse) XXX_Size

func (m *GetClusterStatusResponse) XXX_Size() int

func (*GetClusterStatusResponse) XXX_Unmarshal

func (m *GetClusterStatusResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

GetClusterStatus

func (*GetClusterStatusResponseEnvelope) Descriptor

func (*GetClusterStatusResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetClusterStatusResponseEnvelope) GetResponse

func (*GetClusterStatusResponseEnvelope) GetSignature

func (m *GetClusterStatusResponseEnvelope) GetSignature() []byte

func (*GetClusterStatusResponseEnvelope) ProtoMessage

func (*GetClusterStatusResponseEnvelope) ProtoMessage()

func (*GetClusterStatusResponseEnvelope) Reset

func (*GetClusterStatusResponseEnvelope) String

func (*GetClusterStatusResponseEnvelope) XXX_DiscardUnknown

func (m *GetClusterStatusResponseEnvelope) XXX_DiscardUnknown()

func (*GetClusterStatusResponseEnvelope) XXX_Marshal

func (m *GetClusterStatusResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterStatusResponseEnvelope) XXX_Merge

func (*GetClusterStatusResponseEnvelope) XXX_Size

func (m *GetClusterStatusResponseEnvelope) XXX_Size() int

func (*GetClusterStatusResponseEnvelope) XXX_Unmarshal

func (m *GetClusterStatusResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetConfigBlockQuery) Descriptor

func (*GetConfigBlockQuery) Descriptor() ([]byte, []int)

func (*GetConfigBlockQuery) GetBlockNumber

func (m *GetConfigBlockQuery) GetBlockNumber() uint64

func (*GetConfigBlockQuery) GetUserId

func (m *GetConfigBlockQuery) GetUserId() string

func (*GetConfigBlockQuery) ProtoMessage

func (*GetConfigBlockQuery) ProtoMessage()

func (*GetConfigBlockQuery) Reset

func (m *GetConfigBlockQuery) Reset()

func (*GetConfigBlockQuery) String

func (m *GetConfigBlockQuery) String() string

func (*GetConfigBlockQuery) XXX_DiscardUnknown

func (m *GetConfigBlockQuery) XXX_DiscardUnknown()

func (*GetConfigBlockQuery) XXX_Marshal

func (m *GetConfigBlockQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigBlockQuery) XXX_Merge

func (m *GetConfigBlockQuery) XXX_Merge(src proto.Message)

func (*GetConfigBlockQuery) XXX_Size

func (m *GetConfigBlockQuery) XXX_Size() int

func (*GetConfigBlockQuery) XXX_Unmarshal

func (m *GetConfigBlockQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetConfigBlockResponse) Descriptor

func (*GetConfigBlockResponse) Descriptor() ([]byte, []int)

func (*GetConfigBlockResponse) GetBlock

func (m *GetConfigBlockResponse) GetBlock() []byte

func (*GetConfigBlockResponse) GetHeader

func (m *GetConfigBlockResponse) GetHeader() *ResponseHeader

func (*GetConfigBlockResponse) ProtoMessage

func (*GetConfigBlockResponse) ProtoMessage()

func (*GetConfigBlockResponse) Reset

func (m *GetConfigBlockResponse) Reset()

func (*GetConfigBlockResponse) String

func (m *GetConfigBlockResponse) String() string

func (*GetConfigBlockResponse) XXX_DiscardUnknown

func (m *GetConfigBlockResponse) XXX_DiscardUnknown()

func (*GetConfigBlockResponse) XXX_Marshal

func (m *GetConfigBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigBlockResponse) XXX_Merge

func (m *GetConfigBlockResponse) XXX_Merge(src proto.Message)

func (*GetConfigBlockResponse) XXX_Size

func (m *GetConfigBlockResponse) XXX_Size() int

func (*GetConfigBlockResponse) XXX_Unmarshal

func (m *GetConfigBlockResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

GetConfigBlock

func (*GetConfigBlockResponseEnvelope) Descriptor

func (*GetConfigBlockResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetConfigBlockResponseEnvelope) GetResponse

func (*GetConfigBlockResponseEnvelope) GetSignature

func (m *GetConfigBlockResponseEnvelope) GetSignature() []byte

func (*GetConfigBlockResponseEnvelope) ProtoMessage

func (*GetConfigBlockResponseEnvelope) ProtoMessage()

func (*GetConfigBlockResponseEnvelope) Reset

func (m *GetConfigBlockResponseEnvelope) Reset()

func (*GetConfigBlockResponseEnvelope) String

func (*GetConfigBlockResponseEnvelope) XXX_DiscardUnknown

func (m *GetConfigBlockResponseEnvelope) XXX_DiscardUnknown()

func (*GetConfigBlockResponseEnvelope) XXX_Marshal

func (m *GetConfigBlockResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigBlockResponseEnvelope) XXX_Merge

func (m *GetConfigBlockResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetConfigBlockResponseEnvelope) XXX_Size

func (m *GetConfigBlockResponseEnvelope) XXX_Size() int

func (*GetConfigBlockResponseEnvelope) XXX_Unmarshal

func (m *GetConfigBlockResponseEnvelope) XXX_Unmarshal(b []byte) error

type GetConfigQuery

type GetConfigQuery struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetConfigQuery) Descriptor

func (*GetConfigQuery) Descriptor() ([]byte, []int)

func (*GetConfigQuery) GetUserId

func (m *GetConfigQuery) GetUserId() string

func (*GetConfigQuery) ProtoMessage

func (*GetConfigQuery) ProtoMessage()

func (*GetConfigQuery) Reset

func (m *GetConfigQuery) Reset()

func (*GetConfigQuery) String

func (m *GetConfigQuery) String() string

func (*GetConfigQuery) XXX_DiscardUnknown

func (m *GetConfigQuery) XXX_DiscardUnknown()

func (*GetConfigQuery) XXX_Marshal

func (m *GetConfigQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigQuery) XXX_Merge

func (m *GetConfigQuery) XXX_Merge(src proto.Message)

func (*GetConfigQuery) XXX_Size

func (m *GetConfigQuery) XXX_Size() int

func (*GetConfigQuery) XXX_Unmarshal

func (m *GetConfigQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetConfigQueryEnvelope) Descriptor

func (*GetConfigQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetConfigQueryEnvelope) GetPayload

func (m *GetConfigQueryEnvelope) GetPayload() *GetConfigQuery

func (*GetConfigQueryEnvelope) GetSignature

func (m *GetConfigQueryEnvelope) GetSignature() []byte

func (*GetConfigQueryEnvelope) ProtoMessage

func (*GetConfigQueryEnvelope) ProtoMessage()

func (*GetConfigQueryEnvelope) Reset

func (m *GetConfigQueryEnvelope) Reset()

func (*GetConfigQueryEnvelope) String

func (m *GetConfigQueryEnvelope) String() string

func (*GetConfigQueryEnvelope) XXX_DiscardUnknown

func (m *GetConfigQueryEnvelope) XXX_DiscardUnknown()

func (*GetConfigQueryEnvelope) XXX_Marshal

func (m *GetConfigQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigQueryEnvelope) XXX_Merge

func (m *GetConfigQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetConfigQueryEnvelope) XXX_Size

func (m *GetConfigQueryEnvelope) XXX_Size() int

func (*GetConfigQueryEnvelope) XXX_Unmarshal

func (m *GetConfigQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetConfigResponse) Descriptor

func (*GetConfigResponse) Descriptor() ([]byte, []int)

func (*GetConfigResponse) GetConfig

func (m *GetConfigResponse) GetConfig() *ClusterConfig

func (*GetConfigResponse) GetHeader

func (m *GetConfigResponse) GetHeader() *ResponseHeader

func (*GetConfigResponse) GetMetadata

func (m *GetConfigResponse) GetMetadata() *Metadata

func (*GetConfigResponse) ProtoMessage

func (*GetConfigResponse) ProtoMessage()

func (*GetConfigResponse) Reset

func (m *GetConfigResponse) Reset()

func (*GetConfigResponse) String

func (m *GetConfigResponse) String() string

func (*GetConfigResponse) XXX_DiscardUnknown

func (m *GetConfigResponse) XXX_DiscardUnknown()

func (*GetConfigResponse) XXX_Marshal

func (m *GetConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigResponse) XXX_Merge

func (m *GetConfigResponse) XXX_Merge(src proto.Message)

func (*GetConfigResponse) XXX_Size

func (m *GetConfigResponse) XXX_Size() int

func (*GetConfigResponse) XXX_Unmarshal

func (m *GetConfigResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

GetConfig

func (*GetConfigResponseEnvelope) Descriptor

func (*GetConfigResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetConfigResponseEnvelope) GetResponse

func (m *GetConfigResponseEnvelope) GetResponse() *GetConfigResponse

func (*GetConfigResponseEnvelope) GetSignature

func (m *GetConfigResponseEnvelope) GetSignature() []byte

func (*GetConfigResponseEnvelope) ProtoMessage

func (*GetConfigResponseEnvelope) ProtoMessage()

func (*GetConfigResponseEnvelope) Reset

func (m *GetConfigResponseEnvelope) Reset()

func (*GetConfigResponseEnvelope) String

func (m *GetConfigResponseEnvelope) String() string

func (*GetConfigResponseEnvelope) XXX_DiscardUnknown

func (m *GetConfigResponseEnvelope) XXX_DiscardUnknown()

func (*GetConfigResponseEnvelope) XXX_Marshal

func (m *GetConfigResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigResponseEnvelope) XXX_Merge

func (m *GetConfigResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetConfigResponseEnvelope) XXX_Size

func (m *GetConfigResponseEnvelope) XXX_Size() int

func (*GetConfigResponseEnvelope) XXX_Unmarshal

func (m *GetConfigResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDBStatusQuery) Descriptor

func (*GetDBStatusQuery) Descriptor() ([]byte, []int)

func (*GetDBStatusQuery) GetDbName

func (m *GetDBStatusQuery) GetDbName() string

func (*GetDBStatusQuery) GetUserId

func (m *GetDBStatusQuery) GetUserId() string

func (*GetDBStatusQuery) ProtoMessage

func (*GetDBStatusQuery) ProtoMessage()

func (*GetDBStatusQuery) Reset

func (m *GetDBStatusQuery) Reset()

func (*GetDBStatusQuery) String

func (m *GetDBStatusQuery) String() string

func (*GetDBStatusQuery) XXX_DiscardUnknown

func (m *GetDBStatusQuery) XXX_DiscardUnknown()

func (*GetDBStatusQuery) XXX_Marshal

func (m *GetDBStatusQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDBStatusQuery) XXX_Merge

func (m *GetDBStatusQuery) XXX_Merge(src proto.Message)

func (*GetDBStatusQuery) XXX_Size

func (m *GetDBStatusQuery) XXX_Size() int

func (*GetDBStatusQuery) XXX_Unmarshal

func (m *GetDBStatusQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetDBStatusQueryEnvelope) Descriptor

func (*GetDBStatusQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDBStatusQueryEnvelope) GetPayload

func (m *GetDBStatusQueryEnvelope) GetPayload() *GetDBStatusQuery

func (*GetDBStatusQueryEnvelope) GetSignature

func (m *GetDBStatusQueryEnvelope) GetSignature() []byte

func (*GetDBStatusQueryEnvelope) ProtoMessage

func (*GetDBStatusQueryEnvelope) ProtoMessage()

func (*GetDBStatusQueryEnvelope) Reset

func (m *GetDBStatusQueryEnvelope) Reset()

func (*GetDBStatusQueryEnvelope) String

func (m *GetDBStatusQueryEnvelope) String() string

func (*GetDBStatusQueryEnvelope) XXX_DiscardUnknown

func (m *GetDBStatusQueryEnvelope) XXX_DiscardUnknown()

func (*GetDBStatusQueryEnvelope) XXX_Marshal

func (m *GetDBStatusQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDBStatusQueryEnvelope) XXX_Merge

func (m *GetDBStatusQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDBStatusQueryEnvelope) XXX_Size

func (m *GetDBStatusQueryEnvelope) XXX_Size() int

func (*GetDBStatusQueryEnvelope) XXX_Unmarshal

func (m *GetDBStatusQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetDBStatusResponse) Descriptor

func (*GetDBStatusResponse) Descriptor() ([]byte, []int)

func (*GetDBStatusResponse) GetExist

func (m *GetDBStatusResponse) GetExist() bool

func (*GetDBStatusResponse) GetHeader

func (m *GetDBStatusResponse) GetHeader() *ResponseHeader

func (*GetDBStatusResponse) ProtoMessage

func (*GetDBStatusResponse) ProtoMessage()

func (*GetDBStatusResponse) Reset

func (m *GetDBStatusResponse) Reset()

func (*GetDBStatusResponse) String

func (m *GetDBStatusResponse) String() string

func (*GetDBStatusResponse) XXX_DiscardUnknown

func (m *GetDBStatusResponse) XXX_DiscardUnknown()

func (*GetDBStatusResponse) XXX_Marshal

func (m *GetDBStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDBStatusResponse) XXX_Merge

func (m *GetDBStatusResponse) XXX_Merge(src proto.Message)

func (*GetDBStatusResponse) XXX_Size

func (m *GetDBStatusResponse) XXX_Size() int

func (*GetDBStatusResponse) XXX_Unmarshal

func (m *GetDBStatusResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

GetDBStatus

func (*GetDBStatusResponseEnvelope) Descriptor

func (*GetDBStatusResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetDBStatusResponseEnvelope) GetResponse

func (*GetDBStatusResponseEnvelope) GetSignature

func (m *GetDBStatusResponseEnvelope) GetSignature() []byte

func (*GetDBStatusResponseEnvelope) ProtoMessage

func (*GetDBStatusResponseEnvelope) ProtoMessage()

func (*GetDBStatusResponseEnvelope) Reset

func (m *GetDBStatusResponseEnvelope) Reset()

func (*GetDBStatusResponseEnvelope) String

func (m *GetDBStatusResponseEnvelope) String() string

func (*GetDBStatusResponseEnvelope) XXX_DiscardUnknown

func (m *GetDBStatusResponseEnvelope) XXX_DiscardUnknown()

func (*GetDBStatusResponseEnvelope) XXX_Marshal

func (m *GetDBStatusResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDBStatusResponseEnvelope) XXX_Merge

func (m *GetDBStatusResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetDBStatusResponseEnvelope) XXX_Size

func (m *GetDBStatusResponseEnvelope) XXX_Size() int

func (*GetDBStatusResponseEnvelope) XXX_Unmarshal

func (m *GetDBStatusResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDataDeletedByQuery) Descriptor

func (*GetDataDeletedByQuery) Descriptor() ([]byte, []int)

func (*GetDataDeletedByQuery) GetTargetUserId

func (m *GetDataDeletedByQuery) GetTargetUserId() string

func (*GetDataDeletedByQuery) GetUserId

func (m *GetDataDeletedByQuery) GetUserId() string

func (*GetDataDeletedByQuery) ProtoMessage

func (*GetDataDeletedByQuery) ProtoMessage()

func (*GetDataDeletedByQuery) Reset

func (m *GetDataDeletedByQuery) Reset()

func (*GetDataDeletedByQuery) String

func (m *GetDataDeletedByQuery) String() string

func (*GetDataDeletedByQuery) XXX_DiscardUnknown

func (m *GetDataDeletedByQuery) XXX_DiscardUnknown()

func (*GetDataDeletedByQuery) XXX_Marshal

func (m *GetDataDeletedByQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataDeletedByQuery) XXX_Merge

func (m *GetDataDeletedByQuery) XXX_Merge(src proto.Message)

func (*GetDataDeletedByQuery) XXX_Size

func (m *GetDataDeletedByQuery) XXX_Size() int

func (*GetDataDeletedByQuery) XXX_Unmarshal

func (m *GetDataDeletedByQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetDataDeletedByQueryEnvelope) Descriptor

func (*GetDataDeletedByQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDataDeletedByQueryEnvelope) GetPayload

func (*GetDataDeletedByQueryEnvelope) GetSignature

func (m *GetDataDeletedByQueryEnvelope) GetSignature() []byte

func (*GetDataDeletedByQueryEnvelope) ProtoMessage

func (*GetDataDeletedByQueryEnvelope) ProtoMessage()

func (*GetDataDeletedByQueryEnvelope) Reset

func (m *GetDataDeletedByQueryEnvelope) Reset()

func (*GetDataDeletedByQueryEnvelope) String

func (*GetDataDeletedByQueryEnvelope) XXX_DiscardUnknown

func (m *GetDataDeletedByQueryEnvelope) XXX_DiscardUnknown()

func (*GetDataDeletedByQueryEnvelope) XXX_Marshal

func (m *GetDataDeletedByQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataDeletedByQueryEnvelope) XXX_Merge

func (m *GetDataDeletedByQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDataDeletedByQueryEnvelope) XXX_Size

func (m *GetDataDeletedByQueryEnvelope) XXX_Size() int

func (*GetDataDeletedByQueryEnvelope) XXX_Unmarshal

func (m *GetDataDeletedByQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDataProofQuery) Descriptor

func (*GetDataProofQuery) Descriptor() ([]byte, []int)

func (*GetDataProofQuery) GetBlockNumber

func (m *GetDataProofQuery) GetBlockNumber() uint64

func (*GetDataProofQuery) GetDbName

func (m *GetDataProofQuery) GetDbName() string

func (*GetDataProofQuery) GetIsDeleted

func (m *GetDataProofQuery) GetIsDeleted() bool

func (*GetDataProofQuery) GetKey

func (m *GetDataProofQuery) GetKey() string

func (*GetDataProofQuery) GetUserId

func (m *GetDataProofQuery) GetUserId() string

func (*GetDataProofQuery) ProtoMessage

func (*GetDataProofQuery) ProtoMessage()

func (*GetDataProofQuery) Reset

func (m *GetDataProofQuery) Reset()

func (*GetDataProofQuery) String

func (m *GetDataProofQuery) String() string

func (*GetDataProofQuery) XXX_DiscardUnknown

func (m *GetDataProofQuery) XXX_DiscardUnknown()

func (*GetDataProofQuery) XXX_Marshal

func (m *GetDataProofQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataProofQuery) XXX_Merge

func (m *GetDataProofQuery) XXX_Merge(src proto.Message)

func (*GetDataProofQuery) XXX_Size

func (m *GetDataProofQuery) XXX_Size() int

func (*GetDataProofQuery) XXX_Unmarshal

func (m *GetDataProofQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetDataProofQueryEnvelope) Descriptor

func (*GetDataProofQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDataProofQueryEnvelope) GetPayload

func (*GetDataProofQueryEnvelope) GetSignature

func (m *GetDataProofQueryEnvelope) GetSignature() []byte

func (*GetDataProofQueryEnvelope) ProtoMessage

func (*GetDataProofQueryEnvelope) ProtoMessage()

func (*GetDataProofQueryEnvelope) Reset

func (m *GetDataProofQueryEnvelope) Reset()

func (*GetDataProofQueryEnvelope) String

func (m *GetDataProofQueryEnvelope) String() string

func (*GetDataProofQueryEnvelope) XXX_DiscardUnknown

func (m *GetDataProofQueryEnvelope) XXX_DiscardUnknown()

func (*GetDataProofQueryEnvelope) XXX_Marshal

func (m *GetDataProofQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataProofQueryEnvelope) XXX_Merge

func (m *GetDataProofQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDataProofQueryEnvelope) XXX_Size

func (m *GetDataProofQueryEnvelope) XXX_Size() int

func (*GetDataProofQueryEnvelope) XXX_Unmarshal

func (m *GetDataProofQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetDataProofResponse) Descriptor

func (*GetDataProofResponse) Descriptor() ([]byte, []int)

func (*GetDataProofResponse) GetHeader

func (m *GetDataProofResponse) GetHeader() *ResponseHeader

func (*GetDataProofResponse) GetPath

func (m *GetDataProofResponse) GetPath() []*MPTrieProofElement

func (*GetDataProofResponse) ProtoMessage

func (*GetDataProofResponse) ProtoMessage()

func (*GetDataProofResponse) Reset

func (m *GetDataProofResponse) Reset()

func (*GetDataProofResponse) String

func (m *GetDataProofResponse) String() string

func (*GetDataProofResponse) XXX_DiscardUnknown

func (m *GetDataProofResponse) XXX_DiscardUnknown()

func (*GetDataProofResponse) XXX_Marshal

func (m *GetDataProofResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataProofResponse) XXX_Merge

func (m *GetDataProofResponse) XXX_Merge(src proto.Message)

func (*GetDataProofResponse) XXX_Size

func (m *GetDataProofResponse) XXX_Size() int

func (*GetDataProofResponse) XXX_Unmarshal

func (m *GetDataProofResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

GetDataProof

func (*GetDataProofResponseEnvelope) Descriptor

func (*GetDataProofResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetDataProofResponseEnvelope) GetResponse

func (*GetDataProofResponseEnvelope) GetSignature

func (m *GetDataProofResponseEnvelope) GetSignature() []byte

func (*GetDataProofResponseEnvelope) ProtoMessage

func (*GetDataProofResponseEnvelope) ProtoMessage()

func (*GetDataProofResponseEnvelope) Reset

func (m *GetDataProofResponseEnvelope) Reset()

func (*GetDataProofResponseEnvelope) String

func (*GetDataProofResponseEnvelope) XXX_DiscardUnknown

func (m *GetDataProofResponseEnvelope) XXX_DiscardUnknown()

func (*GetDataProofResponseEnvelope) XXX_Marshal

func (m *GetDataProofResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataProofResponseEnvelope) XXX_Merge

func (m *GetDataProofResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetDataProofResponseEnvelope) XXX_Size

func (m *GetDataProofResponseEnvelope) XXX_Size() int

func (*GetDataProofResponseEnvelope) XXX_Unmarshal

func (m *GetDataProofResponseEnvelope) XXX_Unmarshal(b []byte) error

type GetDataProvenanceResponse

type GetDataProvenanceResponse 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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetDataProvenanceResponse) Descriptor

func (*GetDataProvenanceResponse) Descriptor() ([]byte, []int)

func (*GetDataProvenanceResponse) GetHeader

func (m *GetDataProvenanceResponse) GetHeader() *ResponseHeader

func (*GetDataProvenanceResponse) GetKVs

func (*GetDataProvenanceResponse) ProtoMessage

func (*GetDataProvenanceResponse) ProtoMessage()

func (*GetDataProvenanceResponse) Reset

func (m *GetDataProvenanceResponse) Reset()

func (*GetDataProvenanceResponse) String

func (m *GetDataProvenanceResponse) String() string

func (*GetDataProvenanceResponse) XXX_DiscardUnknown

func (m *GetDataProvenanceResponse) XXX_DiscardUnknown()

func (*GetDataProvenanceResponse) XXX_Marshal

func (m *GetDataProvenanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataProvenanceResponse) XXX_Merge

func (m *GetDataProvenanceResponse) XXX_Merge(src proto.Message)

func (*GetDataProvenanceResponse) XXX_Size

func (m *GetDataProvenanceResponse) XXX_Size() int

func (*GetDataProvenanceResponse) XXX_Unmarshal

func (m *GetDataProvenanceResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

GetDataProvenance

func (*GetDataProvenanceResponseEnvelope) Descriptor

func (*GetDataProvenanceResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetDataProvenanceResponseEnvelope) GetResponse

func (*GetDataProvenanceResponseEnvelope) GetSignature

func (m *GetDataProvenanceResponseEnvelope) GetSignature() []byte

func (*GetDataProvenanceResponseEnvelope) ProtoMessage

func (*GetDataProvenanceResponseEnvelope) ProtoMessage()

func (*GetDataProvenanceResponseEnvelope) Reset

func (*GetDataProvenanceResponseEnvelope) String

func (*GetDataProvenanceResponseEnvelope) XXX_DiscardUnknown

func (m *GetDataProvenanceResponseEnvelope) XXX_DiscardUnknown()

func (*GetDataProvenanceResponseEnvelope) XXX_Marshal

func (m *GetDataProvenanceResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataProvenanceResponseEnvelope) XXX_Merge

func (*GetDataProvenanceResponseEnvelope) XXX_Size

func (m *GetDataProvenanceResponseEnvelope) XXX_Size() int

func (*GetDataProvenanceResponseEnvelope) XXX_Unmarshal

func (m *GetDataProvenanceResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDataQuery) Descriptor

func (*GetDataQuery) Descriptor() ([]byte, []int)

func (*GetDataQuery) GetDbName

func (m *GetDataQuery) GetDbName() string

func (*GetDataQuery) GetKey

func (m *GetDataQuery) GetKey() string

func (*GetDataQuery) GetUserId

func (m *GetDataQuery) GetUserId() string

func (*GetDataQuery) ProtoMessage

func (*GetDataQuery) ProtoMessage()

func (*GetDataQuery) Reset

func (m *GetDataQuery) Reset()

func (*GetDataQuery) String

func (m *GetDataQuery) String() string

func (*GetDataQuery) XXX_DiscardUnknown

func (m *GetDataQuery) XXX_DiscardUnknown()

func (*GetDataQuery) XXX_Marshal

func (m *GetDataQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataQuery) XXX_Merge

func (m *GetDataQuery) XXX_Merge(src proto.Message)

func (*GetDataQuery) XXX_Size

func (m *GetDataQuery) XXX_Size() int

func (*GetDataQuery) XXX_Unmarshal

func (m *GetDataQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GetDataQueryEnvelope) Descriptor

func (*GetDataQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDataQueryEnvelope) GetPayload

func (m *GetDataQueryEnvelope) GetPayload() *GetDataQuery

func (*GetDataQueryEnvelope) GetSignature

func (m *GetDataQueryEnvelope) GetSignature() []byte

func (*GetDataQueryEnvelope) ProtoMessage

func (*GetDataQueryEnvelope) ProtoMessage()

func (*GetDataQueryEnvelope) Reset

func (m *GetDataQueryEnvelope) Reset()

func (*GetDataQueryEnvelope) String

func (m *GetDataQueryEnvelope) String() string

func (*GetDataQueryEnvelope) XXX_DiscardUnknown

func (m *GetDataQueryEnvelope) XXX_DiscardUnknown()

func (*GetDataQueryEnvelope) XXX_Marshal

func (m *GetDataQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataQueryEnvelope) XXX_Merge

func (m *GetDataQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDataQueryEnvelope) XXX_Size

func (m *GetDataQueryEnvelope) XXX_Size() int

func (*GetDataQueryEnvelope) XXX_Unmarshal

func (m *GetDataQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDataReadByQuery) Descriptor

func (*GetDataReadByQuery) Descriptor() ([]byte, []int)

func (*GetDataReadByQuery) GetTargetUserId

func (m *GetDataReadByQuery) GetTargetUserId() string

func (*GetDataReadByQuery) GetUserId

func (m *GetDataReadByQuery) GetUserId() string

func (*GetDataReadByQuery) ProtoMessage

func (*GetDataReadByQuery) ProtoMessage()

func (*GetDataReadByQuery) Reset

func (m *GetDataReadByQuery) Reset()

func (*GetDataReadByQuery) String

func (m *GetDataReadByQuery) String() string

func (*GetDataReadByQuery) XXX_DiscardUnknown

func (m *GetDataReadByQuery) XXX_DiscardUnknown()

func (*GetDataReadByQuery) XXX_Marshal

func (m *GetDataReadByQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataReadByQuery) XXX_Merge

func (m *GetDataReadByQuery) XXX_Merge(src proto.Message)

func (*GetDataReadByQuery) XXX_Size

func (m *GetDataReadByQuery) XXX_Size() int

func (*GetDataReadByQuery) XXX_Unmarshal

func (m *GetDataReadByQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetDataReadByQueryEnvelope) Descriptor

func (*GetDataReadByQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDataReadByQueryEnvelope) GetPayload

func (*GetDataReadByQueryEnvelope) GetSignature

func (m *GetDataReadByQueryEnvelope) GetSignature() []byte

func (*GetDataReadByQueryEnvelope) ProtoMessage

func (*GetDataReadByQueryEnvelope) ProtoMessage()

func (*GetDataReadByQueryEnvelope) Reset

func (m *GetDataReadByQueryEnvelope) Reset()

func (*GetDataReadByQueryEnvelope) String

func (m *GetDataReadByQueryEnvelope) String() string

func (*GetDataReadByQueryEnvelope) XXX_DiscardUnknown

func (m *GetDataReadByQueryEnvelope) XXX_DiscardUnknown()

func (*GetDataReadByQueryEnvelope) XXX_Marshal

func (m *GetDataReadByQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataReadByQueryEnvelope) XXX_Merge

func (m *GetDataReadByQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDataReadByQueryEnvelope) XXX_Size

func (m *GetDataReadByQueryEnvelope) XXX_Size() int

func (*GetDataReadByQueryEnvelope) XXX_Unmarshal

func (m *GetDataReadByQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDataReadersQuery) Descriptor

func (*GetDataReadersQuery) Descriptor() ([]byte, []int)

func (*GetDataReadersQuery) GetDbName

func (m *GetDataReadersQuery) GetDbName() string

func (*GetDataReadersQuery) GetKey

func (m *GetDataReadersQuery) GetKey() string

func (*GetDataReadersQuery) GetUserId

func (m *GetDataReadersQuery) GetUserId() string

func (*GetDataReadersQuery) ProtoMessage

func (*GetDataReadersQuery) ProtoMessage()

func (*GetDataReadersQuery) Reset

func (m *GetDataReadersQuery) Reset()

func (*GetDataReadersQuery) String

func (m *GetDataReadersQuery) String() string

func (*GetDataReadersQuery) XXX_DiscardUnknown

func (m *GetDataReadersQuery) XXX_DiscardUnknown()

func (*GetDataReadersQuery) XXX_Marshal

func (m *GetDataReadersQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataReadersQuery) XXX_Merge

func (m *GetDataReadersQuery) XXX_Merge(src proto.Message)

func (*GetDataReadersQuery) XXX_Size

func (m *GetDataReadersQuery) XXX_Size() int

func (*GetDataReadersQuery) XXX_Unmarshal

func (m *GetDataReadersQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetDataReadersQueryEnvelope) Descriptor

func (*GetDataReadersQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDataReadersQueryEnvelope) GetPayload

func (*GetDataReadersQueryEnvelope) GetSignature

func (m *GetDataReadersQueryEnvelope) GetSignature() []byte

func (*GetDataReadersQueryEnvelope) ProtoMessage

func (*GetDataReadersQueryEnvelope) ProtoMessage()

func (*GetDataReadersQueryEnvelope) Reset

func (m *GetDataReadersQueryEnvelope) Reset()

func (*GetDataReadersQueryEnvelope) String

func (m *GetDataReadersQueryEnvelope) String() string

func (*GetDataReadersQueryEnvelope) XXX_DiscardUnknown

func (m *GetDataReadersQueryEnvelope) XXX_DiscardUnknown()

func (*GetDataReadersQueryEnvelope) XXX_Marshal

func (m *GetDataReadersQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataReadersQueryEnvelope) XXX_Merge

func (m *GetDataReadersQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDataReadersQueryEnvelope) XXX_Size

func (m *GetDataReadersQueryEnvelope) XXX_Size() int

func (*GetDataReadersQueryEnvelope) XXX_Unmarshal

func (m *GetDataReadersQueryEnvelope) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetDataReadersResponse) Descriptor

func (*GetDataReadersResponse) Descriptor() ([]byte, []int)

func (*GetDataReadersResponse) GetHeader

func (m *GetDataReadersResponse) GetHeader() *ResponseHeader

func (*GetDataReadersResponse) GetReadBy

func (m *GetDataReadersResponse) GetReadBy() map[string]uint32

func (*GetDataReadersResponse) ProtoMessage

func (*GetDataReadersResponse) ProtoMessage()

func (*GetDataReadersResponse) Reset

func (m *GetDataReadersResponse) Reset()

func (*GetDataReadersResponse) String

func (m *GetDataReadersResponse) String() string

func (*GetDataReadersResponse) XXX_DiscardUnknown

func (m *GetDataReadersResponse) XXX_DiscardUnknown()

func (*GetDataReadersResponse) XXX_Marshal

func (m *GetDataReadersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataReadersResponse) XXX_Merge

func (m *GetDataReadersResponse) XXX_Merge(src proto.Message)

func (*GetDataReadersResponse) XXX_Size

func (m *GetDataReadersResponse) XXX_Size() int

func (*GetDataReadersResponse) XXX_Unmarshal

func (m *GetDataReadersResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

GetDataReaders

func (*GetDataReadersResponseEnvelope) Descriptor

func (*GetDataReadersResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetDataReadersResponseEnvelope) GetResponse

func (*GetDataReadersResponseEnvelope) GetSignature

func (m *GetDataReadersResponseEnvelope) GetSignature() []byte

func (*GetDataReadersResponseEnvelope) ProtoMessage

func (*GetDataReadersResponseEnvelope) ProtoMessage()

func (*GetDataReadersResponseEnvelope) Reset

func (m *GetDataReadersResponseEnvelope) Reset()

func (*GetDataReadersResponseEnvelope) String

func (*GetDataReadersResponseEnvelope) XXX_DiscardUnknown

func (m *GetDataReadersResponseEnvelope) XXX_DiscardUnknown()

func (*GetDataReadersResponseEnvelope) XXX_Marshal

func (m *GetDataReadersResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataReadersResponseEnvelope) XXX_Merge

func (m *GetDataReadersResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetDataReadersResponseEnvelope) XXX_Size

func (m *GetDataReadersResponseEnvelope) XXX_Size() int

func (*GetDataReadersResponseEnvelope) XXX_Unmarshal

func (m *GetDataReadersResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetDataResponse) Descriptor

func (*GetDataResponse) Descriptor() ([]byte, []int)

func (*GetDataResponse) GetHeader

func (m *GetDataResponse) GetHeader() *ResponseHeader

func (*GetDataResponse) GetMetadata

func (m *GetDataResponse) GetMetadata() *Metadata

func (*GetDataResponse) GetValue

func (m *GetDataResponse) GetValue() []byte

func (*GetDataResponse) ProtoMessage

func (*GetDataResponse) ProtoMessage()

func (*GetDataResponse) Reset

func (m *GetDataResponse) Reset()

func (*GetDataResponse) String

func (m *GetDataResponse) String() string

func (*GetDataResponse) XXX_DiscardUnknown

func (m *GetDataResponse) XXX_DiscardUnknown()

func (*GetDataResponse) XXX_Marshal

func (m *GetDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataResponse) XXX_Merge

func (m *GetDataResponse) XXX_Merge(src proto.Message)

func (*GetDataResponse) XXX_Size

func (m *GetDataResponse) XXX_Size() int

func (*GetDataResponse) XXX_Unmarshal

func (m *GetDataResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

GetData

func (*GetDataResponseEnvelope) Descriptor

func (*GetDataResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetDataResponseEnvelope) GetResponse

func (m *GetDataResponseEnvelope) GetResponse() *GetDataResponse

func (*GetDataResponseEnvelope) GetSignature

func (m *GetDataResponseEnvelope) GetSignature() []byte

func (*GetDataResponseEnvelope) ProtoMessage

func (*GetDataResponseEnvelope) ProtoMessage()

func (*GetDataResponseEnvelope) Reset

func (m *GetDataResponseEnvelope) Reset()

func (*GetDataResponseEnvelope) String

func (m *GetDataResponseEnvelope) String() string

func (*GetDataResponseEnvelope) XXX_DiscardUnknown

func (m *GetDataResponseEnvelope) XXX_DiscardUnknown()

func (*GetDataResponseEnvelope) XXX_Marshal

func (m *GetDataResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataResponseEnvelope) XXX_Merge

func (m *GetDataResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetDataResponseEnvelope) XXX_Size

func (m *GetDataResponseEnvelope) XXX_Size() int

func (*GetDataResponseEnvelope) XXX_Unmarshal

func (m *GetDataResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDataWritersQuery) Descriptor

func (*GetDataWritersQuery) Descriptor() ([]byte, []int)

func (*GetDataWritersQuery) GetDbName

func (m *GetDataWritersQuery) GetDbName() string

func (*GetDataWritersQuery) GetKey

func (m *GetDataWritersQuery) GetKey() string

func (*GetDataWritersQuery) GetUserId

func (m *GetDataWritersQuery) GetUserId() string

func (*GetDataWritersQuery) ProtoMessage

func (*GetDataWritersQuery) ProtoMessage()

func (*GetDataWritersQuery) Reset

func (m *GetDataWritersQuery) Reset()

func (*GetDataWritersQuery) String

func (m *GetDataWritersQuery) String() string

func (*GetDataWritersQuery) XXX_DiscardUnknown

func (m *GetDataWritersQuery) XXX_DiscardUnknown()

func (*GetDataWritersQuery) XXX_Marshal

func (m *GetDataWritersQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataWritersQuery) XXX_Merge

func (m *GetDataWritersQuery) XXX_Merge(src proto.Message)

func (*GetDataWritersQuery) XXX_Size

func (m *GetDataWritersQuery) XXX_Size() int

func (*GetDataWritersQuery) XXX_Unmarshal

func (m *GetDataWritersQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetDataWritersQueryEnvelope) Descriptor

func (*GetDataWritersQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDataWritersQueryEnvelope) GetPayload

func (*GetDataWritersQueryEnvelope) GetSignature

func (m *GetDataWritersQueryEnvelope) GetSignature() []byte

func (*GetDataWritersQueryEnvelope) ProtoMessage

func (*GetDataWritersQueryEnvelope) ProtoMessage()

func (*GetDataWritersQueryEnvelope) Reset

func (m *GetDataWritersQueryEnvelope) Reset()

func (*GetDataWritersQueryEnvelope) String

func (m *GetDataWritersQueryEnvelope) String() string

func (*GetDataWritersQueryEnvelope) XXX_DiscardUnknown

func (m *GetDataWritersQueryEnvelope) XXX_DiscardUnknown()

func (*GetDataWritersQueryEnvelope) XXX_Marshal

func (m *GetDataWritersQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataWritersQueryEnvelope) XXX_Merge

func (m *GetDataWritersQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDataWritersQueryEnvelope) XXX_Size

func (m *GetDataWritersQueryEnvelope) XXX_Size() int

func (*GetDataWritersQueryEnvelope) XXX_Unmarshal

func (m *GetDataWritersQueryEnvelope) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetDataWritersResponse) Descriptor

func (*GetDataWritersResponse) Descriptor() ([]byte, []int)

func (*GetDataWritersResponse) GetHeader

func (m *GetDataWritersResponse) GetHeader() *ResponseHeader

func (*GetDataWritersResponse) GetWrittenBy

func (m *GetDataWritersResponse) GetWrittenBy() map[string]uint32

func (*GetDataWritersResponse) ProtoMessage

func (*GetDataWritersResponse) ProtoMessage()

func (*GetDataWritersResponse) Reset

func (m *GetDataWritersResponse) Reset()

func (*GetDataWritersResponse) String

func (m *GetDataWritersResponse) String() string

func (*GetDataWritersResponse) XXX_DiscardUnknown

func (m *GetDataWritersResponse) XXX_DiscardUnknown()

func (*GetDataWritersResponse) XXX_Marshal

func (m *GetDataWritersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataWritersResponse) XXX_Merge

func (m *GetDataWritersResponse) XXX_Merge(src proto.Message)

func (*GetDataWritersResponse) XXX_Size

func (m *GetDataWritersResponse) XXX_Size() int

func (*GetDataWritersResponse) XXX_Unmarshal

func (m *GetDataWritersResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

GetDataWriters

func (*GetDataWritersResponseEnvelope) Descriptor

func (*GetDataWritersResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetDataWritersResponseEnvelope) GetResponse

func (*GetDataWritersResponseEnvelope) GetSignature

func (m *GetDataWritersResponseEnvelope) GetSignature() []byte

func (*GetDataWritersResponseEnvelope) ProtoMessage

func (*GetDataWritersResponseEnvelope) ProtoMessage()

func (*GetDataWritersResponseEnvelope) Reset

func (m *GetDataWritersResponseEnvelope) Reset()

func (*GetDataWritersResponseEnvelope) String

func (*GetDataWritersResponseEnvelope) XXX_DiscardUnknown

func (m *GetDataWritersResponseEnvelope) XXX_DiscardUnknown()

func (*GetDataWritersResponseEnvelope) XXX_Marshal

func (m *GetDataWritersResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataWritersResponseEnvelope) XXX_Merge

func (m *GetDataWritersResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetDataWritersResponseEnvelope) XXX_Size

func (m *GetDataWritersResponseEnvelope) XXX_Size() int

func (*GetDataWritersResponseEnvelope) XXX_Unmarshal

func (m *GetDataWritersResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDataWrittenByQuery) Descriptor

func (*GetDataWrittenByQuery) Descriptor() ([]byte, []int)

func (*GetDataWrittenByQuery) GetTargetUserId

func (m *GetDataWrittenByQuery) GetTargetUserId() string

func (*GetDataWrittenByQuery) GetUserId

func (m *GetDataWrittenByQuery) GetUserId() string

func (*GetDataWrittenByQuery) ProtoMessage

func (*GetDataWrittenByQuery) ProtoMessage()

func (*GetDataWrittenByQuery) Reset

func (m *GetDataWrittenByQuery) Reset()

func (*GetDataWrittenByQuery) String

func (m *GetDataWrittenByQuery) String() string

func (*GetDataWrittenByQuery) XXX_DiscardUnknown

func (m *GetDataWrittenByQuery) XXX_DiscardUnknown()

func (*GetDataWrittenByQuery) XXX_Marshal

func (m *GetDataWrittenByQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataWrittenByQuery) XXX_Merge

func (m *GetDataWrittenByQuery) XXX_Merge(src proto.Message)

func (*GetDataWrittenByQuery) XXX_Size

func (m *GetDataWrittenByQuery) XXX_Size() int

func (*GetDataWrittenByQuery) XXX_Unmarshal

func (m *GetDataWrittenByQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetDataWrittenByQueryEnvelope) Descriptor

func (*GetDataWrittenByQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetDataWrittenByQueryEnvelope) GetPayload

func (*GetDataWrittenByQueryEnvelope) GetSignature

func (m *GetDataWrittenByQueryEnvelope) GetSignature() []byte

func (*GetDataWrittenByQueryEnvelope) ProtoMessage

func (*GetDataWrittenByQueryEnvelope) ProtoMessage()

func (*GetDataWrittenByQueryEnvelope) Reset

func (m *GetDataWrittenByQueryEnvelope) Reset()

func (*GetDataWrittenByQueryEnvelope) String

func (*GetDataWrittenByQueryEnvelope) XXX_DiscardUnknown

func (m *GetDataWrittenByQueryEnvelope) XXX_DiscardUnknown()

func (*GetDataWrittenByQueryEnvelope) XXX_Marshal

func (m *GetDataWrittenByQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDataWrittenByQueryEnvelope) XXX_Merge

func (m *GetDataWrittenByQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetDataWrittenByQueryEnvelope) XXX_Size

func (m *GetDataWrittenByQueryEnvelope) XXX_Size() int

func (*GetDataWrittenByQueryEnvelope) XXX_Unmarshal

func (m *GetDataWrittenByQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHistoricalDataQuery) Descriptor

func (*GetHistoricalDataQuery) Descriptor() ([]byte, []int)

func (*GetHistoricalDataQuery) GetDbName

func (m *GetHistoricalDataQuery) GetDbName() string

func (*GetHistoricalDataQuery) GetDirection

func (m *GetHistoricalDataQuery) GetDirection() string

func (*GetHistoricalDataQuery) GetKey

func (m *GetHistoricalDataQuery) GetKey() string

func (*GetHistoricalDataQuery) GetMostRecent

func (m *GetHistoricalDataQuery) GetMostRecent() bool

func (*GetHistoricalDataQuery) GetOnlyDeletes

func (m *GetHistoricalDataQuery) GetOnlyDeletes() bool

func (*GetHistoricalDataQuery) GetUserId

func (m *GetHistoricalDataQuery) GetUserId() string

func (*GetHistoricalDataQuery) GetVersion

func (m *GetHistoricalDataQuery) GetVersion() *Version

func (*GetHistoricalDataQuery) ProtoMessage

func (*GetHistoricalDataQuery) ProtoMessage()

func (*GetHistoricalDataQuery) Reset

func (m *GetHistoricalDataQuery) Reset()

func (*GetHistoricalDataQuery) String

func (m *GetHistoricalDataQuery) String() string

func (*GetHistoricalDataQuery) XXX_DiscardUnknown

func (m *GetHistoricalDataQuery) XXX_DiscardUnknown()

func (*GetHistoricalDataQuery) XXX_Marshal

func (m *GetHistoricalDataQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetHistoricalDataQuery) XXX_Merge

func (m *GetHistoricalDataQuery) XXX_Merge(src proto.Message)

func (*GetHistoricalDataQuery) XXX_Size

func (m *GetHistoricalDataQuery) XXX_Size() int

func (*GetHistoricalDataQuery) XXX_Unmarshal

func (m *GetHistoricalDataQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetHistoricalDataQueryEnvelope) Descriptor

func (*GetHistoricalDataQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetHistoricalDataQueryEnvelope) GetPayload

func (*GetHistoricalDataQueryEnvelope) GetSignature

func (m *GetHistoricalDataQueryEnvelope) GetSignature() []byte

func (*GetHistoricalDataQueryEnvelope) ProtoMessage

func (*GetHistoricalDataQueryEnvelope) ProtoMessage()

func (*GetHistoricalDataQueryEnvelope) Reset

func (m *GetHistoricalDataQueryEnvelope) Reset()

func (*GetHistoricalDataQueryEnvelope) String

func (*GetHistoricalDataQueryEnvelope) XXX_DiscardUnknown

func (m *GetHistoricalDataQueryEnvelope) XXX_DiscardUnknown()

func (*GetHistoricalDataQueryEnvelope) XXX_Marshal

func (m *GetHistoricalDataQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetHistoricalDataQueryEnvelope) XXX_Merge

func (m *GetHistoricalDataQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetHistoricalDataQueryEnvelope) XXX_Size

func (m *GetHistoricalDataQueryEnvelope) XXX_Size() int

func (*GetHistoricalDataQueryEnvelope) XXX_Unmarshal

func (m *GetHistoricalDataQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetHistoricalDataResponse) Descriptor

func (*GetHistoricalDataResponse) Descriptor() ([]byte, []int)

func (*GetHistoricalDataResponse) GetHeader

func (m *GetHistoricalDataResponse) GetHeader() *ResponseHeader

func (*GetHistoricalDataResponse) GetValues

func (m *GetHistoricalDataResponse) GetValues() []*ValueWithMetadata

func (*GetHistoricalDataResponse) ProtoMessage

func (*GetHistoricalDataResponse) ProtoMessage()

func (*GetHistoricalDataResponse) Reset

func (m *GetHistoricalDataResponse) Reset()

func (*GetHistoricalDataResponse) String

func (m *GetHistoricalDataResponse) String() string

func (*GetHistoricalDataResponse) XXX_DiscardUnknown

func (m *GetHistoricalDataResponse) XXX_DiscardUnknown()

func (*GetHistoricalDataResponse) XXX_Marshal

func (m *GetHistoricalDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetHistoricalDataResponse) XXX_Merge

func (m *GetHistoricalDataResponse) XXX_Merge(src proto.Message)

func (*GetHistoricalDataResponse) XXX_Size

func (m *GetHistoricalDataResponse) XXX_Size() int

func (*GetHistoricalDataResponse) XXX_Unmarshal

func (m *GetHistoricalDataResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

GetHistoricalData

func (*GetHistoricalDataResponseEnvelope) Descriptor

func (*GetHistoricalDataResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetHistoricalDataResponseEnvelope) GetResponse

func (*GetHistoricalDataResponseEnvelope) GetSignature

func (m *GetHistoricalDataResponseEnvelope) GetSignature() []byte

func (*GetHistoricalDataResponseEnvelope) ProtoMessage

func (*GetHistoricalDataResponseEnvelope) ProtoMessage()

func (*GetHistoricalDataResponseEnvelope) Reset

func (*GetHistoricalDataResponseEnvelope) String

func (*GetHistoricalDataResponseEnvelope) XXX_DiscardUnknown

func (m *GetHistoricalDataResponseEnvelope) XXX_DiscardUnknown()

func (*GetHistoricalDataResponseEnvelope) XXX_Marshal

func (m *GetHistoricalDataResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetHistoricalDataResponseEnvelope) XXX_Merge

func (*GetHistoricalDataResponseEnvelope) XXX_Size

func (m *GetHistoricalDataResponseEnvelope) XXX_Size() int

func (*GetHistoricalDataResponseEnvelope) XXX_Unmarshal

func (m *GetHistoricalDataResponseEnvelope) XXX_Unmarshal(b []byte) error

type GetLastBlockQuery

type GetLastBlockQuery struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLastBlockQuery) Descriptor

func (*GetLastBlockQuery) Descriptor() ([]byte, []int)

func (*GetLastBlockQuery) GetUserId

func (m *GetLastBlockQuery) GetUserId() string

func (*GetLastBlockQuery) ProtoMessage

func (*GetLastBlockQuery) ProtoMessage()

func (*GetLastBlockQuery) Reset

func (m *GetLastBlockQuery) Reset()

func (*GetLastBlockQuery) String

func (m *GetLastBlockQuery) String() string

func (*GetLastBlockQuery) XXX_DiscardUnknown

func (m *GetLastBlockQuery) XXX_DiscardUnknown()

func (*GetLastBlockQuery) XXX_Marshal

func (m *GetLastBlockQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLastBlockQuery) XXX_Merge

func (m *GetLastBlockQuery) XXX_Merge(src proto.Message)

func (*GetLastBlockQuery) XXX_Size

func (m *GetLastBlockQuery) XXX_Size() int

func (*GetLastBlockQuery) XXX_Unmarshal

func (m *GetLastBlockQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetLastBlockQueryEnvelope) Descriptor

func (*GetLastBlockQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetLastBlockQueryEnvelope) GetPayload

func (*GetLastBlockQueryEnvelope) GetSignature

func (m *GetLastBlockQueryEnvelope) GetSignature() []byte

func (*GetLastBlockQueryEnvelope) ProtoMessage

func (*GetLastBlockQueryEnvelope) ProtoMessage()

func (*GetLastBlockQueryEnvelope) Reset

func (m *GetLastBlockQueryEnvelope) Reset()

func (*GetLastBlockQueryEnvelope) String

func (m *GetLastBlockQueryEnvelope) String() string

func (*GetLastBlockQueryEnvelope) XXX_DiscardUnknown

func (m *GetLastBlockQueryEnvelope) XXX_DiscardUnknown()

func (*GetLastBlockQueryEnvelope) XXX_Marshal

func (m *GetLastBlockQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLastBlockQueryEnvelope) XXX_Merge

func (m *GetLastBlockQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetLastBlockQueryEnvelope) XXX_Size

func (m *GetLastBlockQueryEnvelope) XXX_Size() int

func (*GetLastBlockQueryEnvelope) XXX_Unmarshal

func (m *GetLastBlockQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLedgerPathQuery) Descriptor

func (*GetLedgerPathQuery) Descriptor() ([]byte, []int)

func (*GetLedgerPathQuery) GetEndBlockNumber

func (m *GetLedgerPathQuery) GetEndBlockNumber() uint64

func (*GetLedgerPathQuery) GetStartBlockNumber

func (m *GetLedgerPathQuery) GetStartBlockNumber() uint64

func (*GetLedgerPathQuery) GetUserId

func (m *GetLedgerPathQuery) GetUserId() string

func (*GetLedgerPathQuery) ProtoMessage

func (*GetLedgerPathQuery) ProtoMessage()

func (*GetLedgerPathQuery) Reset

func (m *GetLedgerPathQuery) Reset()

func (*GetLedgerPathQuery) String

func (m *GetLedgerPathQuery) String() string

func (*GetLedgerPathQuery) XXX_DiscardUnknown

func (m *GetLedgerPathQuery) XXX_DiscardUnknown()

func (*GetLedgerPathQuery) XXX_Marshal

func (m *GetLedgerPathQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLedgerPathQuery) XXX_Merge

func (m *GetLedgerPathQuery) XXX_Merge(src proto.Message)

func (*GetLedgerPathQuery) XXX_Size

func (m *GetLedgerPathQuery) XXX_Size() int

func (*GetLedgerPathQuery) XXX_Unmarshal

func (m *GetLedgerPathQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetLedgerPathQueryEnvelope) Descriptor

func (*GetLedgerPathQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetLedgerPathQueryEnvelope) GetPayload

func (*GetLedgerPathQueryEnvelope) GetSignature

func (m *GetLedgerPathQueryEnvelope) GetSignature() []byte

func (*GetLedgerPathQueryEnvelope) ProtoMessage

func (*GetLedgerPathQueryEnvelope) ProtoMessage()

func (*GetLedgerPathQueryEnvelope) Reset

func (m *GetLedgerPathQueryEnvelope) Reset()

func (*GetLedgerPathQueryEnvelope) String

func (m *GetLedgerPathQueryEnvelope) String() string

func (*GetLedgerPathQueryEnvelope) XXX_DiscardUnknown

func (m *GetLedgerPathQueryEnvelope) XXX_DiscardUnknown()

func (*GetLedgerPathQueryEnvelope) XXX_Marshal

func (m *GetLedgerPathQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLedgerPathQueryEnvelope) XXX_Merge

func (m *GetLedgerPathQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetLedgerPathQueryEnvelope) XXX_Size

func (m *GetLedgerPathQueryEnvelope) XXX_Size() int

func (*GetLedgerPathQueryEnvelope) XXX_Unmarshal

func (m *GetLedgerPathQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetLedgerPathResponse) Descriptor

func (*GetLedgerPathResponse) Descriptor() ([]byte, []int)

func (*GetLedgerPathResponse) GetBlockHeaders

func (m *GetLedgerPathResponse) GetBlockHeaders() []*BlockHeader

func (*GetLedgerPathResponse) GetHeader

func (m *GetLedgerPathResponse) GetHeader() *ResponseHeader

func (*GetLedgerPathResponse) ProtoMessage

func (*GetLedgerPathResponse) ProtoMessage()

func (*GetLedgerPathResponse) Reset

func (m *GetLedgerPathResponse) Reset()

func (*GetLedgerPathResponse) String

func (m *GetLedgerPathResponse) String() string

func (*GetLedgerPathResponse) XXX_DiscardUnknown

func (m *GetLedgerPathResponse) XXX_DiscardUnknown()

func (*GetLedgerPathResponse) XXX_Marshal

func (m *GetLedgerPathResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLedgerPathResponse) XXX_Merge

func (m *GetLedgerPathResponse) XXX_Merge(src proto.Message)

func (*GetLedgerPathResponse) XXX_Size

func (m *GetLedgerPathResponse) XXX_Size() int

func (*GetLedgerPathResponse) XXX_Unmarshal

func (m *GetLedgerPathResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

GetLedgerPath

func (*GetLedgerPathResponseEnvelope) Descriptor

func (*GetLedgerPathResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetLedgerPathResponseEnvelope) GetResponse

func (*GetLedgerPathResponseEnvelope) GetSignature

func (m *GetLedgerPathResponseEnvelope) GetSignature() []byte

func (*GetLedgerPathResponseEnvelope) ProtoMessage

func (*GetLedgerPathResponseEnvelope) ProtoMessage()

func (*GetLedgerPathResponseEnvelope) Reset

func (m *GetLedgerPathResponseEnvelope) Reset()

func (*GetLedgerPathResponseEnvelope) String

func (*GetLedgerPathResponseEnvelope) XXX_DiscardUnknown

func (m *GetLedgerPathResponseEnvelope) XXX_DiscardUnknown()

func (*GetLedgerPathResponseEnvelope) XXX_Marshal

func (m *GetLedgerPathResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLedgerPathResponseEnvelope) XXX_Merge

func (m *GetLedgerPathResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetLedgerPathResponseEnvelope) XXX_Size

func (m *GetLedgerPathResponseEnvelope) XXX_Size() int

func (*GetLedgerPathResponseEnvelope) XXX_Unmarshal

func (m *GetLedgerPathResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*GetMostRecentUserOrNodeQuery) Descriptor

func (*GetMostRecentUserOrNodeQuery) Descriptor() ([]byte, []int)

func (*GetMostRecentUserOrNodeQuery) GetId

func (*GetMostRecentUserOrNodeQuery) GetType

func (*GetMostRecentUserOrNodeQuery) GetUserId

func (m *GetMostRecentUserOrNodeQuery) GetUserId() string

func (*GetMostRecentUserOrNodeQuery) GetVersion

func (m *GetMostRecentUserOrNodeQuery) GetVersion() *Version

func (*GetMostRecentUserOrNodeQuery) ProtoMessage

func (*GetMostRecentUserOrNodeQuery) ProtoMessage()

func (*GetMostRecentUserOrNodeQuery) Reset

func (m *GetMostRecentUserOrNodeQuery) Reset()

func (*GetMostRecentUserOrNodeQuery) String

func (*GetMostRecentUserOrNodeQuery) XXX_DiscardUnknown

func (m *GetMostRecentUserOrNodeQuery) XXX_DiscardUnknown()

func (*GetMostRecentUserOrNodeQuery) XXX_Marshal

func (m *GetMostRecentUserOrNodeQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMostRecentUserOrNodeQuery) XXX_Merge

func (m *GetMostRecentUserOrNodeQuery) XXX_Merge(src proto.Message)

func (*GetMostRecentUserOrNodeQuery) XXX_Size

func (m *GetMostRecentUserOrNodeQuery) XXX_Size() int

func (*GetMostRecentUserOrNodeQuery) XXX_Unmarshal

func (m *GetMostRecentUserOrNodeQuery) XXX_Unmarshal(b []byte) error

type GetMostRecentUserOrNodeQuery_Type

type GetMostRecentUserOrNodeQuery_Type int32
const (
	GetMostRecentUserOrNodeQuery_USER GetMostRecentUserOrNodeQuery_Type = 0
	GetMostRecentUserOrNodeQuery_NODE GetMostRecentUserOrNodeQuery_Type = 1
)

func (GetMostRecentUserOrNodeQuery_Type) EnumDescriptor

func (GetMostRecentUserOrNodeQuery_Type) EnumDescriptor() ([]byte, []int)

func (GetMostRecentUserOrNodeQuery_Type) String

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNodeConfigQuery) Descriptor

func (*GetNodeConfigQuery) Descriptor() ([]byte, []int)

func (*GetNodeConfigQuery) GetNodeId

func (m *GetNodeConfigQuery) GetNodeId() string

func (*GetNodeConfigQuery) GetUserId

func (m *GetNodeConfigQuery) GetUserId() string

func (*GetNodeConfigQuery) ProtoMessage

func (*GetNodeConfigQuery) ProtoMessage()

func (*GetNodeConfigQuery) Reset

func (m *GetNodeConfigQuery) Reset()

func (*GetNodeConfigQuery) String

func (m *GetNodeConfigQuery) String() string

func (*GetNodeConfigQuery) XXX_DiscardUnknown

func (m *GetNodeConfigQuery) XXX_DiscardUnknown()

func (*GetNodeConfigQuery) XXX_Marshal

func (m *GetNodeConfigQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeConfigQuery) XXX_Merge

func (m *GetNodeConfigQuery) XXX_Merge(src proto.Message)

func (*GetNodeConfigQuery) XXX_Size

func (m *GetNodeConfigQuery) XXX_Size() int

func (*GetNodeConfigQuery) XXX_Unmarshal

func (m *GetNodeConfigQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetNodeConfigQueryEnvelope) Descriptor

func (*GetNodeConfigQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetNodeConfigQueryEnvelope) GetPayload

func (*GetNodeConfigQueryEnvelope) GetSignature

func (m *GetNodeConfigQueryEnvelope) GetSignature() []byte

func (*GetNodeConfigQueryEnvelope) ProtoMessage

func (*GetNodeConfigQueryEnvelope) ProtoMessage()

func (*GetNodeConfigQueryEnvelope) Reset

func (m *GetNodeConfigQueryEnvelope) Reset()

func (*GetNodeConfigQueryEnvelope) String

func (m *GetNodeConfigQueryEnvelope) String() string

func (*GetNodeConfigQueryEnvelope) XXX_DiscardUnknown

func (m *GetNodeConfigQueryEnvelope) XXX_DiscardUnknown()

func (*GetNodeConfigQueryEnvelope) XXX_Marshal

func (m *GetNodeConfigQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeConfigQueryEnvelope) XXX_Merge

func (m *GetNodeConfigQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetNodeConfigQueryEnvelope) XXX_Size

func (m *GetNodeConfigQueryEnvelope) XXX_Size() int

func (*GetNodeConfigQueryEnvelope) XXX_Unmarshal

func (m *GetNodeConfigQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetNodeConfigResponse) Descriptor

func (*GetNodeConfigResponse) Descriptor() ([]byte, []int)

func (*GetNodeConfigResponse) GetHeader

func (m *GetNodeConfigResponse) GetHeader() *ResponseHeader

func (*GetNodeConfigResponse) GetNodeConfig

func (m *GetNodeConfigResponse) GetNodeConfig() *NodeConfig

func (*GetNodeConfigResponse) ProtoMessage

func (*GetNodeConfigResponse) ProtoMessage()

func (*GetNodeConfigResponse) Reset

func (m *GetNodeConfigResponse) Reset()

func (*GetNodeConfigResponse) String

func (m *GetNodeConfigResponse) String() string

func (*GetNodeConfigResponse) XXX_DiscardUnknown

func (m *GetNodeConfigResponse) XXX_DiscardUnknown()

func (*GetNodeConfigResponse) XXX_Marshal

func (m *GetNodeConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeConfigResponse) XXX_Merge

func (m *GetNodeConfigResponse) XXX_Merge(src proto.Message)

func (*GetNodeConfigResponse) XXX_Size

func (m *GetNodeConfigResponse) XXX_Size() int

func (*GetNodeConfigResponse) XXX_Unmarshal

func (m *GetNodeConfigResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

GetNodeConfig

func (*GetNodeConfigResponseEnvelope) Descriptor

func (*GetNodeConfigResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetNodeConfigResponseEnvelope) GetResponse

func (*GetNodeConfigResponseEnvelope) GetSignature

func (m *GetNodeConfigResponseEnvelope) GetSignature() []byte

func (*GetNodeConfigResponseEnvelope) ProtoMessage

func (*GetNodeConfigResponseEnvelope) ProtoMessage()

func (*GetNodeConfigResponseEnvelope) Reset

func (m *GetNodeConfigResponseEnvelope) Reset()

func (*GetNodeConfigResponseEnvelope) String

func (*GetNodeConfigResponseEnvelope) XXX_DiscardUnknown

func (m *GetNodeConfigResponseEnvelope) XXX_DiscardUnknown()

func (*GetNodeConfigResponseEnvelope) XXX_Marshal

func (m *GetNodeConfigResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeConfigResponseEnvelope) XXX_Merge

func (m *GetNodeConfigResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetNodeConfigResponseEnvelope) XXX_Size

func (m *GetNodeConfigResponseEnvelope) XXX_Size() int

func (*GetNodeConfigResponseEnvelope) XXX_Unmarshal

func (m *GetNodeConfigResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTxIDsSubmittedByQuery) Descriptor

func (*GetTxIDsSubmittedByQuery) Descriptor() ([]byte, []int)

func (*GetTxIDsSubmittedByQuery) GetTargetUserId

func (m *GetTxIDsSubmittedByQuery) GetTargetUserId() string

func (*GetTxIDsSubmittedByQuery) GetUserId

func (m *GetTxIDsSubmittedByQuery) GetUserId() string

func (*GetTxIDsSubmittedByQuery) ProtoMessage

func (*GetTxIDsSubmittedByQuery) ProtoMessage()

func (*GetTxIDsSubmittedByQuery) Reset

func (m *GetTxIDsSubmittedByQuery) Reset()

func (*GetTxIDsSubmittedByQuery) String

func (m *GetTxIDsSubmittedByQuery) String() string

func (*GetTxIDsSubmittedByQuery) XXX_DiscardUnknown

func (m *GetTxIDsSubmittedByQuery) XXX_DiscardUnknown()

func (*GetTxIDsSubmittedByQuery) XXX_Marshal

func (m *GetTxIDsSubmittedByQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxIDsSubmittedByQuery) XXX_Merge

func (m *GetTxIDsSubmittedByQuery) XXX_Merge(src proto.Message)

func (*GetTxIDsSubmittedByQuery) XXX_Size

func (m *GetTxIDsSubmittedByQuery) XXX_Size() int

func (*GetTxIDsSubmittedByQuery) XXX_Unmarshal

func (m *GetTxIDsSubmittedByQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*GetTxIDsSubmittedByQueryEnvelope) Descriptor

func (*GetTxIDsSubmittedByQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetTxIDsSubmittedByQueryEnvelope) GetPayload

func (*GetTxIDsSubmittedByQueryEnvelope) GetSignature

func (m *GetTxIDsSubmittedByQueryEnvelope) GetSignature() []byte

func (*GetTxIDsSubmittedByQueryEnvelope) ProtoMessage

func (*GetTxIDsSubmittedByQueryEnvelope) ProtoMessage()

func (*GetTxIDsSubmittedByQueryEnvelope) Reset

func (*GetTxIDsSubmittedByQueryEnvelope) String

func (*GetTxIDsSubmittedByQueryEnvelope) XXX_DiscardUnknown

func (m *GetTxIDsSubmittedByQueryEnvelope) XXX_DiscardUnknown()

func (*GetTxIDsSubmittedByQueryEnvelope) XXX_Marshal

func (m *GetTxIDsSubmittedByQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxIDsSubmittedByQueryEnvelope) XXX_Merge

func (*GetTxIDsSubmittedByQueryEnvelope) XXX_Size

func (m *GetTxIDsSubmittedByQueryEnvelope) XXX_Size() int

func (*GetTxIDsSubmittedByQueryEnvelope) XXX_Unmarshal

func (m *GetTxIDsSubmittedByQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetTxIDsSubmittedByResponse) Descriptor

func (*GetTxIDsSubmittedByResponse) Descriptor() ([]byte, []int)

func (*GetTxIDsSubmittedByResponse) GetHeader

func (*GetTxIDsSubmittedByResponse) GetTxIDs

func (m *GetTxIDsSubmittedByResponse) GetTxIDs() []string

func (*GetTxIDsSubmittedByResponse) ProtoMessage

func (*GetTxIDsSubmittedByResponse) ProtoMessage()

func (*GetTxIDsSubmittedByResponse) Reset

func (m *GetTxIDsSubmittedByResponse) Reset()

func (*GetTxIDsSubmittedByResponse) String

func (m *GetTxIDsSubmittedByResponse) String() string

func (*GetTxIDsSubmittedByResponse) XXX_DiscardUnknown

func (m *GetTxIDsSubmittedByResponse) XXX_DiscardUnknown()

func (*GetTxIDsSubmittedByResponse) XXX_Marshal

func (m *GetTxIDsSubmittedByResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxIDsSubmittedByResponse) XXX_Merge

func (m *GetTxIDsSubmittedByResponse) XXX_Merge(src proto.Message)

func (*GetTxIDsSubmittedByResponse) XXX_Size

func (m *GetTxIDsSubmittedByResponse) XXX_Size() int

func (*GetTxIDsSubmittedByResponse) XXX_Unmarshal

func (m *GetTxIDsSubmittedByResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

GetTxIDsSubmittedBy

func (*GetTxIDsSubmittedByResponseEnvelope) Descriptor

func (*GetTxIDsSubmittedByResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetTxIDsSubmittedByResponseEnvelope) GetResponse

func (*GetTxIDsSubmittedByResponseEnvelope) GetSignature

func (m *GetTxIDsSubmittedByResponseEnvelope) GetSignature() []byte

func (*GetTxIDsSubmittedByResponseEnvelope) ProtoMessage

func (*GetTxIDsSubmittedByResponseEnvelope) ProtoMessage()

func (*GetTxIDsSubmittedByResponseEnvelope) Reset

func (*GetTxIDsSubmittedByResponseEnvelope) String

func (*GetTxIDsSubmittedByResponseEnvelope) XXX_DiscardUnknown

func (m *GetTxIDsSubmittedByResponseEnvelope) XXX_DiscardUnknown()

func (*GetTxIDsSubmittedByResponseEnvelope) XXX_Marshal

func (m *GetTxIDsSubmittedByResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxIDsSubmittedByResponseEnvelope) XXX_Merge

func (*GetTxIDsSubmittedByResponseEnvelope) XXX_Size

func (*GetTxIDsSubmittedByResponseEnvelope) XXX_Unmarshal

func (m *GetTxIDsSubmittedByResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTxProofQuery) Descriptor

func (*GetTxProofQuery) Descriptor() ([]byte, []int)

func (*GetTxProofQuery) GetBlockNumber

func (m *GetTxProofQuery) GetBlockNumber() uint64

func (*GetTxProofQuery) GetTxIndex

func (m *GetTxProofQuery) GetTxIndex() uint64

func (*GetTxProofQuery) GetUserId

func (m *GetTxProofQuery) GetUserId() string

func (*GetTxProofQuery) ProtoMessage

func (*GetTxProofQuery) ProtoMessage()

func (*GetTxProofQuery) Reset

func (m *GetTxProofQuery) Reset()

func (*GetTxProofQuery) String

func (m *GetTxProofQuery) String() string

func (*GetTxProofQuery) XXX_DiscardUnknown

func (m *GetTxProofQuery) XXX_DiscardUnknown()

func (*GetTxProofQuery) XXX_Marshal

func (m *GetTxProofQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxProofQuery) XXX_Merge

func (m *GetTxProofQuery) XXX_Merge(src proto.Message)

func (*GetTxProofQuery) XXX_Size

func (m *GetTxProofQuery) XXX_Size() int

func (*GetTxProofQuery) XXX_Unmarshal

func (m *GetTxProofQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetTxProofQueryEnvelope) Descriptor

func (*GetTxProofQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetTxProofQueryEnvelope) GetPayload

func (m *GetTxProofQueryEnvelope) GetPayload() *GetTxProofQuery

func (*GetTxProofQueryEnvelope) GetSignature

func (m *GetTxProofQueryEnvelope) GetSignature() []byte

func (*GetTxProofQueryEnvelope) ProtoMessage

func (*GetTxProofQueryEnvelope) ProtoMessage()

func (*GetTxProofQueryEnvelope) Reset

func (m *GetTxProofQueryEnvelope) Reset()

func (*GetTxProofQueryEnvelope) String

func (m *GetTxProofQueryEnvelope) String() string

func (*GetTxProofQueryEnvelope) XXX_DiscardUnknown

func (m *GetTxProofQueryEnvelope) XXX_DiscardUnknown()

func (*GetTxProofQueryEnvelope) XXX_Marshal

func (m *GetTxProofQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxProofQueryEnvelope) XXX_Merge

func (m *GetTxProofQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetTxProofQueryEnvelope) XXX_Size

func (m *GetTxProofQueryEnvelope) XXX_Size() int

func (*GetTxProofQueryEnvelope) XXX_Unmarshal

func (m *GetTxProofQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetTxProofResponse) Descriptor

func (*GetTxProofResponse) Descriptor() ([]byte, []int)

func (*GetTxProofResponse) GetHashes

func (m *GetTxProofResponse) GetHashes() [][]byte

func (*GetTxProofResponse) GetHeader

func (m *GetTxProofResponse) GetHeader() *ResponseHeader

func (*GetTxProofResponse) ProtoMessage

func (*GetTxProofResponse) ProtoMessage()

func (*GetTxProofResponse) Reset

func (m *GetTxProofResponse) Reset()

func (*GetTxProofResponse) String

func (m *GetTxProofResponse) String() string

func (*GetTxProofResponse) XXX_DiscardUnknown

func (m *GetTxProofResponse) XXX_DiscardUnknown()

func (*GetTxProofResponse) XXX_Marshal

func (m *GetTxProofResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxProofResponse) XXX_Merge

func (m *GetTxProofResponse) XXX_Merge(src proto.Message)

func (*GetTxProofResponse) XXX_Size

func (m *GetTxProofResponse) XXX_Size() int

func (*GetTxProofResponse) XXX_Unmarshal

func (m *GetTxProofResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

GetTxProof

func (*GetTxProofResponseEnvelope) Descriptor

func (*GetTxProofResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetTxProofResponseEnvelope) GetResponse

func (*GetTxProofResponseEnvelope) GetSignature

func (m *GetTxProofResponseEnvelope) GetSignature() []byte

func (*GetTxProofResponseEnvelope) ProtoMessage

func (*GetTxProofResponseEnvelope) ProtoMessage()

func (*GetTxProofResponseEnvelope) Reset

func (m *GetTxProofResponseEnvelope) Reset()

func (*GetTxProofResponseEnvelope) String

func (m *GetTxProofResponseEnvelope) String() string

func (*GetTxProofResponseEnvelope) XXX_DiscardUnknown

func (m *GetTxProofResponseEnvelope) XXX_DiscardUnknown()

func (*GetTxProofResponseEnvelope) XXX_Marshal

func (m *GetTxProofResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxProofResponseEnvelope) XXX_Merge

func (m *GetTxProofResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetTxProofResponseEnvelope) XXX_Size

func (m *GetTxProofResponseEnvelope) XXX_Size() int

func (*GetTxProofResponseEnvelope) XXX_Unmarshal

func (m *GetTxProofResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTxReceiptQuery) Descriptor

func (*GetTxReceiptQuery) Descriptor() ([]byte, []int)

func (*GetTxReceiptQuery) GetTxId

func (m *GetTxReceiptQuery) GetTxId() string

func (*GetTxReceiptQuery) GetUserId

func (m *GetTxReceiptQuery) GetUserId() string

func (*GetTxReceiptQuery) ProtoMessage

func (*GetTxReceiptQuery) ProtoMessage()

func (*GetTxReceiptQuery) Reset

func (m *GetTxReceiptQuery) Reset()

func (*GetTxReceiptQuery) String

func (m *GetTxReceiptQuery) String() string

func (*GetTxReceiptQuery) XXX_DiscardUnknown

func (m *GetTxReceiptQuery) XXX_DiscardUnknown()

func (*GetTxReceiptQuery) XXX_Marshal

func (m *GetTxReceiptQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxReceiptQuery) XXX_Merge

func (m *GetTxReceiptQuery) XXX_Merge(src proto.Message)

func (*GetTxReceiptQuery) XXX_Size

func (m *GetTxReceiptQuery) XXX_Size() int

func (*GetTxReceiptQuery) XXX_Unmarshal

func (m *GetTxReceiptQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetTxReceiptQueryEnvelope) Descriptor

func (*GetTxReceiptQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetTxReceiptQueryEnvelope) GetPayload

func (*GetTxReceiptQueryEnvelope) GetSignature

func (m *GetTxReceiptQueryEnvelope) GetSignature() []byte

func (*GetTxReceiptQueryEnvelope) ProtoMessage

func (*GetTxReceiptQueryEnvelope) ProtoMessage()

func (*GetTxReceiptQueryEnvelope) Reset

func (m *GetTxReceiptQueryEnvelope) Reset()

func (*GetTxReceiptQueryEnvelope) String

func (m *GetTxReceiptQueryEnvelope) String() string

func (*GetTxReceiptQueryEnvelope) XXX_DiscardUnknown

func (m *GetTxReceiptQueryEnvelope) XXX_DiscardUnknown()

func (*GetTxReceiptQueryEnvelope) XXX_Marshal

func (m *GetTxReceiptQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxReceiptQueryEnvelope) XXX_Merge

func (m *GetTxReceiptQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetTxReceiptQueryEnvelope) XXX_Size

func (m *GetTxReceiptQueryEnvelope) XXX_Size() int

func (*GetTxReceiptQueryEnvelope) XXX_Unmarshal

func (m *GetTxReceiptQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserQuery) Descriptor

func (*GetUserQuery) Descriptor() ([]byte, []int)

func (*GetUserQuery) GetTargetUserId

func (m *GetUserQuery) GetTargetUserId() string

func (*GetUserQuery) GetUserId

func (m *GetUserQuery) GetUserId() string

func (*GetUserQuery) ProtoMessage

func (*GetUserQuery) ProtoMessage()

func (*GetUserQuery) Reset

func (m *GetUserQuery) Reset()

func (*GetUserQuery) String

func (m *GetUserQuery) String() string

func (*GetUserQuery) XXX_DiscardUnknown

func (m *GetUserQuery) XXX_DiscardUnknown()

func (*GetUserQuery) XXX_Marshal

func (m *GetUserQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserQuery) XXX_Merge

func (m *GetUserQuery) XXX_Merge(src proto.Message)

func (*GetUserQuery) XXX_Size

func (m *GetUserQuery) XXX_Size() int

func (*GetUserQuery) XXX_Unmarshal

func (m *GetUserQuery) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GetUserQueryEnvelope) Descriptor

func (*GetUserQueryEnvelope) Descriptor() ([]byte, []int)

func (*GetUserQueryEnvelope) GetPayload

func (m *GetUserQueryEnvelope) GetPayload() *GetUserQuery

func (*GetUserQueryEnvelope) GetSignature

func (m *GetUserQueryEnvelope) GetSignature() []byte

func (*GetUserQueryEnvelope) ProtoMessage

func (*GetUserQueryEnvelope) ProtoMessage()

func (*GetUserQueryEnvelope) Reset

func (m *GetUserQueryEnvelope) Reset()

func (*GetUserQueryEnvelope) String

func (m *GetUserQueryEnvelope) String() string

func (*GetUserQueryEnvelope) XXX_DiscardUnknown

func (m *GetUserQueryEnvelope) XXX_DiscardUnknown()

func (*GetUserQueryEnvelope) XXX_Marshal

func (m *GetUserQueryEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserQueryEnvelope) XXX_Merge

func (m *GetUserQueryEnvelope) XXX_Merge(src proto.Message)

func (*GetUserQueryEnvelope) XXX_Size

func (m *GetUserQueryEnvelope) XXX_Size() int

func (*GetUserQueryEnvelope) XXX_Unmarshal

func (m *GetUserQueryEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetUserResponse) Descriptor

func (*GetUserResponse) Descriptor() ([]byte, []int)

func (*GetUserResponse) GetHeader

func (m *GetUserResponse) GetHeader() *ResponseHeader

func (*GetUserResponse) GetMetadata

func (m *GetUserResponse) GetMetadata() *Metadata

func (*GetUserResponse) GetUser

func (m *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) Reset

func (m *GetUserResponse) Reset()

func (*GetUserResponse) String

func (m *GetUserResponse) String() string

func (*GetUserResponse) XXX_DiscardUnknown

func (m *GetUserResponse) XXX_DiscardUnknown()

func (*GetUserResponse) XXX_Marshal

func (m *GetUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserResponse) XXX_Merge

func (m *GetUserResponse) XXX_Merge(src proto.Message)

func (*GetUserResponse) XXX_Size

func (m *GetUserResponse) XXX_Size() int

func (*GetUserResponse) XXX_Unmarshal

func (m *GetUserResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

GetUser

func (*GetUserResponseEnvelope) Descriptor

func (*GetUserResponseEnvelope) Descriptor() ([]byte, []int)

func (*GetUserResponseEnvelope) GetResponse

func (m *GetUserResponseEnvelope) GetResponse() *GetUserResponse

func (*GetUserResponseEnvelope) GetSignature

func (m *GetUserResponseEnvelope) GetSignature() []byte

func (*GetUserResponseEnvelope) ProtoMessage

func (*GetUserResponseEnvelope) ProtoMessage()

func (*GetUserResponseEnvelope) Reset

func (m *GetUserResponseEnvelope) Reset()

func (*GetUserResponseEnvelope) String

func (m *GetUserResponseEnvelope) String() string

func (*GetUserResponseEnvelope) XXX_DiscardUnknown

func (m *GetUserResponseEnvelope) XXX_DiscardUnknown()

func (*GetUserResponseEnvelope) XXX_Marshal

func (m *GetUserResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserResponseEnvelope) XXX_Merge

func (m *GetUserResponseEnvelope) XXX_Merge(src proto.Message)

func (*GetUserResponseEnvelope) XXX_Size

func (m *GetUserResponseEnvelope) XXX_Size() int

func (*GetUserResponseEnvelope) XXX_Unmarshal

func (m *GetUserResponseEnvelope) XXX_Unmarshal(b []byte) error

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) EnumDescriptor

func (IndexAttributeType) EnumDescriptor() ([]byte, []int)

func (IndexAttributeType) String

func (x IndexAttributeType) String() string

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"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*KVWithMetadata) Descriptor

func (*KVWithMetadata) Descriptor() ([]byte, []int)

func (*KVWithMetadata) GetKey

func (m *KVWithMetadata) GetKey() string

func (*KVWithMetadata) GetMetadata

func (m *KVWithMetadata) GetMetadata() *Metadata

func (*KVWithMetadata) GetValue

func (m *KVWithMetadata) GetValue() []byte

func (*KVWithMetadata) ProtoMessage

func (*KVWithMetadata) ProtoMessage()

func (*KVWithMetadata) Reset

func (m *KVWithMetadata) Reset()

func (*KVWithMetadata) String

func (m *KVWithMetadata) String() string

func (*KVWithMetadata) XXX_DiscardUnknown

func (m *KVWithMetadata) XXX_DiscardUnknown()

func (*KVWithMetadata) XXX_Marshal

func (m *KVWithMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KVWithMetadata) XXX_Merge

func (m *KVWithMetadata) XXX_Merge(src proto.Message)

func (*KVWithMetadata) XXX_Size

func (m *KVWithMetadata) XXX_Size() int

func (*KVWithMetadata) XXX_Unmarshal

func (m *KVWithMetadata) XXX_Unmarshal(b []byte) error

type MPTrieProofElement

type MPTrieProofElement struct {
	Hashes               [][]byte `protobuf:"bytes,1,rep,name=hashes,proto3" json:"hashes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MPTrieProofElement) Descriptor

func (*MPTrieProofElement) Descriptor() ([]byte, []int)

func (*MPTrieProofElement) GetHashes

func (m *MPTrieProofElement) GetHashes() [][]byte

func (*MPTrieProofElement) ProtoMessage

func (*MPTrieProofElement) ProtoMessage()

func (*MPTrieProofElement) Reset

func (m *MPTrieProofElement) Reset()

func (*MPTrieProofElement) String

func (m *MPTrieProofElement) String() string

func (*MPTrieProofElement) XXX_DiscardUnknown

func (m *MPTrieProofElement) XXX_DiscardUnknown()

func (*MPTrieProofElement) XXX_Marshal

func (m *MPTrieProofElement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MPTrieProofElement) XXX_Merge

func (m *MPTrieProofElement) XXX_Merge(src proto.Message)

func (*MPTrieProofElement) XXX_Size

func (m *MPTrieProofElement) XXX_Size() int

func (*MPTrieProofElement) XXX_Unmarshal

func (m *MPTrieProofElement) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Metadata) Descriptor

func (*Metadata) Descriptor() ([]byte, []int)

func (*Metadata) GetAccessControl

func (m *Metadata) GetAccessControl() *AccessControl

func (*Metadata) GetVersion

func (m *Metadata) GetVersion() *Version

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) Reset

func (m *Metadata) Reset()

func (*Metadata) String

func (m *Metadata) String() string

func (*Metadata) XXX_DiscardUnknown

func (m *Metadata) XXX_DiscardUnknown()

func (*Metadata) XXX_Marshal

func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Metadata) XXX_Merge

func (m *Metadata) XXX_Merge(src proto.Message)

func (*Metadata) XXX_Size

func (m *Metadata) XXX_Size() int

func (*Metadata) XXX_Unmarshal

func (m *Metadata) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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.

TODO: change the name NodeConfig to Node once the existing message Node is renamed to something else.

func (*NodeConfig) Descriptor

func (*NodeConfig) Descriptor() ([]byte, []int)

func (*NodeConfig) GetAddress

func (m *NodeConfig) GetAddress() string

func (*NodeConfig) GetCertificate

func (m *NodeConfig) GetCertificate() []byte

func (*NodeConfig) GetId

func (m *NodeConfig) GetId() string

func (*NodeConfig) GetPort

func (m *NodeConfig) GetPort() uint32

func (*NodeConfig) ProtoMessage

func (*NodeConfig) ProtoMessage()

func (*NodeConfig) Reset

func (m *NodeConfig) Reset()

func (*NodeConfig) String

func (m *NodeConfig) String() string

func (*NodeConfig) XXX_DiscardUnknown

func (m *NodeConfig) XXX_DiscardUnknown()

func (*NodeConfig) XXX_Marshal

func (m *NodeConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeConfig) XXX_Merge

func (m *NodeConfig) XXX_Merge(src proto.Message)

func (*NodeConfig) XXX_Size

func (m *NodeConfig) XXX_Size() int

func (*NodeConfig) XXX_Unmarshal

func (m *NodeConfig) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

PeerConfig defines a server that takes part in consensus, or an observer.

func (*PeerConfig) Descriptor

func (*PeerConfig) Descriptor() ([]byte, []int)

func (*PeerConfig) GetNodeId

func (m *PeerConfig) GetNodeId() string

func (*PeerConfig) GetPeerHost

func (m *PeerConfig) GetPeerHost() string

func (*PeerConfig) GetPeerPort

func (m *PeerConfig) GetPeerPort() uint32

func (*PeerConfig) GetRaftId

func (m *PeerConfig) GetRaftId() uint64

func (*PeerConfig) ProtoMessage

func (*PeerConfig) ProtoMessage()

func (*PeerConfig) Reset

func (m *PeerConfig) Reset()

func (*PeerConfig) String

func (m *PeerConfig) String() string

func (*PeerConfig) XXX_DiscardUnknown

func (m *PeerConfig) XXX_DiscardUnknown()

func (*PeerConfig) XXX_Marshal

func (m *PeerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerConfig) XXX_Merge

func (m *PeerConfig) XXX_Merge(src proto.Message)

func (*PeerConfig) XXX_Size

func (m *PeerConfig) XXX_Size() int

func (*PeerConfig) XXX_Unmarshal

func (m *PeerConfig) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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

func (*Privilege) Descriptor() ([]byte, []int)

func (*Privilege) GetAdmin

func (m *Privilege) GetAdmin() bool

func (*Privilege) GetDbPermission

func (m *Privilege) GetDbPermission() map[string]Privilege_Access

func (*Privilege) ProtoMessage

func (*Privilege) ProtoMessage()

func (*Privilege) Reset

func (m *Privilege) Reset()

func (*Privilege) String

func (m *Privilege) String() string

func (*Privilege) XXX_DiscardUnknown

func (m *Privilege) XXX_DiscardUnknown()

func (*Privilege) XXX_Marshal

func (m *Privilege) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Privilege) XXX_Merge

func (m *Privilege) XXX_Merge(src proto.Message)

func (*Privilege) XXX_Size

func (m *Privilege) XXX_Size() int

func (*Privilege) XXX_Unmarshal

func (m *Privilege) XXX_Unmarshal(b []byte) error

type Privilege_Access

type Privilege_Access int32
const (
	Privilege_Read      Privilege_Access = 0
	Privilege_ReadWrite Privilege_Access = 1
)

func (Privilege_Access) EnumDescriptor

func (Privilege_Access) EnumDescriptor() ([]byte, []int)

func (Privilege_Access) String

func (x Privilege_Access) String() string

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RaftConfig) Descriptor

func (*RaftConfig) Descriptor() ([]byte, []int)

func (*RaftConfig) GetElectionTicks

func (m *RaftConfig) GetElectionTicks() uint32

func (*RaftConfig) GetHeartbeatTicks

func (m *RaftConfig) GetHeartbeatTicks() uint32

func (*RaftConfig) GetMaxInflightBlocks

func (m *RaftConfig) GetMaxInflightBlocks() uint32

func (*RaftConfig) GetMaxRaftId

func (m *RaftConfig) GetMaxRaftId() uint64

func (*RaftConfig) GetSnapshotIntervalSize

func (m *RaftConfig) GetSnapshotIntervalSize() uint64

func (*RaftConfig) GetTickInterval

func (m *RaftConfig) GetTickInterval() string

func (*RaftConfig) ProtoMessage

func (*RaftConfig) ProtoMessage()

func (*RaftConfig) Reset

func (m *RaftConfig) Reset()

func (*RaftConfig) String

func (m *RaftConfig) String() string

func (*RaftConfig) XXX_DiscardUnknown

func (m *RaftConfig) XXX_DiscardUnknown()

func (*RaftConfig) XXX_Marshal

func (m *RaftConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RaftConfig) XXX_Merge

func (m *RaftConfig) XXX_Merge(src proto.Message)

func (*RaftConfig) XXX_Size

func (m *RaftConfig) XXX_Size() int

func (*RaftConfig) XXX_Unmarshal

func (m *RaftConfig) XXX_Unmarshal(b []byte) error

type ResponseHeader

type ResponseHeader struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResponseHeader) Descriptor

func (*ResponseHeader) Descriptor() ([]byte, []int)

func (*ResponseHeader) GetNodeId

func (m *ResponseHeader) GetNodeId() string

func (*ResponseHeader) ProtoMessage

func (*ResponseHeader) ProtoMessage()

func (*ResponseHeader) Reset

func (m *ResponseHeader) Reset()

func (*ResponseHeader) String

func (m *ResponseHeader) String() string

func (*ResponseHeader) XXX_DiscardUnknown

func (m *ResponseHeader) XXX_DiscardUnknown()

func (*ResponseHeader) XXX_Marshal

func (m *ResponseHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResponseHeader) XXX_Merge

func (m *ResponseHeader) XXX_Merge(src proto.Message)

func (*ResponseHeader) XXX_Size

func (m *ResponseHeader) XXX_Size() int

func (*ResponseHeader) XXX_Unmarshal

func (m *ResponseHeader) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TxProof) Descriptor

func (*TxProof) Descriptor() ([]byte, []int)

func (*TxProof) GetHeader

func (m *TxProof) GetHeader() *BlockHeader

func (*TxProof) GetPath

func (m *TxProof) GetPath() [][]byte

func (*TxProof) ProtoMessage

func (*TxProof) ProtoMessage()

func (*TxProof) Reset

func (m *TxProof) Reset()

func (*TxProof) String

func (m *TxProof) String() string

func (*TxProof) XXX_DiscardUnknown

func (m *TxProof) XXX_DiscardUnknown()

func (*TxProof) XXX_Marshal

func (m *TxProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxProof) XXX_Merge

func (m *TxProof) XXX_Merge(src proto.Message)

func (*TxProof) XXX_Size

func (m *TxProof) XXX_Size() int

func (*TxProof) XXX_Unmarshal

func (m *TxProof) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TxReceipt) Descriptor

func (*TxReceipt) Descriptor() ([]byte, []int)

func (*TxReceipt) GetHeader

func (m *TxReceipt) GetHeader() *BlockHeader

func (*TxReceipt) GetTxIndex

func (m *TxReceipt) GetTxIndex() uint64

func (*TxReceipt) ProtoMessage

func (*TxReceipt) ProtoMessage()

func (*TxReceipt) Reset

func (m *TxReceipt) Reset()

func (*TxReceipt) String

func (m *TxReceipt) String() string

func (*TxReceipt) XXX_DiscardUnknown

func (m *TxReceipt) XXX_DiscardUnknown()

func (*TxReceipt) XXX_Marshal

func (m *TxReceipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxReceipt) XXX_Merge

func (m *TxReceipt) XXX_Merge(src proto.Message)

func (*TxReceipt) XXX_Size

func (m *TxReceipt) XXX_Size() int

func (*TxReceipt) XXX_Unmarshal

func (m *TxReceipt) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*TxReceiptResponse) Descriptor

func (*TxReceiptResponse) Descriptor() ([]byte, []int)

func (*TxReceiptResponse) GetHeader

func (m *TxReceiptResponse) GetHeader() *ResponseHeader

func (*TxReceiptResponse) GetReceipt

func (m *TxReceiptResponse) GetReceipt() *TxReceipt

func (*TxReceiptResponse) ProtoMessage

func (*TxReceiptResponse) ProtoMessage()

func (*TxReceiptResponse) Reset

func (m *TxReceiptResponse) Reset()

func (*TxReceiptResponse) String

func (m *TxReceiptResponse) String() string

func (*TxReceiptResponse) XXX_DiscardUnknown

func (m *TxReceiptResponse) XXX_DiscardUnknown()

func (*TxReceiptResponse) XXX_Marshal

func (m *TxReceiptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxReceiptResponse) XXX_Merge

func (m *TxReceiptResponse) XXX_Merge(src proto.Message)

func (*TxReceiptResponse) XXX_Size

func (m *TxReceiptResponse) XXX_Size() int

func (*TxReceiptResponse) XXX_Unmarshal

func (m *TxReceiptResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TxReceiptResponseEnvelope) Descriptor

func (*TxReceiptResponseEnvelope) Descriptor() ([]byte, []int)

func (*TxReceiptResponseEnvelope) GetResponse

func (m *TxReceiptResponseEnvelope) GetResponse() *TxReceiptResponse

func (*TxReceiptResponseEnvelope) GetSignature

func (m *TxReceiptResponseEnvelope) GetSignature() []byte

func (*TxReceiptResponseEnvelope) ProtoMessage

func (*TxReceiptResponseEnvelope) ProtoMessage()

func (*TxReceiptResponseEnvelope) Reset

func (m *TxReceiptResponseEnvelope) Reset()

func (*TxReceiptResponseEnvelope) String

func (m *TxReceiptResponseEnvelope) String() string

func (*TxReceiptResponseEnvelope) XXX_DiscardUnknown

func (m *TxReceiptResponseEnvelope) XXX_DiscardUnknown()

func (*TxReceiptResponseEnvelope) XXX_Marshal

func (m *TxReceiptResponseEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxReceiptResponseEnvelope) XXX_Merge

func (m *TxReceiptResponseEnvelope) XXX_Merge(src proto.Message)

func (*TxReceiptResponseEnvelope) XXX_Size

func (m *TxReceiptResponseEnvelope) XXX_Size() int

func (*TxReceiptResponseEnvelope) XXX_Unmarshal

func (m *TxReceiptResponseEnvelope) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

User holds userID, certificate, privilege the user has, and groups the user belong to.

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) GetCertificate

func (m *User) GetCertificate() []byte

func (*User) GetId

func (m *User) GetId() string

func (*User) GetPrivilege

func (m *User) GetPrivilege() *Privilege

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (m *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UserAdministrationTx) Descriptor

func (*UserAdministrationTx) Descriptor() ([]byte, []int)

func (*UserAdministrationTx) GetTxId

func (m *UserAdministrationTx) GetTxId() string

func (*UserAdministrationTx) GetUserDeletes

func (m *UserAdministrationTx) GetUserDeletes() []*UserDelete

func (*UserAdministrationTx) GetUserId

func (m *UserAdministrationTx) GetUserId() string

func (*UserAdministrationTx) GetUserReads

func (m *UserAdministrationTx) GetUserReads() []*UserRead

func (*UserAdministrationTx) GetUserWrites

func (m *UserAdministrationTx) GetUserWrites() []*UserWrite

func (*UserAdministrationTx) ProtoMessage

func (*UserAdministrationTx) ProtoMessage()

func (*UserAdministrationTx) Reset

func (m *UserAdministrationTx) Reset()

func (*UserAdministrationTx) String

func (m *UserAdministrationTx) String() string

func (*UserAdministrationTx) XXX_DiscardUnknown

func (m *UserAdministrationTx) XXX_DiscardUnknown()

func (*UserAdministrationTx) XXX_Marshal

func (m *UserAdministrationTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserAdministrationTx) XXX_Merge

func (m *UserAdministrationTx) XXX_Merge(src proto.Message)

func (*UserAdministrationTx) XXX_Size

func (m *UserAdministrationTx) XXX_Size() int

func (*UserAdministrationTx) XXX_Unmarshal

func (m *UserAdministrationTx) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UserAdministrationTxEnvelope) Descriptor

func (*UserAdministrationTxEnvelope) Descriptor() ([]byte, []int)

func (*UserAdministrationTxEnvelope) GetPayload

func (*UserAdministrationTxEnvelope) GetSignature

func (m *UserAdministrationTxEnvelope) GetSignature() []byte

func (*UserAdministrationTxEnvelope) ProtoMessage

func (*UserAdministrationTxEnvelope) ProtoMessage()

func (*UserAdministrationTxEnvelope) Reset

func (m *UserAdministrationTxEnvelope) Reset()

func (*UserAdministrationTxEnvelope) String

func (*UserAdministrationTxEnvelope) XXX_DiscardUnknown

func (m *UserAdministrationTxEnvelope) XXX_DiscardUnknown()

func (*UserAdministrationTxEnvelope) XXX_Marshal

func (m *UserAdministrationTxEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserAdministrationTxEnvelope) XXX_Merge

func (m *UserAdministrationTxEnvelope) XXX_Merge(src proto.Message)

func (*UserAdministrationTxEnvelope) XXX_Size

func (m *UserAdministrationTxEnvelope) XXX_Size() int

func (*UserAdministrationTxEnvelope) XXX_Unmarshal

func (m *UserAdministrationTxEnvelope) XXX_Unmarshal(b []byte) error

type UserDelete

type UserDelete struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserDelete) Descriptor

func (*UserDelete) Descriptor() ([]byte, []int)

func (*UserDelete) GetUserId

func (m *UserDelete) GetUserId() string

func (*UserDelete) ProtoMessage

func (*UserDelete) ProtoMessage()

func (*UserDelete) Reset

func (m *UserDelete) Reset()

func (*UserDelete) String

func (m *UserDelete) String() string

func (*UserDelete) XXX_DiscardUnknown

func (m *UserDelete) XXX_DiscardUnknown()

func (*UserDelete) XXX_Marshal

func (m *UserDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDelete) XXX_Merge

func (m *UserDelete) XXX_Merge(src proto.Message)

func (*UserDelete) XXX_Size

func (m *UserDelete) XXX_Size() int

func (*UserDelete) XXX_Unmarshal

func (m *UserDelete) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserRead) Descriptor

func (*UserRead) Descriptor() ([]byte, []int)

func (*UserRead) GetUserId

func (m *UserRead) GetUserId() string

func (*UserRead) GetVersion

func (m *UserRead) GetVersion() *Version

func (*UserRead) ProtoMessage

func (*UserRead) ProtoMessage()

func (*UserRead) Reset

func (m *UserRead) Reset()

func (*UserRead) String

func (m *UserRead) String() string

func (*UserRead) XXX_DiscardUnknown

func (m *UserRead) XXX_DiscardUnknown()

func (*UserRead) XXX_Marshal

func (m *UserRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRead) XXX_Merge

func (m *UserRead) XXX_Merge(src proto.Message)

func (*UserRead) XXX_Size

func (m *UserRead) XXX_Size() int

func (*UserRead) XXX_Unmarshal

func (m *UserRead) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*UserWrite) Descriptor

func (*UserWrite) Descriptor() ([]byte, []int)

func (*UserWrite) GetAcl

func (m *UserWrite) GetAcl() *AccessControl

func (*UserWrite) GetUser

func (m *UserWrite) GetUser() *User

func (*UserWrite) ProtoMessage

func (*UserWrite) ProtoMessage()

func (*UserWrite) Reset

func (m *UserWrite) Reset()

func (*UserWrite) String

func (m *UserWrite) String() string

func (*UserWrite) XXX_DiscardUnknown

func (m *UserWrite) XXX_DiscardUnknown()

func (*UserWrite) XXX_Marshal

func (m *UserWrite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserWrite) XXX_Merge

func (m *UserWrite) XXX_Merge(src proto.Message)

func (*UserWrite) XXX_Size

func (m *UserWrite) XXX_Size() int

func (*UserWrite) XXX_Unmarshal

func (m *UserWrite) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidationInfo) Descriptor

func (*ValidationInfo) Descriptor() ([]byte, []int)

func (*ValidationInfo) GetFlag

func (m *ValidationInfo) GetFlag() Flag

func (*ValidationInfo) GetReasonIfInvalid

func (m *ValidationInfo) GetReasonIfInvalid() string

func (*ValidationInfo) ProtoMessage

func (*ValidationInfo) ProtoMessage()

func (*ValidationInfo) Reset

func (m *ValidationInfo) Reset()

func (*ValidationInfo) String

func (m *ValidationInfo) String() string

func (*ValidationInfo) XXX_DiscardUnknown

func (m *ValidationInfo) XXX_DiscardUnknown()

func (*ValidationInfo) XXX_Marshal

func (m *ValidationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidationInfo) XXX_Merge

func (m *ValidationInfo) XXX_Merge(src proto.Message)

func (*ValidationInfo) XXX_Size

func (m *ValidationInfo) XXX_Size() int

func (*ValidationInfo) XXX_Unmarshal

func (m *ValidationInfo) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ValueWithMetadata) Descriptor

func (*ValueWithMetadata) Descriptor() ([]byte, []int)

func (*ValueWithMetadata) GetMetadata

func (m *ValueWithMetadata) GetMetadata() *Metadata

func (*ValueWithMetadata) GetValue

func (m *ValueWithMetadata) GetValue() []byte

func (*ValueWithMetadata) ProtoMessage

func (*ValueWithMetadata) ProtoMessage()

func (*ValueWithMetadata) Reset

func (m *ValueWithMetadata) Reset()

func (*ValueWithMetadata) String

func (m *ValueWithMetadata) String() string

func (*ValueWithMetadata) XXX_DiscardUnknown

func (m *ValueWithMetadata) XXX_DiscardUnknown()

func (*ValueWithMetadata) XXX_Marshal

func (m *ValueWithMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValueWithMetadata) XXX_Merge

func (m *ValueWithMetadata) XXX_Merge(src proto.Message)

func (*ValueWithMetadata) XXX_Size

func (m *ValueWithMetadata) XXX_Size() int

func (*ValueWithMetadata) XXX_Unmarshal

func (m *ValueWithMetadata) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Version) Descriptor

func (*Version) Descriptor() ([]byte, []int)

func (*Version) GetBlockNum

func (m *Version) GetBlockNum() uint64

func (*Version) GetTxNum

func (m *Version) GetTxNum() uint64

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) Reset

func (m *Version) Reset()

func (*Version) String

func (m *Version) String() string

func (*Version) XXX_DiscardUnknown

func (m *Version) XXX_DiscardUnknown()

func (*Version) XXX_Marshal

func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Version) XXX_Merge

func (m *Version) XXX_Merge(src proto.Message)

func (*Version) XXX_Size

func (m *Version) XXX_Size() int

func (*Version) XXX_Unmarshal

func (m *Version) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL