interface AbciQueryParams {
    data: Uint8Array;
    height?: number;
    path: string;
    prove?: boolean;
}

Properties

Properties

data: Uint8Array
height?: number
path: string
prove?: boolean

A flag that defines if proofs are included in the response or not.

Internally this is mapped to the old inverse name trusted for Tendermint < 0.26. Starting with Tendermint 0.26, the default value changed from true to false.