Access the cache of transaction outputs owned by this wallet.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfc808), requires_capability(0x7fbc81b761c8), requires_capability(0x7fbc7e014048), requires_capability(0x7fbc7e2434f8), requires_capability(0x7fbc8e714138)]]
std::unordered_map<COutPoint, WalletTXO, SaltedOutpointHasher> const&
GetTXOs() const;
Return Value
The map of outpoints to wallet transaction outputs.
Created with MrDocs