FillableSigningProvider::HaveCScript

Report whether a script with the given id is known.

Synopses

Declared in <script/signingprovider.h>

Report whether a script with the given id is known.

virtual
bool
HaveCScript(CScriptID const& hash) const override;
» more...

Report whether a script with the given id is known.

virtual
bool
HaveCScript(CScriptID const& scriptid) const;
» more...

Return Value

True if the script is known.

Parameters

NameDescription
hashThe id of the script to check for.
scriptidThe id of the script to check for.