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