Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <consensus/amount.h>
#include <serialize.h>
#include <cstdint>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | CFeeRate |
Fee rate in satoshis per kilovirtualbyte: CAmount / kvB. 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 |