Look up a single wallet output by outpoint.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7ff3720eef18), requires_capability(0x7ff365f1ef18), requires_capability(0x7ff35de5d8c8), requires_capability(0x7ff35efe23a8), requires_capability(0x7ff366fce988)]]
std::optional<WalletTXO>
GetTXO(COutPoint const& outpoint) const;
Return Value
The wallet output, or nullopt if not owned.
Parameters
Name |
Description |
outpoint |
The outpoint to look up. |
Created with MrDocs