[#wallet-ScriptPubKeyMan-KeepDestination] = xref:wallet.adoc[wallet]::xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]::KeepDestination :relfileprefix: ../../ :mrdocs: Marks a previously reserved destination as used so it is not handed out again. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void KeepDestination( int64_t index, xref:OutputType.adoc[OutputType] const& type); ---- == Parameters [cols="1,4"] |=== | Name| Description | *index* | The keypool index of the reserved destination. | *type* | The output type of the reserved destination. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#