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