CatapultServer  v0.5.0.1 (Elephant)
TransactionsInfoSupplier.h File Reference
Include dependency graph for TransactionsInfoSupplier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::harvesting::TransactionsInfo
 Information about transactions. More...
 

Namespaces

 catapult
 
 catapult::cache
 
 catapult::harvesting
 

Typedefs

using catapult::harvesting::TransactionsInfoSupplier = std::function< TransactionsInfo(HarvestingUtFacade &, uint32_t)>
 Supplies a transactions info composed of a maximum number of transactions for a block given a harvesting ut facade. More...
 

Functions

TransactionsInfoSupplier catapult::harvesting::CreateTransactionsInfoSupplier (model::TransactionSelectionStrategy strategy, const cache::MemoryUtCache &utCache)
 Creates a default transactions info supplier aroundutCache for specified transaction strategy. More...