[#wallet-CWallet-TxItems] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::TxItems :relfileprefix: ../../ :mrdocs: Maps a transaction's order position to its wallet transaction. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef std::multimap<int64_t, CWalletTx*> TxItems; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#