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