Interface: QueryAbciResponse
@shareledgerjs/client.QueryAbciResponse
The response of an ABCI query to Tendermint.
This is a subset of tendermint34.AbciQueryResponse
in order
to abstract away Tendermint versions.
Properties
height
• Readonly
height: number
value
• Readonly
value: Uint8Array