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

Method getTransactionFee

src/qt/walletmodeltransaction.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41CAmount WalletModelTransaction::getTransactionFee() const
42{
43 return fee;
44}
45
46void WalletModelTransaction::setTransactionFee(const CAmount& newFee)
47{

Callers 1

PrepareSendTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected