MultiSigningProvider::GetCScript

Look up a script by its script id across all providers.

Synopsis

Declared in <script/signingprovider.h>

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

Return Value

True if the script was found in any provider.

Parameters

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