logo
pub type LmdbWasmTestBuilder = WasmTestBuilder<LmdbGlobalState>;
Expand description

Wasm test builder where state is held in LMDB.

Implementations

Returns an LmdbWasmTestBuilder with configuration.

Flushes the LMDB environment to disk.

Returns a new LmdbWasmTestBuilder.

Creates a new instance of builder using the supplied configurations, opening wrapped LMDBs (e.g. in the Trie and Data stores) rather than creating them.

Creates a new instance of builder using the supplied configurations, opening wrapped LMDBs (e.g. in the Trie and Data stores) rather than creating them. Differs from open in that it doesn’t append GLOBAL_STATE_DIR to the supplied path.