TraceConfig holds extra parameters to trace functions.

Hierarchy

  • V1TraceConfig

Properties

debug?: boolean

print output during capture end

disable_stack?: boolean

disable stack capture

disable_storage?: boolean

disable storage capture

enable_memory?: boolean

enable memory capture

enable_return_data?: boolean

enable return data capture

limit?: number

maximum length of output, but zero means unlimited

Format

int32

overrides?: V1ChainConfig

Chain overrides, can be used to execute a trace using future fork rules ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int values instead of *big.Int.

reexec?: string

number of blocks the tracer is willing to go back

Format

uint64

timeout?: string

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

tracer?: string

custom javascript tracer

Generated using TypeDoc