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
Name |
Description |
script |
The script to solve. |
Created with MrDocs