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