Interface QueryChannelConsensusStateResponse

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

interface QueryChannelConsensusStateResponse {
    clientId: string;
    consensusState?: Any;
    proof: Uint8Array;
    proofHeight: undefined | Height;
}

Properties

clientId: string

client ID associated with the consensus state

consensusState?: Any

consensus state associated with the channel

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was retrieved