MCPcopy 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
110unsigned int CTransaction::ComputeTotalSize() const
111{
112 return ::GetSerializeSize(TX_WITH_WITNESS(*this));
113}
114
115std::string CTransaction::ToString() const
116{

Callers 8

SendBlockTransactionsMethod · 0.80
TxToUnivFunction · 0.80
FillBlockMethod · 0.80
transaction.cppFile · 0.80
toHTMLMethod · 0.80
OrphanToJSONFunction · 0.80
getblockstatsFunction · 0.80
DuplicateInputsFunction · 0.80

Calls 1

GetSerializeSizeFunction · 0.85

Tested by

no test coverage detected