pub fn print_call(
    call: &Call,
    padding: usize,
    show_calls: &ShowCalls,
    show_outputs: bool,
    resolve_hashes: bool
)
Expand description

Pretty-prints contents of a ‘call’ - including subcalls. If skip_resolve is false, will try to contact openchain to resolve the ABI names.