interface ResponseQuery {
    code: number;
    codespace: string;
    height: bigint;
    index: bigint;
    info: string;
    key: Uint8Array;
    log: string;
    proofOps?: ProofOps;
    value: Uint8Array;
}

Properties

code: number
codespace: string
height: bigint
index: bigint
info: string

nondeterministic

key: Uint8Array
log: string

bytes data = 2; // use "value" instead.

proofOps?: ProofOps
value: Uint8Array