UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

4 lines 306 B
export function cloneVmWithBlockTag(client: import("@tevm/node").TevmNode, block: import("@tevm/block").Block): Promise<import("@tevm/vm").Vm | ForkError | InternalError>; import { ForkError } from '@tevm/errors'; import { InternalError } from '@tevm/errors'; //# sourceMappingURL=cloneVmWithBlock.d.ts.map