Module ibc::core::ics04_channel

source ·
Expand description

ICS 04: Channel implementation that facilitates communication between applications and the chains those applications are built upon.

Modules

ICS4 (channel) context. The two traits ChannelReader and ChannelKeeper define the interface that any host chain must implement to be able to process any ChannelMsg.
Types for the IBC events emitted from Tendermint Websocket by the channels module.
This module implements the processing logic for ICS4 (channel) messages.
Message definitions for all ICS4 domain types: channel open & close handshake datagrams, as well as packets.

Structs

The version field for a ChannelEnd.