Skip to content

StructLog

StructLog: object

Type declaration

depth

readonly depth: number

error?

optional readonly error: object

error.error

error: string

error.errorType

errorType: string

gas

readonly gas: bigint

gasCost

readonly gasCost: bigint

op

readonly op: string

pc

readonly pc: number

stack

readonly stack: Hex[]

Source

packages/actions/src/debug/DebugResult.ts:4