Returns a new destination of the given output type.
Declared in <wallet/scriptpubkeyman.h>
virtual
util::Result<CTxDestination>
GetNewDestination(OutputType type) override;
The new destination, or an error if it could not be created.
| Name | Description |
|---|---|
| type | The output type of the destination to create. |