Construct a ReserveDestination object. This does NOT reserve an address yet

Synopsis

Declared in <wallet/wallet.h>

explicit
ReserveDestination(
    CWallet* pwallet,
    OutputType type);

Parameters

Name

Description

pwallet

The wallet to reserve an address from.

type

The output type of the address to reserve.

Created with MrDocs