Get the SigningProvider for a script, collecting signature data.
Declared in <wallet/wallet.h>
std::unique_ptr<SigningProvider>
GetSolvingProvider(
CScript const& script,
SignatureData& sigdata) const;
A signing provider for the script, or nullptr if none.
| Name | Description |
|---|---|
| script | The script to solve for. |
| sigdata | Signature data updated with information about the script. |