Report whether an outpoint belongs to this wallet.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe238), requires_capability(0x7fbc81b77bf8), requires_capability(0x7fbc7e015a78), requires_capability(0x7fbc7e244f28), requires_capability(0x7fbc8e715b68)]]
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