Interface QueryConnectionConsensusStateResponse

QueryConnectionConsensusStateResponse is the response type for the Query/ConnectionConsensusState RPC method

interface QueryConnectionConsensusStateResponse {
    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