15 assert(nBytes_ <= uint64_t(std::numeric_limits<int64_t>::max()));
16 int64_t nSize = int64_t(nBytes_);
26 assert(nBytes_ <= uint64_t(std::numeric_limits<int64_t>::max()));
27 int64_t nSize = int64_t(nBytes_);
31 if (nFee == 0 && nSize != 0) {
const std::string CURRENCY_UNIT
int64_t CAmount
Amount in corbies (Can be negative)
CFeeRate()
Fee rate of 0 satoshis per kB.
std::string ToString() const
CAmount GetFee(size_t nBytes) const
Return the fee in satoshis for the given size in bytes.