Interface QueryConsensusStateResponseSDKType

QueryConsensusStateResponse is the response type for the Query/ConsensusState RPC method

interface QueryConsensusStateResponseSDKType {
    consensus_state?: AnySDKType;
    proof: Uint8Array;
    proof_height: undefined | HeightSDKType;
}

Properties

consensus_state?: AnySDKType
proof: Uint8Array
proof_height: undefined | HeightSDKType