Maps a transaction's order position to its wallet transaction.

Synopsis

Declared in <wallet/wallet.h>

typedef std::multimap<int64_t, CWalletTx*> TxItems;

Created with MrDocs