[#wallet-DescriptorScriptPubKeyMan-SetRangeEnd] = xref:wallet.adoc[wallet]::xref:wallet/DescriptorScriptPubKeyMan.adoc[DescriptorScriptPubKeyMan]::SetRangeEnd :relfileprefix: ../../ :mrdocs: Sets the end of the descriptor's derivation range. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fd519088), requires_capability(0x7f95058b9228), requires_capability(0x7f94f1e43fe8), requires_capability(0x7f9505cb2d08), requires_capability(0x7f94f23e4508), requires_capability(0x7f94fd840c48)]] void SetRangeEnd(int32_t end); ---- == Parameters [cols="1,4"] |=== | Name| Description | *end* | The new end index of the derivation range. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#