CatapultServer
v0.5.0.1 (Elephant)
|
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... | |