MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetSolvingProvider

Method GetSolvingProvider

src/wallet/wallet.cpp:3459–3463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3457}
3458
3459std::unique_ptr<SigningProvider> CWallet::GetSolvingProvider(const CScript& script) const
3460{
3461 SignatureData sigdata;
3462 return GetSolvingProvider(script, sigdata);
3463}
3464
3465std::unique_ptr<SigningProvider> CWallet::GetSolvingProvider(const CScript& script, SignatureData& sigdata) const
3466{

Callers 6

spend.cppFile · 0.45
getPubKeyMethod · 0.45
DescribeWalletAddressFunction · 0.45
getaddressinfoFunction · 0.45
listunspentFunction · 0.45

Calls 1

CanProvideMethod · 0.45

Tested by

no test coverage detected