cw-asset 4.0.0

Helper library for interacting with Cosmos assets (native coins and CW20 tokens)
Documentation
1
2
3
4
5
6
7
mod custom_mock_querier;
mod cw20_querier;
mod helpers;

#[allow(unused_imports)]
pub use custom_mock_querier::CustomMockQuerier;
pub use helpers::mock_dependencies;