Enum ethcore::miner::PendingOrdering[][src]

pub enum PendingOrdering {
    Priority,
    Unordered,
}

Transaction ordering when requesting pending set.

Variants

Get pending transactions ordered by their priority (potentially expensive)

Get pending transactions without any care of particular ordering (cheaper).

Trait Implementations

impl Copy for PendingOrdering
[src]

impl Eq for PendingOrdering
[src]

impl PartialEq<PendingOrdering> for PendingOrdering
[src]

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

This method tests for !=.

impl Clone for PendingOrdering
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PendingOrdering
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PendingOrdering

impl Sync for PendingOrdering