ethereumjs-monorepo

@ethereumjs/evm


@ethereumjs/evm / DeletePrecompile

Type Alias: DeletePrecompile

DeletePrecompile = object

Defined in: precompiles/index.ts:253

Specifies a precompile to remove from 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:254