Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 14 assert(nBytes_ <= uint64_t(std::numeric_limits<int64_t>::max()));
15 int64_t nSize = int64_t(nBytes_);
25 assert(nBytes_ <= uint64_t(std::numeric_limits<int64_t>::max()));
26 int64_t nSize = int64_t(nBytes_);
30 if (nFee == 0 && nSize != 0) {
static const CAmount COIN
const std::string CURRENCY_UNIT
int64_t CAmount
Amount in satoshis (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.