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

from message cosmos.base.store.v1beta1.SnapshotItem

Hierarchy

Constructors

Properties

item: {
    case: "store";
    value: proto.cosmos.base.store.v1beta1.SnapshotStoreItem;
} | {
    case: "iavl";
    value: proto.cosmos.base.store.v1beta1.SnapshotIAVLItem;
} | {
    case: undefined;
    value?: undefined;
} = ...

item is the specific type of snapshot item.

Type declaration

Type declaration

from oneof cosmos.base.store.v1beta1.SnapshotItem.item

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.store.v1beta1.SnapshotItem" = 'cosmos.base.store.v1beta1.SnapshotItem'

Methods