QueryUnreceivedAcks is the request type for the Query/UnreceivedAcks RPC method

interface QueryUnreceivedAcksRequest {
    channelId: string;
    packetAckSequences: bigint[];
    portId: string;
}

Properties

channelId: string

channel unique identifier

packetAckSequences: bigint[]

list of acknowledgement sequences

portId: string

port unique identifier