Constructs the script ID from a script by hashing its serialization.

Synopsis

Declared in <script/script.h>

explicit
CScriptID(CScript const& in);

Parameters

Name

Description

in

Script to reference.

Created with MrDocs