//! Provides essential top-level traits designed for the seamless integration of
//! host chains with ibc-rs. It streamlines access to the host's storage,
//! facilitating the efficient retrieval of states and metadata crucial for the
//! execution of IBC logics.
extern crate std;
pub
pub use *;
/// Re-exports ICS-24 data structures from `ibc-core-host-types` crate.