@ethereumjs/evm / 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.
address:
Address|PrefixedHexString
Defined in: precompiles/index.ts:262
function:
PrecompileFunc
Defined in: precompiles/index.ts:263