Data types for the Inter-Blockchain Communication (IBC) protocol.
This crate defines common data structures that can be reused by different IBC implementations or ecosystem tooling.
pubusecore::prelude::v1::*;// Re-export according to alloc::prelude::v1 because it is not yet stabilized
// https://doc.rust-lang.org/src/alloc/prelude/v1.rs.html
pubusealloc::string::ToString;