Re-exports§
pub use crate::opcode_tracer::LevmOpcodeTracer;pub use crate::opcode_tracer::OpcodeTracerConfig;
Structs§
- Levm
Call Tracer - Geth’s callTracer (https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers)
Use
LevmCallTracer::disabled()when tracing is not wanted.