[#wallet-ReserveDestination-2constructor-0c] = xref:wallet.adoc[wallet]::xref:wallet/ReserveDestination.adoc[ReserveDestination]::ReserveDestination :relfileprefix: ../../ :mrdocs: Construct a ReserveDestination object. This does NOT reserve an address yet == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ReserveDestination( xref:wallet/CWallet.adoc[CWallet]* pwallet, xref:OutputType.adoc[OutputType] type); ---- == Parameters [cols="1,4"] |=== | Name| Description | *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]#