QueryUnreceivedPacketsRequest is the request type for the Query/UnreceivedPackets RPC method

interface QueryUnreceivedPacketsRequest {
    channelId: string;
    packetCommitmentSequences: bigint[];
    portId: string;
}

Properties

channelId: string

channel unique identifier

packetCommitmentSequences: bigint[]

list of packet sequences

portId: string

port unique identifier