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