QueryPacketReceiptRequest is the request type for the Query/PacketReceipt RPC method

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

Properties

channelId: string

channel unique identifier

portId: string

port unique identifier

sequence: bigint

packet sequence