Report whether any output of a transaction belongs to this wallet.
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;
true if any output is owned by the wallet.
| Name | Description |
|---|---|
| tx | The transaction to test. |