![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <consensus/amount.h>#include <serialize.h>#include <util/feefrac.h>#include <cstdint>#include <string>#include <type_traits>Go to the source code of this file.
Classes | |
| class | CFeeRate |
| Fee rate in satoshis per virtualbyte: CAmount / vB the feerate is represented internally as FeeFrac. More... | |
Enumerations | |
| enum class | FeeEstimateMode { UNSET , ECONOMICAL , CONSERVATIVE , BTC_KVB , SAT_VB } |
Variables | |
| const std::string | CURRENCY_UNIT = "BTC" |
| const std::string | CURRENCY_ATOM = "sat" |
|
strong |