Enum ethcore::miner::PendingSet
[−]
[src]
pub enum PendingSet { AlwaysQueue, AlwaysSealing, SealingOrElseQueue, }
Different possible definitions for pending transaction set.
Variants
AlwaysQueue
Always just the transactions in the queue. These have had only cheap checks.
AlwaysSealing
Always just the transactions in the sealing block. These have had full checks but may be empty if the node is not actively mining or has no force_sealing enabled.
SealingOrElseQueue
Takes from sealing if mining, from queue otherwise.
Trait Implementations
impl Debug for PendingSet
[src]
impl Debug for PendingSet
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for PendingSet
[src]
impl PartialEq for PendingSet
Auto Trait Implementations
impl Send for PendingSet
impl Send for PendingSet
impl Sync for PendingSet
impl Sync for PendingSet