wallet::ReserveDestination::ReserveDestination

Deleted copy constructor; a reservation must not be copied.

Synopsis

Declared in <wallet/wallet.h>

ReserveDestination(ReserveDestination const& other) = delete;

Parameters

NameDescription
otherThe reservation that would be copied from.