Returns whether this spkm can contribute solving data for the given script.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

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

Return Value

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

Parameters

Name

Description

script

The script to solve.

sigdata

The signature data collected so far for the script.

Created with MrDocs