Report whether a transaction output belongs to this wallet.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe0b8), requires_capability(0x7fbc81b77a78), requires_capability(0x7fbc7e0158f8), requires_capability(0x7fbc7e244da8), requires_capability(0x7fbc8e7159e8)]]
bool
IsMine(CTxOut const& txout) const;
Return Value
true if the output is owned by the wallet.
Parameters
Name |
Description |
txout |
The output to test. |
Created with MrDocs