wallet::LegacySigningProvider::GetCScript

Retrieves the redeem script for the given script id.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

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

Return Value

true if the redeem script was found.

Parameters

NameDescription
scriptidThe script id to look up.
scriptFilled with the found redeem script.