[#ToScriptID] = ToScriptID :mrdocs: Convert a script‐hash destination back to a script identifier. == Synopsis Declared in `<addresstype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScriptID.adoc[CScriptID] ToScriptID(xref:ScriptHash.adoc[ScriptHash] const& script_hash); ---- == Return Value The corresponding script identifier. == Parameters [cols="1,4"] |=== | Name| Description | *script_hash* | The script hash to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#