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

    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

    from message cosmos.base.store.v1beta1.StoreKVPair

    Hierarchy

    Index

    Constructors

    Properties

    delete: boolean = false

    true indicates a delete operation, false indicates a set operation

    from field: bool delete = 2;

    key: Uint8Array<ArrayBuffer> = ...

    from field: bytes key = 3;

    storeKey: string = ""

    the store key for the KVStore this pair originates from

    from field: string store_key = 1;

    value: Uint8Array<ArrayBuffer> = ...

    from field: bytes value = 4;

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

    Methods