Module clone_cw_multi_test::wasm_emulation::query::mock_querier
source · Structs§
- MockQuerier holds an immutable table of bank balances and configurable handlers for Wasm queries and custom queries.
Functions§
- Only for test code. This bypasses assertions in new, allowing us to create _* Attributes to simulate responses from the blockchain
Type Aliases§
- The same type as cosmwasm-std’s QuerierResult, but easier to reuse in cosmwasm-vm. It might diverge from QuerierResult at some point.