Access the cache of transaction outputs owned by this wallet.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f2e1e5979f8), requires_capability(0x7f2e11aa87b8), requires_capability(0x7f2e169fe5a8), requires_capability(0x7f2e15f2da48), requires_capability(0x7f2e12c6c6d8)]]
std::unordered_map<COutPoint, WalletTXO, SaltedOutpointHasher> const&
GetTXOs() const;

Return Value

The map of outpoints to wallet transaction outputs.

Created with MrDocs