[#wallet-ReserveDestination-GetReservedDestination] = xref:wallet.adoc[wallet]::xref:wallet/ReserveDestination.adoc[ReserveDestination]::GetReservedDestination :relfileprefix: ../../ :mrdocs: Reserve an address == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:util/Result.adoc[util::Result<CTxDestination>] GetReservedDestination(bool internal); ---- == Return Value The reserved destination, or an error if none is available. == Parameters [cols="1,4"] |=== | Name| Description | *internal* | Whether to reserve from the internal (change) keypool. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#