Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
CAmount WalletModelTransaction::getTransactionFee() const
42
{
43
return fee;
44
}
45
46
void WalletModelTransaction::setTransactionFee(const CAmount& newFee)
47
{
Callers
1
PrepareSendText
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected