Constructors
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...
| 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. |