wallet::ReserveDestination::ReserveDestination

Constructors

Synopses

Declared in <wallet/wallet.h>

Deleted copy constructor; a reservation must not be copied.

ReserveDestination(ReserveDestination const& other) = delete;
» more...

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

explicit
ReserveDestination(
    CWallet* pwallet,
    OutputType type);
» more...

Parameters

NameDescription
otherThe reservation that would be copied from.
pwalletThe wallet to reserve an address from.
typeThe output type of the address to reserve.