wallet::CWallet::GetSolvingProvider

Get the SigningProvider for a script

Synopsis

Declared in <wallet/wallet.h>

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

Return Value

A signing provider for the script, or nullptr if none.

Parameters

NameDescription
scriptThe script to solve for.