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