[#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(0x7ff371803a38), requires_capability(0x7ff365630e98), requires_capability(0x7ff35d350a18), requires_capability(0x7ff365aaa988), requires_capability(0x7ff379b45d98), requires_capability(0x7ff37e1e2448)]] 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]#