Versions in this module Expand all Collapse all v0 v0.7.6 Jan 31, 2025 Changes in this version + var File_cosmos_store_snapshots_v1_snapshot_proto protoreflect.FileDescriptor + type Metadata struct + ChunkHashes [][]byte + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (x *Metadata) GetChunkHashes() [][]byte + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type Snapshot struct + Chunks uint32 + Format uint32 + Hash []byte + Height uint64 + Metadata *Metadata + func (*Snapshot) Descriptor() ([]byte, []int) + func (*Snapshot) ProtoMessage() + func (x *Snapshot) GetChunks() uint32 + func (x *Snapshot) GetFormat() uint32 + func (x *Snapshot) GetHash() []byte + func (x *Snapshot) GetHeight() uint64 + func (x *Snapshot) GetMetadata() *Metadata + func (x *Snapshot) ProtoReflect() protoreflect.Message + func (x *Snapshot) Reset() + func (x *Snapshot) String() string + type SnapshotExtensionMeta struct + Format uint32 + Name string + func (*SnapshotExtensionMeta) Descriptor() ([]byte, []int) + func (*SnapshotExtensionMeta) ProtoMessage() + func (x *SnapshotExtensionMeta) GetFormat() uint32 + func (x *SnapshotExtensionMeta) GetName() string + func (x *SnapshotExtensionMeta) ProtoReflect() protoreflect.Message + func (x *SnapshotExtensionMeta) Reset() + func (x *SnapshotExtensionMeta) String() string + type SnapshotExtensionPayload struct + Payload []byte + func (*SnapshotExtensionPayload) Descriptor() ([]byte, []int) + func (*SnapshotExtensionPayload) ProtoMessage() + func (x *SnapshotExtensionPayload) GetPayload() []byte + func (x *SnapshotExtensionPayload) ProtoReflect() protoreflect.Message + func (x *SnapshotExtensionPayload) Reset() + func (x *SnapshotExtensionPayload) String() string + type SnapshotIAVLItem struct + Height int32 + Key []byte + Value []byte + Version int64 + func (*SnapshotIAVLItem) Descriptor() ([]byte, []int) + func (*SnapshotIAVLItem) ProtoMessage() + func (x *SnapshotIAVLItem) GetHeight() int32 + func (x *SnapshotIAVLItem) GetKey() []byte + func (x *SnapshotIAVLItem) GetValue() []byte + func (x *SnapshotIAVLItem) GetVersion() int64 + func (x *SnapshotIAVLItem) ProtoReflect() protoreflect.Message + func (x *SnapshotIAVLItem) Reset() + func (x *SnapshotIAVLItem) String() string + type SnapshotItem struct + Item isSnapshotItem_Item + func (*SnapshotItem) Descriptor() ([]byte, []int) + func (*SnapshotItem) ProtoMessage() + func (x *SnapshotItem) GetExtension() *SnapshotExtensionMeta + func (x *SnapshotItem) GetExtensionPayload() *SnapshotExtensionPayload + func (x *SnapshotItem) GetIavl() *SnapshotIAVLItem + func (x *SnapshotItem) GetItem() isSnapshotItem_Item + func (x *SnapshotItem) GetStore() *SnapshotStoreItem + func (x *SnapshotItem) ProtoReflect() protoreflect.Message + func (x *SnapshotItem) Reset() + func (x *SnapshotItem) String() string + type SnapshotItem_Extension struct + Extension *SnapshotExtensionMeta + type SnapshotItem_ExtensionPayload struct + ExtensionPayload *SnapshotExtensionPayload + type SnapshotItem_Iavl struct + Iavl *SnapshotIAVLItem + type SnapshotItem_Store struct + Store *SnapshotStoreItem + type SnapshotStoreItem struct + Name string + func (*SnapshotStoreItem) Descriptor() ([]byte, []int) + func (*SnapshotStoreItem) ProtoMessage() + func (x *SnapshotStoreItem) GetName() string + func (x *SnapshotStoreItem) ProtoReflect() protoreflect.Message + func (x *SnapshotStoreItem) Reset() + func (x *SnapshotStoreItem) String() string