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

interface QueryChannelClientStateResponse {
    identifiedClientState?: IdentifiedClientState;
    proof: Uint8Array;
    proofHeight: undefined | Height;
}

Properties

identifiedClientState?: IdentifiedClientState

client state associated with the channel

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was retrieved