Skip to content

createTevmNode

createTevmNode(options?): TevmNode<"fork" | "normal", object>

Creates the base instance of a memory client

Parameters

options?: TevmNodeOptions<object> = {}

Returns

TevmNode<"fork" | "normal", object>

Example

Defined in

packages/node/src/createTevmNode.js:27