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(0x7fbc76bfc308), guarded_by(0x7fbc81b75cc8), guarded_by(0x7fbc7e013b48), guarded_by(0x7fbc7e242ff8), guarded_by(0x7fbc8e713c38)]]
std::unordered_map<Txid, CWalletTx, SaltedTxidHasher> mapWallet;

Created with MrDocs