Report whether a destination belongs to this wallet.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f2e1e599128), requires_capability(0x7f2e11aa9ee8), requires_capability(0x7f2e169ffcd8), requires_capability(0x7f2e15f2f178), requires_capability(0x7f2e12c6de08)]]
bool
IsMine(CTxDestination const& dest) const;
true if the destination is owned by the wallet.
| Name | Description |
|---|---|
| dest | The destination to test. |