Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + type HashedRWSet struct + HashedReads []*KVReadHash + HashedWrites []*KVWriteHash + MetadataWrites []*KVMetadataWriteHash + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HashedRWSet) Descriptor() ([]byte, []int) + func (*HashedRWSet) ProtoMessage() + func (dst *HashedRWSet) XXX_Merge(src proto.Message) + func (m *HashedRWSet) GetHashedReads() []*KVReadHash + func (m *HashedRWSet) GetHashedWrites() []*KVWriteHash + func (m *HashedRWSet) GetMetadataWrites() []*KVMetadataWriteHash + func (m *HashedRWSet) Reset() + func (m *HashedRWSet) String() string + func (m *HashedRWSet) XXX_DiscardUnknown() + func (m *HashedRWSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HashedRWSet) XXX_Size() int + func (m *HashedRWSet) XXX_Unmarshal(b []byte) error + type KVMetadataEntry struct + Name string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVMetadataEntry) Descriptor() ([]byte, []int) + func (*KVMetadataEntry) ProtoMessage() + func (dst *KVMetadataEntry) XXX_Merge(src proto.Message) + func (m *KVMetadataEntry) GetName() string + func (m *KVMetadataEntry) GetValue() []byte + func (m *KVMetadataEntry) Reset() + func (m *KVMetadataEntry) String() string + func (m *KVMetadataEntry) XXX_DiscardUnknown() + func (m *KVMetadataEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVMetadataEntry) XXX_Size() int + func (m *KVMetadataEntry) XXX_Unmarshal(b []byte) error + type KVMetadataWrite struct + Entries []*KVMetadataEntry + Key string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVMetadataWrite) Descriptor() ([]byte, []int) + func (*KVMetadataWrite) ProtoMessage() + func (dst *KVMetadataWrite) XXX_Merge(src proto.Message) + func (m *KVMetadataWrite) GetEntries() []*KVMetadataEntry + func (m *KVMetadataWrite) GetKey() string + func (m *KVMetadataWrite) Reset() + func (m *KVMetadataWrite) String() string + func (m *KVMetadataWrite) XXX_DiscardUnknown() + func (m *KVMetadataWrite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVMetadataWrite) XXX_Size() int + func (m *KVMetadataWrite) XXX_Unmarshal(b []byte) error + type KVMetadataWriteHash struct + Entries []*KVMetadataEntry + KeyHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVMetadataWriteHash) Descriptor() ([]byte, []int) + func (*KVMetadataWriteHash) ProtoMessage() + func (dst *KVMetadataWriteHash) XXX_Merge(src proto.Message) + func (m *KVMetadataWriteHash) GetEntries() []*KVMetadataEntry + func (m *KVMetadataWriteHash) GetKeyHash() []byte + func (m *KVMetadataWriteHash) Reset() + func (m *KVMetadataWriteHash) String() string + func (m *KVMetadataWriteHash) XXX_DiscardUnknown() + func (m *KVMetadataWriteHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVMetadataWriteHash) XXX_Size() int + func (m *KVMetadataWriteHash) XXX_Unmarshal(b []byte) error + type KVRWSet struct + MetadataWrites []*KVMetadataWrite + RangeQueriesInfo []*RangeQueryInfo + Reads []*KVRead + Writes []*KVWrite + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVRWSet) Descriptor() ([]byte, []int) + func (*KVRWSet) ProtoMessage() + func (dst *KVRWSet) XXX_Merge(src proto.Message) + func (m *KVRWSet) GetMetadataWrites() []*KVMetadataWrite + func (m *KVRWSet) GetRangeQueriesInfo() []*RangeQueryInfo + func (m *KVRWSet) GetReads() []*KVRead + func (m *KVRWSet) GetWrites() []*KVWrite + func (m *KVRWSet) Reset() + func (m *KVRWSet) String() string + func (m *KVRWSet) XXX_DiscardUnknown() + func (m *KVRWSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVRWSet) XXX_Size() int + func (m *KVRWSet) XXX_Unmarshal(b []byte) error + type KVRead struct + Key string + Version *Version + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVRead) Descriptor() ([]byte, []int) + func (*KVRead) ProtoMessage() + func (dst *KVRead) XXX_Merge(src proto.Message) + func (m *KVRead) GetKey() string + func (m *KVRead) GetVersion() *Version + func (m *KVRead) Reset() + func (m *KVRead) String() string + func (m *KVRead) XXX_DiscardUnknown() + func (m *KVRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVRead) XXX_Size() int + func (m *KVRead) XXX_Unmarshal(b []byte) error + type KVReadHash struct + KeyHash []byte + Version *Version + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVReadHash) Descriptor() ([]byte, []int) + func (*KVReadHash) ProtoMessage() + func (dst *KVReadHash) XXX_Merge(src proto.Message) + func (m *KVReadHash) GetKeyHash() []byte + func (m *KVReadHash) GetVersion() *Version + func (m *KVReadHash) Reset() + func (m *KVReadHash) String() string + func (m *KVReadHash) XXX_DiscardUnknown() + func (m *KVReadHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVReadHash) XXX_Size() int + func (m *KVReadHash) XXX_Unmarshal(b []byte) error + type KVWrite struct + IsDelete bool + Key string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVWrite) Descriptor() ([]byte, []int) + func (*KVWrite) ProtoMessage() + func (dst *KVWrite) XXX_Merge(src proto.Message) + func (m *KVWrite) GetIsDelete() bool + func (m *KVWrite) GetKey() string + func (m *KVWrite) GetValue() []byte + func (m *KVWrite) Reset() + func (m *KVWrite) String() string + func (m *KVWrite) XXX_DiscardUnknown() + func (m *KVWrite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVWrite) XXX_Size() int + func (m *KVWrite) XXX_Unmarshal(b []byte) error + type KVWriteHash struct + IsDelete bool + KeyHash []byte + ValueHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KVWriteHash) Descriptor() ([]byte, []int) + func (*KVWriteHash) ProtoMessage() + func (dst *KVWriteHash) XXX_Merge(src proto.Message) + func (m *KVWriteHash) GetIsDelete() bool + func (m *KVWriteHash) GetKeyHash() []byte + func (m *KVWriteHash) GetValueHash() []byte + func (m *KVWriteHash) Reset() + func (m *KVWriteHash) String() string + func (m *KVWriteHash) XXX_DiscardUnknown() + func (m *KVWriteHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVWriteHash) XXX_Size() int + func (m *KVWriteHash) XXX_Unmarshal(b []byte) error + type QueryReads struct + KvReads []*KVRead + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryReads) Descriptor() ([]byte, []int) + func (*QueryReads) ProtoMessage() + func (dst *QueryReads) XXX_Merge(src proto.Message) + func (m *QueryReads) GetKvReads() []*KVRead + func (m *QueryReads) Reset() + func (m *QueryReads) String() string + func (m *QueryReads) XXX_DiscardUnknown() + func (m *QueryReads) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryReads) XXX_Size() int + func (m *QueryReads) XXX_Unmarshal(b []byte) error + type QueryReadsMerkleSummary struct + MaxDegree uint32 + MaxLevel uint32 + MaxLevelHashes [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryReadsMerkleSummary) Descriptor() ([]byte, []int) + func (*QueryReadsMerkleSummary) ProtoMessage() + func (dst *QueryReadsMerkleSummary) XXX_Merge(src proto.Message) + func (m *QueryReadsMerkleSummary) GetMaxDegree() uint32 + func (m *QueryReadsMerkleSummary) GetMaxLevel() uint32 + func (m *QueryReadsMerkleSummary) GetMaxLevelHashes() [][]byte + func (m *QueryReadsMerkleSummary) Reset() + func (m *QueryReadsMerkleSummary) String() string + func (m *QueryReadsMerkleSummary) XXX_DiscardUnknown() + func (m *QueryReadsMerkleSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryReadsMerkleSummary) XXX_Size() int + func (m *QueryReadsMerkleSummary) XXX_Unmarshal(b []byte) error + func (ms *QueryReadsMerkleSummary) Equal(anotherMS *QueryReadsMerkleSummary) bool + type RangeQueryInfo struct + EndKey string + ItrExhausted bool + ReadsInfo isRangeQueryInfo_ReadsInfo + StartKey string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RangeQueryInfo) Descriptor() ([]byte, []int) + func (*RangeQueryInfo) ProtoMessage() + func (*RangeQueryInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *RangeQueryInfo) XXX_Merge(src proto.Message) + func (m *RangeQueryInfo) GetEndKey() string + func (m *RangeQueryInfo) GetItrExhausted() bool + func (m *RangeQueryInfo) GetRawReads() *QueryReads + func (m *RangeQueryInfo) GetReadsInfo() isRangeQueryInfo_ReadsInfo + func (m *RangeQueryInfo) GetReadsMerkleHashes() *QueryReadsMerkleSummary + func (m *RangeQueryInfo) GetStartKey() string + func (m *RangeQueryInfo) Reset() + func (m *RangeQueryInfo) String() string + func (m *RangeQueryInfo) XXX_DiscardUnknown() + func (m *RangeQueryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RangeQueryInfo) XXX_Size() int + func (m *RangeQueryInfo) XXX_Unmarshal(b []byte) error + func (rqi *RangeQueryInfo) SetMerkelSummary(merkleSummary *QueryReadsMerkleSummary) + func (rqi *RangeQueryInfo) SetRawReads(kvReads []*KVRead) + type RangeQueryInfo_RawReads struct + RawReads *QueryReads + type RangeQueryInfo_ReadsMerkleHashes struct + ReadsMerkleHashes *QueryReadsMerkleSummary + type Version struct + BlockNum uint64 + TxNum uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Version) Descriptor() ([]byte, []int) + func (*Version) ProtoMessage() + func (dst *Version) XXX_Merge(src proto.Message) + func (m *Version) GetBlockNum() uint64 + func (m *Version) GetTxNum() uint64 + func (m *Version) Reset() + func (m *Version) String() string + func (m *Version) XXX_DiscardUnknown() + func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Version) XXX_Size() int + func (m *Version) XXX_Unmarshal(b []byte) error