TraceConfig holds extra parameters to trace functions.

Hierarchy

  • TraceConfig

Properties

debug: boolean

print output during capture end

disableStack: boolean

disable stack capture

disableStorage: boolean

disable storage capture

enableMemory: boolean

enable memory capture

enableReturnData: boolean

enable return data capture

limit: number

maximum length of output, but zero means unlimited

overrides: undefined | ChainConfig

Chain overrides, can be used to execute a trace using future fork rules

reexec: number

number of blocks the tracer is willing to go back

timeout: string

overrides the default timeout of 5 seconds for JavaScript-based tracing calls

tracer: string

custom javascript tracer

Generated using TypeDoc