Struct ethcore::client::TransactOptions [] [src]

pub struct TransactOptions {
    pub tracing: bool,
    pub vm_tracing: bool,
    pub check_nonce: bool,
}

Transaction execution options.

Fields

Enable call tracing.

Enable VM tracing.

Check transaction nonce before execution.

Trait Implementations

impl Default for TransactOptions
[src]

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

impl Copy for TransactOptions
[src]

impl Clone for TransactOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TransactOptions
[src]

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

This method tests for !=.