[#CTxMemPool-ChangeSet-GetTxCount] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::GetTxCount :relfileprefix: ../../ :mrdocs: Returns the number of transactions staged for addition. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t GetTxCount() const; ---- == Return Value The count of added transactions. [.small]#Created with https://www.mrdocs.com[MrDocs]#