[#CTxMemPoolEntry-GetTxSize] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::GetTxSize :relfileprefix: ../ :mrdocs: Returns the virtual size of the transaction. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int32_t GetTxSize() const; ---- == Return Value The virtual transaction size in bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#