Report whether an outpoint belongs to this wallet.
Declared in <wallet/wallet.h>
[[requires_capability(0x7ff3720f0888), requires_capability(0x7ff365f20888), requires_capability(0x7ff35de5f238), requires_capability(0x7ff35efe3d18), requires_capability(0x7ff366fd02f8)]]
bool
IsMine(COutPoint const& outpoint) const;
true if the outpoint is owned by the wallet.
| Name | Description |
|---|---|
| outpoint | The outpoint to test. |