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