Look up a script by its script id.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
GetCScript(
    CScriptID const& scriptid,
    CScript& script) const override;

Return Value

True if the script was found.

Parameters

Name

Description

scriptid

The id of the script to retrieve.

script

Set to the matching script on success.

Created with MrDocs