[#CTransaction-ComputeTotalSize] = xref:CTransaction.adoc[CTransaction]::ComputeTotalSize :relfileprefix: ../ :mrdocs: Calculate the total transaction size in bytes, including witness data. "Total Size" defined in BIP141 and BIP144. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int ComputeTotalSize() const; ---- == Return Value Total transaction size in bytes [.small]#Created with https://www.mrdocs.com[MrDocs]#