@ethereumjs/evm
Ƭ Log: [address: Uint8Array, topics: Uint8Array[], data: Uint8Array]
Log that the contract emits.
• Const
EOF: Object
Name | Type |
---|---|
FORMAT |
number |
MAGIC |
number |
VERSION |
number |
codeAnalysis |
(container : Uint8Array ) => undefined | { code : number = 0; data : number = 0 } |
validOpcodes |
(code : Uint8Array ) => boolean |
▸ getActivePrecompiles(common
, customPrecompiles?
): Map
<string
, PrecompileFunc
>
Name | Type |
---|---|
common |
Common |
customPrecompiles? |
CustomPrecompile [] |
Map
<string
, PrecompileFunc
>