Struct ethcore::client::TransactOptions
[−]
[src]
pub struct TransactOptions { pub tracing: bool, pub vm_tracing: bool, pub check_nonce: bool, }
Transaction execution options.
Fields
tracing: bool
Enable call tracing.
vm_tracing: bool
Enable VM tracing.
check_nonce: bool
Check transaction nonce before execution.
Trait Implementations
impl Default for TransactOptions
[src]
fn default() -> TransactOptions
Returns the "default value" for a type. Read more
impl Copy for TransactOptions
[src]
impl Clone for TransactOptions
[src]
fn clone(&self) -> TransactOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for TransactOptions
[src]
fn eq(&self, __arg_0: &TransactOptions) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TransactOptions) -> bool
This method tests for !=
.