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

Method getRequiredFee

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

Source from the content-addressed store, hash-verified

457 return result;
458 }
459 CAmount getRequiredFee(unsigned int tx_bytes) override { return GetRequiredFee(*m_wallet, tx_bytes); }
460 CAmount getMinimumFee(unsigned int tx_bytes,
461 const CCoinControl& coin_control,
462 int* returned_target,

Callers 1

setModelMethod · 0.80

Calls 1

GetRequiredFeeFunction · 0.85

Tested by

no test coverage detected