Go to the source code of this file.
|
using | catapult::harvesting::BlockGenerator = std::function< std::unique_ptr< model::Block >(const model::BlockHeader &, uint32_t)> |
| Generates a block from a seed block header given a maximum number of transactions. More...
|
|
|
BlockGenerator | catapult::harvesting::CreateHarvesterBlockGenerator (model::TransactionSelectionStrategy strategy, const HarvestingUtFacadeFactory &utFacadeFactory, const cache::MemoryUtCache &utCache) |
| Creates a default block generator around utFacadeFactory and utCache for specified transaction strategy. More...
|
|