Report whether a script with the given id is known.
Declared in <script/signingprovider.h>
Report whether a script with the given id is known.
virtual
bool
HaveCScript(CScriptID const& hash) const override;
» more...
Report whether a script with the given id is known.
virtual
bool
HaveCScript(CScriptID const& scriptid) const;
» more...
True if the script is known.
| Name | Description |
|---|---|
| hash | The id of the script to check for. |
| scriptid | The id of the script to check for. |