Returns a SigningProvider able to solve the given script, or nullptr if none is available.
Declared in <wallet/scriptpubkeyman.h>
virtual
std::unique_ptr<SigningProvider>
GetSolvingProvider(CScript const& script) const;
A SigningProvider for the script, or nullptr if none is available.
| Name | Description |
|---|---|
| script | The script to solve. |