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