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

Name

Description

scriptid

The script id to look up.

script

Filled with the found redeem script.

Created with MrDocs