Enum ethcore::miner::PendingOrdering []

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

impl Clone for PendingOrdering

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PendingOrdering

impl PartialEq<PendingOrdering> for PendingOrdering

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

This method tests for !=.

impl Debug for PendingOrdering

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PendingOrdering

impl Sync for PendingOrdering