provwasm-mocks 2.8.0

Rust mocks that enable unit testing of CosmWasm smart contracts that interact with custom modules in the Provenance Blockchain
Documentation
1
2
3
4
5
6
pub use querier::{
    mock_provenance_dependencies, mock_provenance_dependencies_with_custom_querier,
    MockProvenanceQuerier,
};
#[allow(deprecated)]
mod querier;