Interface QueryPacketAcknowledgementsRequest

QueryPacketAcknowledgementsRequest is the request type for the Query/QueryPacketCommitments RPC method

interface QueryPacketAcknowledgementsRequest {
    channelId: string;
    packetCommitmentSequences: bigint[];
    pagination?: PageRequest;
    portId: string;
}

Properties

channelId: string

channel unique identifier

packetCommitmentSequences: bigint[]

list of packet sequences

pagination?: PageRequest

pagination request

portId: string

port unique identifier