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

Constructors

Properties

delete: boolean = false

true indicates a delete operation, false indicates a set operation

from field: bool delete = 2;

key: Uint8Array = ...

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 = ...

from field: bytes value = 4;

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

Methods