[#wallet-CWalletTx-GetTxs] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::GetTxs :relfileprefix: ../../ :mrdocs: Return the map of stored transaction variants keyed by witness txid. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<Wtxid, CTransactionRef> const& GetTxs() const; ---- == Return Value The map of stored transaction variants keyed by witness txid. [.small]#Created with https://www.mrdocs.com[MrDocs]#