MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetFeePerK

Method GetFeePerK

src/policy/feerate.h:62–62  ·  view source on GitHub ↗

* Return the fee in satoshis for a vsize of 1000 vbytes */

Source from the content-addressed store, hash-verified

60 * Return the fee in satoshis for a vsize of 1000 vbytes
61 */
62 CAmount GetFeePerK() const { return GetFee(1000); }
63 friend bool operator<(const CFeeRate& a, const CFeeRate& b) { return a.nSatoshisPerK < b.nSatoshisPerK; }
64 friend bool operator>(const CFeeRate& a, const CFeeRate& b) { return a.nSatoshisPerK > b.nSatoshisPerK; }
65 friend bool operator==(const CFeeRate& a, const CFeeRate& b) { return a.nSatoshisPerK == b.nSatoshisPerK; }

Callers 15

GetMinFeeMethod · 0.80
trackPackageRemovedMethod · 0.80
MaybeSendFeefilterMethod · 0.80
processTransactionMethod · 0.80
processBlockTxMethod · 0.80
FeeFilterRounderMethod · 0.80
AddWalletOptionsMethod · 0.80
CheckFeeRateFunction · 0.80
CreateMethod · 0.80
getwalletinfoFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 5

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64