wallet::ReserveDestination::ReserveDestination

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

Synopsis

Declared in <wallet/wallet.h>

explicit
ReserveDestination(
    CWallet* pwallet,
    OutputType type);

Parameters

NameDescription
pwalletThe wallet to reserve an address from.
typeThe output type of the address to reserve.