Interface QueryChannelClientStateResponseAmino

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

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