@tevm/utils
Version:
A custom implementation of ethereumjs blockchain
9 lines • 359 B
TypeScript
/**
* @internal
* A simple ethereumjs DB instance that uses an in memory Map as it's backend
* Pass in an initial DB optionally to prepoulate the DB.
* @type {import('./CreateMemoryDbFn.js').CreateMemoryDbFn}
* @throws {never}
*/
export const createMemoryDb: import("./CreateMemoryDbFn.js").CreateMemoryDbFn;
//# sourceMappingURL=createMemoryDb.d.ts.map