foundry_evm_traces

Function render_trace_arena_inner

Source
pub fn render_trace_arena_inner(
    arena: &SparsedTraceArena,
    with_bytecodes: bool,
    with_storage_changes: bool,
) -> String
Expand description

Render a collection of call traces to a string optionally including contract creation bytecodes and in JSON format.