Interface QueryConnectionClientStateResponse

QueryConnectionClientStateResponse is the response type for the Query/ConnectionClientState RPC method

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