ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query.

Note: This type is a duplicate of the ResponseQuery proto type defined in Tendermint.

Hierarchy

  • V1Beta1ABCIQueryResponse

Properties

code?: number

Format

int64

codespace?: string
height?: string

Format

int64

index?: string

Format

int64

info?: string

nondeterministic

key?: string

Format

byte

log?: string

nondeterministic

ProofOps is Merkle proof defined by the list of ProofOps.

Note: This type is a duplicate of the ProofOps proto type defined in Tendermint.

value?: string

Format

byte

Generated using TypeDoc