Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetTxSize
Method
GetTxSize
src/txmempool.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
size_t CTxMemPoolEntry::GetTxSize() const
117
{
118
return GetVirtualTransactionSize(nTxWeight, sigOpCost);
119
}
120
121
size_t CTxMemPoolEntry::GetDiscountTxSize() const
122
{
Callers
15
GetModFeeAndSize
Method · 0.45
operator()
Method · 0.45
GetModFeeAndSize
Method · 0.45
UpdateForDescendants
Method · 0.45
CalculateAncestorsAndCheckLimits
Method · 0.45
CalculateMemPoolAncestors
Method · 0.45
UpdateAncestorsOf
Method · 0.45
UpdateEntryForAncestors
Method · 0.45
UpdateForRemoveFromMempool
Method · 0.45
addUnchecked
Method · 0.45
removeUnchecked
Method · 0.45
check
Method · 0.45
Calls
1
GetVirtualTransactionSize
Function · 0.50
Tested by
no test coverage detected