cw-multi-test 0.13.4

Test helpers for multi-contract interactions
Documentation
1
2
3
4
5
6
7
8
//! 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;