MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / GetFeePerK

Method GetFeePerK

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

* Return the fee in satoshis for a size of 1000 bytes */

Source from the content-addressed store, hash-verified

52 * Return the fee in satoshis for a size of 1000 bytes
53 */
54 Amount GetFeePerK() const { return GetFee(1000); }
55
56 /**
57 * Equality

Callers 15

get_feerate_infoMethod · 0.80
trackPackageRemovedMethod · 0.80
MaybeSendFeefilterMethod · 0.80
MakeFeeSetFunction · 0.80
getwalletinfoFunction · 0.80
AddWalletOptionsMethod · 0.80
CreateMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

GetFeeFunction · 0.85

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