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(0x7ff3720ee958), guarded_by(0x7ff365f1e958), guarded_by(0x7ff35de5d308), guarded_by(0x7ff35efe1de8), guarded_by(0x7ff366fce3c8)]]
std::unordered_map<Txid, CWalletTx, SaltedTxidHasher> mapWallet;
Created with MrDocs