pub(crate) async fn handle_traces(
result: TraceResult,
config: &Config,
chain: Chain,
contracts_bytecode: &AddressHashMap<Bytes>,
tracing: &TracingConfig,
with_local_artifacts: bool,
debug: bool,
hardfork: Option<FoundryHardfork>,
networks: NetworkConfigs,
) -> Result<()>Expand description
labels the traces, conditionally prints them or opens the debugger