Docs

debug_traceTransaction - LISK RPC Method

Trace a transaction execution on LISK. Requires archive node for debugging real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access.

Traces a transaction execution on LISK by transaction hash.

Archive Node Required

This method requires an archive node. It is not available on full nodes.

Use Cases

  • Transaction debugging - Understand exactly what happened
  • Failure analysis - Find where and why a transaction reverted
  • Gas optimization - Analyze gas usage for real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access

Tracer Options

  • {} - Default opcode tracer (verbose)
  • { tracer: "callTracer" } - Call tree tracer
  • { tracer: "prestateTracer" } - Pre-state tracer

Code Examples