UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

5 lines (3 loc) 135 B
import type { Hex } from '@tevm/utils' import type { BlockTag } from './BlockTag.js' export type BlockParam = BlockTag | Hex | bigint