GetNewDestination overloads

Synopses

Declared in <wallet/scriptpubkeyman.h>

Returns a new destination of the given output type.

Returns a new destination of the given output type, or an error if unsupported.

Return Value

  • The new destination, or an error if it could not be created.

  • The new destination, or an error if the type is unsupported.

Parameters

Name

Description

type

The output type of the destination to create.

Created with MrDocs