pub type CallTrace = Vec<CallTraceFrame>;Expand description
Collection of traces of each call frame as defined in geth’s callTracer output
https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers#call-tracer
Aliased Type§
pub struct CallTrace { /* private fields */ }