Module ibc::ics03_connection[][src]

Expand description

ICS 03: IBC Connection implementation

Modules

connection
context

Context definitions (dependencies for the protocol). ICS3 (connection) context. The two traits ConnectionReader and ConnectionKeeper define the interface that any host chain must implement to be able to process any ConnectionMsg. See “ADR 003: IBC protocol implementation” for more details.

error
events

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

handler

Message processing logic (protocol) for ICS 03. This module implements the processing logic for ICS3 (connection open handshake) messages.

msgs

Message definitions for the connection handshake datagrams.

version