interface ResponseQueryAmino {
    code?: number;
    codespace?: string;
    height?: string;
    index?: string;
    info?: string;
    key?: string;
    log?: string;
    proof_ops?: ProofOpsAmino;
    value?: string;
}

Properties

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

nondeterministic

key?: string
log?: string

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

proof_ops?: ProofOpsAmino
value?: string