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

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...