UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

4 lines 177 B
import type { Hex } from '@tevm/utils'; import type { BlockTag } from './BlockTag.js'; export type BlockParam = BlockTag | Hex | bigint; //# sourceMappingURL=BlockParam.d.ts.map