FillableSigningProvider::HaveCScript

Report whether a script with the given id is known.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
HaveCScript(CScriptID const& hash) const override;

Return Value

True if the script is known.

Parameters

NameDescription
hashThe id of the script to check for.