MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetSolvingProvider

Method GetSolvingProvider

src/wallet/wallet.cpp:3489–3493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3487}
3488
3489std::unique_ptr<SigningProvider> CWallet::GetSolvingProvider(const CScript& script) const
3490{
3491 SignatureData sigdata;
3492 return GetSolvingProvider(script, sigdata);
3493}
3494
3495std::unique_ptr<SigningProvider> CWallet::GetSolvingProvider(const CScript& script, SignatureData& sigdata) const
3496{

Callers 7

GetDescriptorFunction · 0.45
AvailableCoinsFunction · 0.45
getPubKeyMethod · 0.45
DescribeWalletAddressFunction · 0.45
getaddressinfoFunction · 0.45
listunspentFunction · 0.45

Calls 4

findMethod · 0.80
endMethod · 0.45
CanProvideMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected