storage_outpost/ibc/
mod.rs

1//! # IBC Module
2//!
3//! The IBC module is responsible for handling the IBC channel handshake and handling IBC packets.
4
5#[cfg(not(feature = "library"))]
6pub mod handshake;
7#[cfg(not(feature = "library"))]
8pub mod relay;
9pub mod types;