Enum ethcore_transaction::Condition[][src]

pub enum Condition {
    Number(u64),
    Timestamp(u64),
}

Transaction activation condition.

Variants

Valid at this block number or later.

Valid at this unix time or later.

Trait Implementations

impl Debug for Condition
[src]

Formats the value using the given formatter. Read more

impl Clone for Condition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Condition
[src]

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

This method tests for !=.

impl Eq for Condition
[src]

Auto Trait Implementations

impl Send for Condition

impl Sync for Condition