Struct ethcore_rpc::v1::types::TraceResults [] [src]

pub struct TraceResults {
    pub output: Bytes,
    pub trace: Vec<Trace>,
    pub vm_trace: Option<VMTrace>,
    pub state_diff: Option<StateDiff>,
}

A diff of some chunk of memory.

Fields

The output of the call/create

The transaction trace.

The transaction trace.

The transaction trace.

Trait Implementations

impl Debug for TraceResults
[src]

Formats the value using the given formatter.

impl From<Executed> for TraceResults
[src]

Performs the conversion.