Type Definition casper_engine_test_support::InMemoryWasmTestBuilder[][src]

pub type InMemoryWasmTestBuilder = WasmTestBuilder<InMemoryGlobalState>;
Expand description

Wasm test builder where state is held entirely in memory.

Implementations

Trait Implementations

Returns the “default value” for a type. Read more