Constructors
Declared in <script/script.h>
Constructs a null script ID.
CScriptID();
» more...
Constructs the script ID from a script by hashing its serialization.
explicit
CScriptID(CScript const& in);
» more...
Constructs the script ID from a precomputed hash.
explicit
CScriptID(uint160 const& in);
» more...
| Name | Description |
|---|---|
| in | Script to reference. |