pub fn call_frame_to_arena(
root: &CallFrame,
root_address: Option<Address>,
) -> CallTraceArenaExpand description
Builds a CallTraceArena from a geth callTracer [CallFrame] tree, overriding the root
frame’s address with root_address when the tracer omitted it.