import type { BaseParams } from '../common/BaseParams.js' import type { BlockParam } from '../common/BlockParam.js' export type DumpStateParams = BaseParams & { /** * Block tag to fetch account from * - bigint for block number * - hex string for block hash * - 'latest', 'earliest', 'pending', 'forked' etc. tags */ readonly blockTag?: BlockParam }