cw-multi-test 0.16.4

Test helpers for multi-contract interactions
Documentation
1
2
3
4
5
6
7
8
9
//! Module for simple contracts to be used in tests

pub mod caller;
pub mod echo;
pub mod error;
pub mod hackatom;
pub mod payout;
pub mod reflect;
pub mod stargate;