QueryChannelRequest is the request type for the Query/Channel RPC method

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

Properties

channel_id?: string

channel unique identifier

port_id?: string

port unique identifier