Interface QueryChannelConsensusStateResponseAmino

QueryChannelClientStateResponse is the Response type for the Query/QueryChannelClientState RPC method

interface QueryChannelConsensusStateResponseAmino {
    client_id?: string;
    consensus_state?: AnyAmino;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

client_id?: string

client ID associated with the consensus state

consensus_state?: AnyAmino

consensus state associated with the channel

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved