Struct ethcore::trace::NoopTracer[][src]

pub struct NoopTracer;

Nonoperative tracer. Does not trace anything.

Trait Implementations

impl Tracer for NoopTracer
[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 NoopTracer

impl Sync for NoopTracer