Trait cw_multi_test::Ibc

source ·
pub trait Ibc: Module<ExecT = IbcMsg, QueryT = IbcQuery, SudoT = Empty> { }
Expand description

Manages Inter-Blockchain Communication (IBC) functionalities. This trait is critical for testing contracts that involve cross-chain interactions, reflecting the interconnected nature of the Cosmos ecosystem.

Object Safety§

This trait is not object safe.

Implementors§