Map from txid to CWalletTx for all transactions this wallet is interested in, including received and sent transactions.

Synopsis

Declared in <wallet/wallet.h>

[[guarded_by(0x7f2e1e5974f8), guarded_by(0x7f2e11aa82b8), guarded_by(0x7f2e169fe0a8), guarded_by(0x7f2e15f2d548), guarded_by(0x7f2e12c6c1d8)]]
std::unordered_map<Txid, CWalletTx, SaltedTxidHasher> mapWallet;

Created with MrDocs