Report whether any output of a transaction belongs to this wallet.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe178), requires_capability(0x7fbc81b77b38), requires_capability(0x7fbc7e0159b8), requires_capability(0x7fbc7e244e68), requires_capability(0x7fbc8e715aa8)]]
bool
IsMine(CTransaction const& tx) const;
Return Value
true if any output is owned by the wallet.
Parameters
Name |
Description |
tx |
The transaction to test. |
Created with MrDocs