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

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

Properties

Properties

channelId: string

channel unique identifier

portId: string

port unique identifier