Function astar_test_utils::load_wasm_module
source · pub fn load_wasm_module<T>(
fixture_name: &str
) -> Result<(Vec<u8>, <T::Hashing as Hash>::Output)>where
T: Config,
Expand description
Load a given wasm module from wasm binary contents along with it’s hash.
The fixture files are located under the ../ink-contracts/
directory.