The response of an ABCI query to Tendermint. This is a subset of tendermint34.AbciQueryResponse in order to abstract away Tendermint versions.

interface QueryAbciResponse {
    height: number;
    value: Uint8Array;
}

Properties

Properties

height: number
value: Uint8Array

Generated using TypeDoc