Module Evm_node_lib_dev.Tracer

module CallTracerRead : sig ... end

trace_transaction (module Executor) ~block_number ~transaction ~config replays the block block_number and traces transaction_hash in it, with the given config.

trace_call (module Executor) ~call ~block ~config simulates and traces call call in block block, with the given config.

trace_block (module Executor) (module Storage) ~block_number ~config replays the block block_number and traces all transactions in it, with the given config.