Enum ethcore_transaction::Condition [−][src]
Transaction activation condition.
Variants
Number(u64)Valid at this block number or later.
Timestamp(u64)Valid at this unix time or later.
Trait Implementations
impl Debug for Condition[src]
impl Debug for Conditionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Condition[src]
impl Clone for Conditionfn clone(&self) -> Condition[src]
fn clone(&self) -> ConditionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Condition[src]
impl PartialEq for Conditionfn eq(&self, other: &Condition) -> bool[src]
fn eq(&self, other: &Condition) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Condition) -> bool[src]
fn ne(&self, other: &Condition) -> boolThis method tests for !=.
impl Eq for Condition[src]
impl Eq for Condition