MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / getRequiredFee

Method getRequiredFee

src/interfaces/wallet.cpp:415–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 return result;
414 }
415 CAmount getRequiredFee(unsigned int tx_bytes) override { return GetRequiredFee(m_wallet, tx_bytes); }
416 CAmount getMinimumFee(unsigned int tx_bytes,
417 const CCoinControl& coin_control,
418 int* returned_target,

Callers 3

setModelMethod · 0.80
setMinimumFeeMethod · 0.80
updateMinFeeLabelMethod · 0.80

Calls 1

GetRequiredFeeFunction · 0.85

Tested by

no test coverage detected