ethereumjs-monorepo

@ethereumjs/evm


@ethereumjs/evm / AddPrecompile

Type Alias: AddPrecompile

AddPrecompile = object

Defined in: precompiles/index.ts:261

Specifies a precompile to add to (or override in) the EVM. The address can be an Address instance or a 0x-prefixed hex string.

Properties

address

address: Address | PrefixedHexString

Defined in: precompiles/index.ts:262


function

function: PrecompileFunc

Defined in: precompiles/index.ts:263