Module relay

Source
Expand description

This module contains the entry points for:

  • The IBC packet acknowledgement.
  • The IBC packet timeout.
  • The IBC packet receive.

Functions§

ibc_packet_ack
Implements the IBC module’s OnAcknowledgementPacket handler.
ibc_packet_receive
Implements the IBC module’s OnRecvPacket handler.
ibc_packet_timeout
Implements the IBC module’s OnTimeoutPacket handler.