Expand description
This module contains the entry points for the IBC handshake.
Functionsยง
- ibc_
channel_ close - Handles the
ChanCloseInit
andChanCloseConfirm
for the IBC module. - ibc_
channel_ connect - Handles the
OpenAck
andOpenConfirm
parts of the IBC handshake. In this application, we only handleOpenAck
messages since we are the ICA controller - ibc_
channel_ open - Handles the
OpenInit
andOpenTry
parts of the IBC handshake. In this application, we only handleOpenInit
messages since we are the ICA controller