Convert a script‐hash destination back to a script identifier.

Synopsis

Declared in <addresstype.h>

CScriptID
ToScriptID(ScriptHash const& script_hash);

Return Value

The corresponding script identifier.

Parameters

Name

Description

script_hash

The script hash to convert.

Created with MrDocs