proto/cosmos/store/v1beta1/export library
Classes
- BlockMetadata
- BlockMetadata contains all the abci event data of a block the file streamer dump them into files together with the state changes.
- CommitID
- CommitID defines the commitment information when a specific store is committed.
- CommitInfo
- CommitInfo defines commit information used by the multi-store when committing a version/height.
- StoreInfo
- StoreInfo defines store-specific commit information. It contains a reference between a store name and the commit ID.
- StoreKVPair
- 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
Constants
-
BlockMetadata$json
→ const Map<
String, Object> -
CommitID$json
→ const Map<
String, Object> -
CommitInfo$json
→ const Map<
String, Object> -
StoreInfo$json
→ const Map<
String, Object> -
StoreKVPair$json
→ const Map<
String, Object>
Properties
- blockMetadataDescriptor → Uint8List
-
Descriptor for
BlockMetadata
. Decode as agoogle.protobuf.DescriptorProto
.final - commitIDDescriptor → Uint8List
-
Descriptor for
CommitID
. Decode as agoogle.protobuf.DescriptorProto
.final - commitInfoDescriptor → Uint8List
-
Descriptor for
CommitInfo
. Decode as agoogle.protobuf.DescriptorProto
.final - storeInfoDescriptor → Uint8List
-
Descriptor for
StoreInfo
. Decode as agoogle.protobuf.DescriptorProto
.final - storeKVPairDescriptor → Uint8List
-
Descriptor for
StoreKVPair
. Decode as agoogle.protobuf.DescriptorProto
.final