Deleted copy constructor; a reservation must not be copied.

Synopsis

Declared in <wallet/wallet.h>

ReserveDestination(ReserveDestination const& other) = delete;

Parameters

Name

Description

other

The reservation that would be copied from.

Created with MrDocs