Retrieves the redeem script for the given script id.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
GetCScript(
CScriptID const& scriptid,
CScript& script) const override;
true if the redeem script was found.
| Name | Description |
|---|---|
| scriptid | The script id to look up. |
| script | Filled with the found redeem script. |