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