wallet::CWallet::GetTXOs

Access the cache of transaction outputs owned by this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720eee58), requires_capability(0x7ff365f1ee58), requires_capability(0x7ff35de5d808), requires_capability(0x7ff35efe22e8), requires_capability(0x7ff366fce8c8)]]
std::unordered_map<COutPoint, WalletTXO, SaltedOutpointHasher> const&
GetTXOs() const;

Return Value

The map of outpoints to wallet transaction outputs.