Module handshake

Source
Expand description

This module contains the entry points for the IBC handshake.

Functionsยง

ibc_channel_close
Handles the ChanCloseInit and ChanCloseConfirm for the IBC module.
ibc_channel_connect
Handles the OpenAck and OpenConfirm parts of the IBC handshake. In this application, we only handle OpenAck messages since we are the ICA controller
ibc_channel_open
Handles the OpenInit and OpenTry parts of the IBC handshake. In this application, we only handle OpenInit messages since we are the ICA controller