GetSolvingProvider overloads

Synopses

Declared in <wallet/wallet.h>

Get the SigningProvider for a script

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

Get the SigningProvider for a script, collecting signature data.

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

Return Value

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

Parameters

Name

Description

script

The script to solve for.

sigdata

Signature data updated with information about the script.

Created with MrDocs