bitbadgesjs-sdk - v0.22.7
    Preparing search index...

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

    from message cosmos.base.store.v1beta1.SnapshotItem

    Hierarchy

    Index

    Constructors

    Properties

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

    item is the specific type of snapshot item.

    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