Returns a SigningProvider able to solve the given script, or nullptr if none is available.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
std::unique_ptr<SigningProvider>
GetSolvingProvider(CScript const& script) const;

Return Value

A SigningProvider for the script, or nullptr if none is available.

Parameters

Name

Description

script

The script to solve.

Created with MrDocs