[#wallet-CWalletTx-m_it_wtxOrdered] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::m_it_wtxOrdered :relfileprefix: ../../ :mrdocs: Iterator into the wallet's ordered transaction map. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::multimap<int64_t, CWalletTx*>::const_iterator m_it_wtxOrdered; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#