This endpoint allows you to create a tracer for a specific clause. Tracers are instrumental in monitoring and analyzing the execution flow within the EVM. You can customize the tracer using various options to tailor it to your specific debugging needs.
The name of the tracer. An empty name stands for the default struct logger tracer.
"prestate"
The configuration of the tracer. It is specific to the name
The unified path of the target to be traced. Currently, only the clause is supported.
Format:
blockID/(txIndex|txId)/clauseIndex
"0x010709463c1f0c9aa66a31182fb36d1977d99bfb6526bae0564a0eac4006c31a/0/0"
^0x[0-9a-fA-F]{64}\/(0x[0-9a-fA-F]{64}|\d+)\/[0-9]+$
OK
The response will depend on the type of tracer you have created.