Generate a new change destination of the given type.
Declared in <wallet/wallet.h>
util::Result<CTxDestination>
GetNewChangeDestination(OutputType type);
The new change destination, or an error if none could be generated.
| Name | Description |
|---|---|
| type | The output type for the new change address. |