6 #ifndef PIVX_POLICY_FEERATE_H
7 #define PIVX_POLICY_FEERATE_H
int64_t CAmount
Amount in PIV (Can be negative)
Fee rate in PIV per kilobyte: CAmount / kB.
CFeeRate & operator+=(const CFeeRate &a)
friend bool operator>=(const CFeeRate &a, const CFeeRate &b)
std::string ToString() const
CAmount GetFee(size_t size) const
SERIALIZE_METHODS(CFeeRate, obj)
friend bool operator==(const CFeeRate &a, const CFeeRate &b)
friend bool operator>(const CFeeRate &a, const CFeeRate &b)
CFeeRate(const CAmount &_nSatoshisPerK)
friend bool operator<(const CFeeRate &a, const CFeeRate &b)
CAmount GetFeePerK() const
friend bool operator<=(const CFeeRate &a, const CFeeRate &b)
const std::string CURRENCY_UNIT