Crate ibc_core_channel

Source
Expand description

ICS-04: Channel and Packet Semantics implementation to process channel open handshake and incoming data packets. Exports data structures and implementations of IBC core channel module.

Modulesยง

context
ICS4 (channel) context.
handler
This module implements the processing logic for ICS4 (channel) messages.
types
Re-exports ICS-04 data structures from the ibc-core-channel-types crate.