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ยง

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