Type Alias cw_multi_test::IbcAcceptingModule

source ·
pub type IbcAcceptingModule = AcceptingModule<IbcMsg, IbcQuery, Empty>;
Expand description

Ideal for testing contracts that involve IBC, this module is designed to successfully handle cross-chain messages. It’s key for ensuring that your contract can smoothly interact with other blockchains in the Cosmos network.

Aliased Type§

struct IbcAcceptingModule(/* private fields */);

Trait Implementations§