Module ibc::ics04_channel[][src]

Expand description

ICS 04: IBC Channel implementation

Modules

channel
context

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.

error
events

Types for the IBC events emitted from Tendermint Websocket by the channels module.

handler

This module implements the processing logic for ICS4 (channel) messages.

msgs

Message definitions for all ICS4 domain types: channel open & close handshake datagrams, as well as packets.

packet
version