Look up a script by its script id.
Synopses
Declared in <script/signingprovider.h>
Look up a script by its script id.
virtual
bool
GetCScript(
CScriptID const& hash,
CScript& redeemScriptOut) const override;
Look up a script by its script id.
virtual
bool
GetCScript(
CScriptID const& scriptid,
CScript& script) const;
Return Value
True if the script was found.
Parameters
Name |
Description |
hash |
The id of the script to retrieve. |
redeemScriptOut |
Set to the matching script on success. |
scriptid |
The id of the script to retrieve. |
script |
Set to the matching script on success. |
Created with MrDocs