package cosmos.base.store.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlockMetadata

listening.proto:22

BlockMetadata contains all the abci event data of a block the file streamer dump them into files together with the state changes.

message BlockMetadata.DeliverTx

listening.proto:24

DeliverTx encapulate deliver tx request and response.

Used in: BlockMetadata

message CommitID

commit_info.proto:27

CommitID defines the commitment information when a specific store is committed.

Used in: StoreInfo

message CommitInfo

commit_info.proto:11

CommitInfo defines commit information used by the multi-store when committing a version/height.

message SnapshotIAVLItem

snapshot.proto:23

SnapshotIAVLItem is an exported IAVL node.

Used in: SnapshotItem

message SnapshotItem

snapshot.proto:9

SnapshotItem is an item contained in a rootmulti.Store snapshot.

message SnapshotStoreItem

snapshot.proto:18

SnapshotStoreItem contains metadata about a snapshotted store.

Used in: SnapshotItem

message StoreInfo

commit_info.proto:20

StoreInfo defines store-specific commit information. It contains a reference between a store name and the commit ID.

Used in: CommitInfo

message StoreKVPair

listening.proto:13

StoreKVPair is a KVStore KVPair used for listening to state changes (Sets and Deletes) It optionally includes the StoreKey for the originating KVStore and a Boolean flag to distinguish between Sets and Deletes Since: cosmos-sdk 0.43