Look up a single wallet output by outpoint.
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;
The wallet output, or nullopt if not owned.
| Name | Description |
|---|---|
| outpoint | The outpoint to look up. |