Skip to main content

call_frame_to_arena

Function call_frame_to_arena 

Source
pub fn call_frame_to_arena(
    root: &CallFrame,
    root_address: Option<Address>,
) -> CallTraceArena
Expand description

Builds a CallTraceArena from a geth callTracer [CallFrame] tree, overriding the root frame’s address with root_address when the tracer omitted it.