Struct ethcore::client::CallAnalytics []

pub struct CallAnalytics {
    pub transaction_tracing: bool,
    pub vm_tracing: bool,
    pub state_diffing: bool,
}

Options concerning what analytics we run on the call.

Fields

Make a transaction trace.

Make a VM trace.

Make a diff.

Trait Implementations

impl Copy for CallAnalytics

impl Clone for CallAnalytics

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CallAnalytics

impl PartialEq<CallAnalytics> for CallAnalytics

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for CallAnalytics

Formats the value using the given formatter. Read more

impl Default for CallAnalytics

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

Auto Trait Implementations

impl Send for CallAnalytics

impl Sync for CallAnalytics