ToScriptID

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

NameDescription
script_hashThe script hash to convert.