Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ getTransactionSize
Method
getTransactionSize
src/qt/walletmodeltransaction.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
unsigned int WalletModelTransaction::getTransactionSize()
27
{
28
return wtx ? wtx->getVirtualSize() : 0;
29
}
30
31
CAmount WalletModelTransaction::getTransactionFee() const
32
{
Callers
1
on_sendButton_clicked
Method · 0.80
Calls
1
getVirtualSize
Method · 0.80
Tested by
no test coverage detected