Report whether a destination belongs to this wallet.

Synopsis

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;

Return Value

true if the destination is owned by the wallet.

Parameters

Name

Description

dest

The destination to test.

Created with MrDocs