pub type IbcFailingModule = FailingModule<IbcMsg, MockIbcQuery, IbcPacketRelayingMsg>;
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§
pub struct IbcFailingModule(/* private fields */);