Constructors
Synopses
Declared in <wallet/wallet.h>
Deleted copy constructor; a reservation must not be copied.
ReserveDestination(ReserveDestination const& other) = delete;
Construct a ReserveDestination object. This does NOT reserve an address yet
explicit
ReserveDestination(
CWallet* pwallet,
OutputType type);
Parameters
Name |
Description |
other |
The reservation that would be copied from. |
pwallet |
The wallet to reserve an address from. |
type |
The output type of the address to reserve. |
Created with MrDocs