Type Alias scrypto_test::environment::TestVm

source ·
pub type TestVm<'g> = Vm<'g, DefaultWasmEngine, NoExtension>;

Aliased Type§

struct TestVm<'g> {
    pub scrypto_vm: &'g ScryptoVm<WasmiEngine>,
    pub native_vm: NativeVm<NoExtension>,
}

Fields§

§scrypto_vm: &'g ScryptoVm<WasmiEngine>§native_vm: NativeVm<NoExtension>