Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • Packet

Index

Properties

data: Uint8Array

actual opaque bytes transferred directly to the application module

destination_channel: string

identifies the channel end on the receiving chain.

destination_port: string

identifies the port on the receiving chain.

sequence: string

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.

source_channel: string

identifies the channel end on the sending chain.

source_port: string

identifies the port on the sending chain.

block height after which the packet times out

timeout_timestamp: string

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