wallet::LegacySigningProvider::HaveCScript

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

NameDescription
scriptidThe script id to look up.