FillableSigningProvider::GetCScript

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;
» more...

Look up a script by its script id.

virtual
bool
GetCScript(
    CScriptID const& scriptid,
    CScript& script) const;
» more...

Return Value

True if the script was found.

Parameters

NameDescription
hashThe id of the script to retrieve.
redeemScriptOutSet to the matching script on success.
scriptidThe id of the script to retrieve.
scriptSet to the matching script on success.