PacketSequence defines the genesis type necessary to retrieve and store next send and receive sequences.

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

Properties

channelId: string
portId: string
sequence: bigint