Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
coincontrol.h File Reference
#include <policy/feerate.h>#include <policy/fees.h>#include <primitives/transaction.h>#include <boost/optional.hpp>
Include dependency graph for coincontrol.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CCoinControl |
| Coin Control Features. More... | |
Enumerations | |
| enum | CoinType { CoinType::ALL_COINS, CoinType::ONLY_FULLY_MIXED, CoinType::ONLY_READY_TO_MIX, CoinType::ONLY_NONDENOMINATED, CoinType::ONLY_MASTERNODE_COLLATERAL, CoinType::ONLY_PRIVATESEND_COLLATERAL, CoinType::MIN_COIN_TYPE = ALL_COINS, CoinType::MAX_COIN_TYPE = ONLY_PRIVATESEND_COLLATERAL } |
Enumeration Type Documentation
◆ CoinType
|
strong |
| Enumerator | |
|---|---|
| ALL_COINS | |
| ONLY_FULLY_MIXED | |
| ONLY_READY_TO_MIX | |
| ONLY_NONDENOMINATED | |
| ONLY_MASTERNODE_COLLATERAL | |
| ONLY_PRIVATESEND_COLLATERAL | |
| MIN_COIN_TYPE | |
| MAX_COIN_TYPE | |
Definition at line 14 of file coincontrol.h.

