MCPcopy 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
116size_t CTxMemPoolEntry::GetTxSize() const
117{
118 return GetVirtualTransactionSize(nTxWeight, sigOpCost);
119}
120
121size_t CTxMemPoolEntry::GetDiscountTxSize() const
122{

Callers 15

GetModFeeAndSizeMethod · 0.45
operator()Method · 0.45
GetModFeeAndSizeMethod · 0.45
UpdateForDescendantsMethod · 0.45
UpdateAncestorsOfMethod · 0.45
addUncheckedMethod · 0.45
removeUncheckedMethod · 0.45
checkMethod · 0.45

Calls 1

Tested by

no test coverage detected