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