@ethereumjs/evm / InterpreterStep
- account
- address
- codeAddress
- depth
- gasLeft
- gasRefund
- memory
- memoryWordCount
- opcode
- pc
- returnStack
- stack
- stateManager
• account: Account
• address: Address
• codeAddress: Address
• depth: number
• gasLeft: bigint
• gasRefund: bigint
• memory: Uint8Array
• memoryWordCount: bigint
• opcode: Object
Name | Type |
---|---|
dynamicFee? |
bigint |
fee |
number |
isAsync |
boolean |
name |
string |
• pc: number
• returnStack: bigint
[]
• stack: bigint
[]
• stateManager: EVMStateManagerInterface