Report whether an outpoint belongs to this wallet.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde05ed8), requires_capability(0x7f95061a8c18), requires_capability(0x7f94f2b79728), requires_capability(0x7f94f0cf83b8), requires_capability(0x7f94fee3ada8)]]
bool
IsMine(COutPoint const& outpoint) const;
Return Value
true if the outpoint is owned by the wallet.
Parameters
Name |
Description |
outpoint |
The outpoint to test. |
Created with MrDocs