Interface QueryConnectionClientStateResponseAmino

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

interface QueryConnectionClientStateResponseAmino {
    identified_client_state?: IdentifiedClientStateAmino;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

identified_client_state?: IdentifiedClientStateAmino

client state associated with the channel

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved