Service

ABCIQuery defines a query handler that supports ABCI queries directly to the application, bypassing Tendermint completely. The ABCI query must contain a valid and supported path, including app, custom, p2p, and store.

get/cosmos/base/tendermint/v1beta1/abci_query

Query parameters

datastring byte
pathstring
heightstring int64
proveboolean

Response

A successful response.

codeinteger
codespacestring
heightstring int64
indexstring int64
infostring
keystring byte
logstring
valuestring byte

Changes