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

interface QueryChannelRequest {
    channelId: string;
    portId: string;
}

Properties

Properties

channelId: string

channel unique identifier

portId: string

port unique identifier