Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 460 Bytes

File metadata and controls

7 lines (7 loc) · 460 Bytes
  • block: (string) RLP of the block
  • Optional tracing options object with the following fields:
    • tracer: (string) [optional] type of tracer. Supports callTracer or prestateTracer.
    • tracerConfig: (object) [optional] tracer configuration options:
      • onlyTopCall: (boolean) [optional] when true, will only trace the primary (top-level) call and not any sub-calls. It eliminates the additional processing for each call frame.