Module abstract_cw_multi_test::ibc

source ·
Expand description

Ibc Module adds IBC support to cw-multi-test

Re-exports§

Modules§

Structs§

Enums§

  • This is added for modules to implement actions upon ibc actions. This kind of execution flow is copied from the WASM way of doing things and is not 100% completely compatible with the IBC standard Those messages should only be called by the Ibc module. For additional Modules, the packet endpoints should be implemented The Channel endpoints are usually not implemented besides storing the channel ids

Traits§

  • 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.

Type Aliases§

  • 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.
  • 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.