Struct ethcore::trace::ExecutiveTracer[][src]

pub struct ExecutiveTracer { /* fields omitted */ }

Simple executive tracer. Traces all calls and creates. Ignores delegatecalls.

Trait Implementations

impl Default for ExecutiveTracer
[src]

Returns the "default value" for a type. Read more

impl Tracer for ExecutiveTracer
[src]

Data returned when draining the Tracer.

Prepares call trace for given params. Noop tracer should return None.

Prepares create trace for given params. Noop tracer should return None.

Prepare trace output. Noop tracer should return None.

Stores trace call info.

Stores trace create info.

Stores failed call trace.

Stores failed create trace.

Stores suicide info.

Stores reward info.

Spawn subtracer which will be used to trace deeper levels of execution.

Important traits for Vec<u8>

Consumes self and returns all traces.

Auto Trait Implementations

impl Send for ExecutiveTracer

impl Sync for ExecutiveTracer