Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ ComputeTotalSize
Method
ComputeTotalSize
src/primitives/transaction.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
unsigned int CTransaction::ComputeTotalSize() const
111
{
112
return ::GetSerializeSize(TX_WITH_WITNESS(*this));
113
}
114
115
std::string CTransaction::ToString() const
116
{
Callers
8
SendBlockTransactions
Method · 0.80
TxToUniv
Function · 0.80
FillBlock
Method · 0.80
transaction.cpp
File · 0.80
toHTML
Method · 0.80
OrphanToJSON
Function · 0.80
getblockstats
Function · 0.80
DuplicateInputs
Function · 0.80
Calls
1
GetSerializeSize
Function · 0.85
Tested by
no test coverage detected