Packet defines a type that carries data across different chains through IBC

Hierarchy

  • Packet

Properties

data: Uint8Array

actual opaque bytes transferred directly to the application module

destinationChannel: string

identifies the channel end on the receiving chain.

destinationPort: string

identifies the port on the receiving chain.

sequence: number

number corresponds to the order of sends and receives, where a Packet with an earlier sequence number must be sent and received before a Packet with a later sequence number.

sourceChannel: string

identifies the channel end on the sending chain.

sourcePort: string

identifies the port on the sending chain.

timeoutHeight: undefined | Height

block height after which the packet times out

timeoutTimestamp: number

block timestamp (in nanoseconds) after which the packet times out

Generated using TypeDoc