Module ethcore_miner::pool::local_transactions
source · [−]Expand description
Local Transactions List.
Structs
Keeps track of local transactions that are in the queue or were mined/dropped recently.
Enums
Status of local transaction.
Can indicate that the transaction is currently part of the queue (Pending/Future
)
or gives a reason why the transaction was removed.