Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 702 Bytes

File metadata and controls

9 lines (9 loc) · 702 Bytes
  • transactionHash: (string) [required] hash of the transaction.
  • 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.
    • timeout: (string) [optional] string of decimals numbers to set the timeout. The default is 5 seconds. The maximum timeout is 10 seconds. Valid units are ns, us, ms, s. For example, 3s30ms.