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