Report whether a destination belongs to this wallet.
Synopsis
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;
Return Value
true if the destination is owned by the wallet.
Parameters
Name |
Description |
dest |
The destination to test. |
Created with MrDocs