Constructors

Synopses

Declared in <script/script.h>

Constructs a null script ID.

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

explicit
CScriptID(CScript const& in);

Constructs the script ID from a precomputed hash.

explicit
CScriptID(uint160 const& in);

Parameters

Name

Description

in

Script to reference.

Created with MrDocs