Enum ethcore::miner::PendingSet
[−]
[src]
pub enum PendingSet {
AlwaysQueue,
AlwaysSealing,
SealingOrElseQueue,
}Different possible definitions for pending transaction set.
Variants
AlwaysQueueAlways just the transactions in the queue. These have had only cheap checks.
AlwaysSealingAlways 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.
SealingOrElseQueueTakes from sealing if mining, from queue otherwise.
Trait Implementations
impl Debug for PendingSet[src]
impl Debug for PendingSetfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PendingSet[src]
impl PartialEq for PendingSetAuto Trait Implementations
impl Send for PendingSet
impl Send for PendingSetimpl Sync for PendingSet
impl Sync for PendingSet