Interface QueryChannelClientStateRequestAmino

QueryChannelClientStateRequest is the request type for the Query/ClientState RPC method

interface QueryChannelClientStateRequestAmino {
    channel_id?: string;
    port_id?: string;
}

Properties

channel_id?: string

channel unique identifier

port_id?: string

port unique identifier