Skip to main content

CallTrace

Type Alias CallTrace 

Source
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 */ }