QueryPacketCommitmentRequest is the request type for the Query/PacketCommitment RPC method

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

Properties

channelId: string

channel unique identifier

portId: string

port unique identifier

sequence: bigint

packet sequence