[#CCoinsViewMemPool-PackageAddTransaction] = xref:CCoinsViewMemPool.adoc[CCoinsViewMemPool]::PackageAddTransaction :relfileprefix: ../ :mrdocs: Add the coins created by this transaction. These coins are only temporarily stored in m_temp_added and cannot be flushed to the back end. Only used for package validation. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PackageAddTransaction(xref:CTransactionRef.adoc[CTransactionRef] const& tx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction whose outputs are added to the temporary set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#