|
CatapultServer
v0.5.0.1 (Elephant)
|


Go to the source code of this file.
Namespaces | |
| catapult | |
| catapult::model | |
Enumerations | |
| enum | catapult::model::TransactionSelectionStrategy { catapult::model::TransactionSelectionStrategy::Oldest, catapult::model::TransactionSelectionStrategy::Minimize_Fee, catapult::model::TransactionSelectionStrategy::Maximize_Fee } |
| Strategy for selecting transactions. More... | |
Functions | |
| bool | catapult::model::TryParseValue (const std::string &strategyName, TransactionSelectionStrategy &strategy) |
| Tries to parse strategyName into a transaction selection strategy. More... | |