Skip to main content

handle_traces

Function handle_traces 

Source
pub(crate) async fn handle_traces(
    result: TraceResult,
    config: &Config,
    chain: Chain,
    contracts_bytecode: &AddressHashMap<Bytes>,
    labels: Vec<String>,
    with_local_artifacts: bool,
    debug: bool,
    decode_internal: bool,
    disable_label: bool,
    trace_depth: Option<usize>,
    tempo_hardfork: Option<TempoHardfork>,
) -> Result<()>
Expand description

labels the traces, conditionally prints them or opens the debugger