Interface QueryPacketAcknowledgementRequest

QueryPacketAcknowledgementRequest is the request type for the Query/PacketAcknowledgement RPC method

interface QueryPacketAcknowledgementRequest {
    channelId: string;
    portId: string;
    sequence: bigint;
}

Properties

channelId: string

channel unique identifier

portId: string

port unique identifier

sequence: bigint

packet sequence