interface QueryStoreResponse {
    height: number;
    key: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

height: number
key: Uint8Array

The response key from Tendermint. This is the same as the query key in the request.

value: Uint8Array

Generated using TypeDoc