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

Method GetFee

src/feerate.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49Amount CFeeRate::GetFee(size_t nBytes) const {
50 return ::GetFee<false>(nBytes, nSatoshisPerK);
51}
52
53Amount CFeeRate::GetFeeCeiling(size_t nBytes) const {
54 return ::GetFee<true>(nBytes, nSatoshisPerK);

Callers 11

calc_feeFunction · 0.45
addUncheckedMethod · 0.45
removeUncheckedMethod · 0.45
checkMethod · 0.45
GetInfoFunction · 0.45
setAvalancheFinalizedMethod · 0.45
SendMessagesMethod · 0.45
PreChecksMethod · 0.45
AcceptPackageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected