Since: cosmos-sdk 0.46
A successful response.
ProofOps is Merkle proof defined by the list of ProofOps.
Note: This type is a duplicate of the ProofOps proto type defined in Tendermint.
const response = await fetch('https://kava.nownodes.io/cosmos/base/tendermint/v1beta1/abci_query', { method: 'GET', headers: {}, }); const data = await response.json();
{ "log": "text", "info": "text", "index": "text", "key": "Ynl0ZXM=", "value": "Ynl0ZXM=", "proof_ops": { "ops": [ { "type": "text", "key": "Ynl0ZXM=", "data": "Ynl0ZXM=" } ] }, "height": "text", "codespace": "text" }