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
OnAcknowledgementPackethandler. - ibc_
packet_ receive - Implements the IBC module’s
OnRecvPackethandler. - ibc_
packet_ timeout - Implements the IBC module’s
OnTimeoutPackethandler.