5 #ifndef BITCOIN_POLICY_FEES_H 6 #define BITCOIN_POLICY_FEES_H 41 #endif // BITCOIN_POLICY_FEES_H std::set< Amount > feeset
static constexpr Amount SATOSHI
static const double FEE_SPACING
Spacing of FeeRate buckets.
FeeFilterRounder(const CFeeRate &minIncrementalFee)
Create new FeeFilterRounder.
Amount round(const Amount currentMinFee)
Quantize a minimum fee for privacy purpose before broadcast.
FastRandomContext insecure_rand
Fee rate in satoshis per kilobyte: Amount / kB.
static constexpr Amount MIN_FEERATE(10 *SATOSHI)
static const Amount MAX_FEERATE(int64_t(1e7) *SATOSHI)