[#CTxMemPool-ChangeSet-GetAddedTxn] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::GetAddedTxn :relfileprefix: ../../ :mrdocs: Returns the staged added transaction at the given index. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTransaction.adoc[CTransaction] const& GetAddedTxn(size_t index) const; ---- == Return Value The transaction at that index. == Parameters [cols="1,4"] |=== | Name| Description | *index* | The insertion‐order index of the transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#