#include <consensus/amount.h>
#include <serialize.h>
#include <util/feefrac.h>
#include <util/fees.h>
#include <cstdint>
#include <string>
#include <type_traits>
Go to the source code of this file.
|
| class | CFeeRate |
| | Fee rate in satoshis per virtualbyte: CAmount / vB the feerate is represented internally as FeeFrac. More...
|
| |
◆ FeeRateFormat
| Enumerator |
|---|
| BTC_KVB | Use BTC/kvB fee rate unit.
|
| SAT_VB | Use sat/vB fee rate unit.
|
Definition at line 22 of file feerate.h.
◆ CURRENCY_ATOM
| const std::string CURRENCY_ATOM = "sat" |
◆ CURRENCY_UNIT
| const std::string CURRENCY_UNIT = "BTC" |