Bitcoin Core  0.21.1
P2P Digital Currency
CFeeRate Member List

This is the complete list of members for CFeeRate, including all inherited members.

CFeeRate()CFeeRateinline
CFeeRate(const I _nSatoshisPerK)CFeeRateinlineexplicit
CFeeRate(const CAmount &nFeePaid, size_t nBytes)CFeeRate
GetFee(size_t nBytes) const CFeeRate
GetFeePerK() const CFeeRateinline
nSatoshisPerKCFeeRateprivate
operator!=(const CFeeRate &a, const CFeeRate &b)CFeeRatefriend
operator+=(const CFeeRate &a)CFeeRateinline
operator<(const CFeeRate &a, const CFeeRate &b)CFeeRatefriend
operator<=(const CFeeRate &a, const CFeeRate &b)CFeeRatefriend
operator==(const CFeeRate &a, const CFeeRate &b)CFeeRatefriend
operator>(const CFeeRate &a, const CFeeRate &b)CFeeRatefriend
operator>=(const CFeeRate &a, const CFeeRate &b)CFeeRatefriend
SERIALIZE_METHODS(CFeeRate, obj)CFeeRateinline
ToString(const FeeEstimateMode &fee_estimate_mode=FeeEstimateMode::BTC_KVB) const CFeeRate