Type Alias cw_multi_test::IbcFailingModule

source ·
pub type IbcFailingModule = FailingModule<IbcMsg, IbcQuery, Empty>;
Expand description

Use this to test how your contract deals with problematic IBC scenarios. It’s a module that deliberately fails in handling IBC messages, allowing you to check how your contract behaves in less-than-ideal cross-chain communication situations.

Aliased Type§

struct IbcFailingModule(/* private fields */);

Trait Implementations§