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(0x7f94fde03fa8), guarded_by(0x7f95061a6ce8), guarded_by(0x7f94f2b777f8), guarded_by(0x7f94f0cf6488), guarded_by(0x7f94fee38e78)]]
std::unordered_map<Txid, CWalletTx, SaltedTxidHasher> mapWallet;
Created with MrDocs