[#wallet-ReserveDestination-2constructor-07] = xref:wallet.adoc[wallet]::xref:wallet/ReserveDestination.adoc[ReserveDestination]::ReserveDestination :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/wallet.h>` Deleted copy constructor; a reservation must not be copied. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/ReserveDestination/2constructor-03.adoc[ReserveDestination](xref:wallet/ReserveDestination.adoc[ReserveDestination] const& other) = delete; ---- [.small]#xref:wallet/ReserveDestination/2constructor-03.adoc[_» more..._]# Construct a ReserveDestination object. This does NOT reserve an address yet [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:wallet/ReserveDestination/2constructor-0c.adoc[ReserveDestination]( xref:wallet/CWallet.adoc[CWallet]* pwallet, xref:OutputType.adoc[OutputType] type); ---- [.small]#xref:wallet/ReserveDestination/2constructor-0c.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#