Returns whether the redeem script for the given script id is held.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
HaveCScript(CScriptID const& scriptid) const override;
Return Value
true if the redeem script is held.
Parameters
Name |
Description |
scriptid |
The script id to look up. |
Created with MrDocs