Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 876 Bytes

File metadata and controls

13 lines (11 loc) · 876 Bytes
  • blockParameter: (string) [required] A hexadecimal block number, or one of the tags latest, earliest, pending or finalized. See the default block parameter.

    :::warning safe isn't supported. Use finalized instead. Learn more about Linea's layer 2 finalization. :::

  • 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.