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