[#DescriptorID] = DescriptorID :mrdocs: Unique identifier that may not change over time, unless explicitly marked as not backwards compatible. This is not part of BIP 380, not guaranteed to be interoperable and should not be exposed to the user. == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] DescriptorID(xref:Descriptor.adoc[Descriptor] const& desc); ---- == Return Value The descriptor's unique identifier. == Parameters [cols="1,4"] |=== | Name| Description | *desc* [in] | The descriptor to identify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#