foundry_evm_traces

Function decode_trace_arena

Source
pub async fn decode_trace_arena(
    arena: &mut CallTraceArena,
    decoder: &CallTraceDecoder,
) -> Result<(), Error>
Expand description

Decode a collection of call traces.

The traces will be decoded using the given decoder, if possible.