wallet::DescriptorScriptPubKeyMan::GetSolvingProvider

Returns a SigningProvider able to solve the given script.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

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

Return Value

A SigningProvider for the script.

Parameters

NameDescription
scriptThe script to solve.