Hierarchy

  • V1Packet

Properties

data?: string

actual opaque bytes transferred directly to the application module

Format

byte

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.

Format

uint64

source_channel?: string

identifies the channel end on the sending chain.

source_port?: string

identifies the port on the sending chain.

timeout_height?: V1Height

block height after which the packet times out Normally the RevisionHeight is incremented at each height while keeping RevisionNumber the same. However some consensus algorithms may choose to reset the height in certain conditions e.g. hard forks, state-machine breaking changes In these cases, the RevisionNumber is incremented so that height continues to be monitonically increasing even as the RevisionHeight gets reset

timeout_timestamp?: string

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

Format

uint64

Generated using TypeDoc