wallet::ScriptPubKeyMan::CanProvide

Whether this ScriptPubKeyMan can provide a SigningProvider (via GetSolvingProvider) that, combined with sigdata, can produce solving data.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
CanProvide(
    CScript const& script,
    SignatureData& sigdata);

Return Value

true if this ScriptPubKeyMan can contribute solving data for the script.

Parameters

NameDescription
scriptThe script to solve.
sigdataThe signature data collected so far for the script.