Choose the change output type for a transaction.
Declared in <wallet/wallet.h>
OutputType
TransactionChangeType(
std::optional<OutputType> const& change_type,
std::vector<CRecipient> const& vecSend) const;
The output type to use for the change output.
| Name | Description |
|---|---|
| change_type | Explicitly requested change type, if any. |
| vecSend | The intended recipients of the transaction. |