UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

7 lines 303 B
import type { Address as _Address } from '@tevm/utils'; /** * An ethereum address represented as a hex string * @see https://abitype.dev/config#addresstype for configuration options to change type to being a string if preferred */ export type Address = _Address; //# sourceMappingURL=Address.d.ts.map