Returns whether an output is a change output of the wallet.
Declared in <wallet/receive.h>
[[requires_capability(0x7f2e11afbce8)]]
bool
OutputIsChange(
CWallet const& wallet,
CTxOut const& txout);
true if the output is treated as change.
| Name | Description |
|---|---|
| wallet | The wallet to check against. |
| txout | The output to evaluate. |