pub fn mock_instance_with_gas_limit(
wasm: &[u8],
gas_limit: u64,
) -> Instance<MockApi, MockStorage, MockQuerier>
Expand description
Creates an instance from the given Wasm bytecode. The gas limit is measured in CosmWasm gas.
pub fn mock_instance_with_gas_limit(
wasm: &[u8],
gas_limit: u64,
) -> Instance<MockApi, MockStorage, MockQuerier>
Creates an instance from the given Wasm bytecode. The gas limit is measured in CosmWasm gas.