pub fn call_frame_to_arena_with_root_address(
root: &CallFrame,
root_address: Option<Address>,
) -> CallTraceArenaExpand description
Builds a CallTraceArena and overrides the root frame’s address when the tracer omitted it.
pub fn call_frame_to_arena_with_root_address(
root: &CallFrame,
root_address: Option<Address>,
) -> CallTraceArenaBuilds a CallTraceArena and overrides the root frame’s address when the tracer omitted it.