1
2
3
4
5
6
7
8
9
10
11
//! # MultiTest add-ons
//!
//! Additional components and functionalities used to enhance
//! or customize tests of CosmWasm smart contracts.

mod addresses;
mod api;

pub use addresses::mock::MockAddressGenerator;
pub use api::bech32::MockApiBech32;
pub use api::bech32m::MockApiBech32m;