Skip to main content

Module miner

Module miner 

Source
Expand description

Mines transactions

Structs§

FixedBlockTimeMiner
A miner that’s supposed to create a new block every interval, mining all transactions that are ready at that time.
Miner
MinerInner
A Mining mode that does nothing
ReadyTransactionMiner
A miner that Listens for new ready transactions

Enums§

MiningMode
Mode of operations for the Miner

Constants§

INSTANT_COALESCE_WINDOW 🔒
Window for grouping concurrently-submitted transactions into one instant-mined block. Scoped to batch/in-process concurrency; not a guarantee for independent external clients.