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