MCPcopy 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
26unsigned int WalletModelTransaction::getTransactionSize()
27{
28 return wtx ? wtx->getVirtualSize() : 0;
29}
30
31CAmount WalletModelTransaction::getTransactionFee() const
32{

Callers 1

on_sendButton_clickedMethod · 0.80

Calls 1

getVirtualSizeMethod · 0.80

Tested by

no test coverage detected