Function sp_runtime_interface_test_wasm::test_api::overwrite_native_function_implementation [−][src]
pub fn overwrite_native_function_implementation() -> bool
Expand description
Overwrite the native implementation in wasm. The native implementation always returns
false
and the replacement function will return always true
.