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

Function InferDescriptor

src/script/descriptor.cpp:2980–2983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2978}
2979
2980std::unique_ptr<Descriptor> InferDescriptor(const CScript& script, const SigningProvider& provider)
2981{
2982 return InferScript(script, ParseScriptContext::TOP, provider);
2983}
2984
2985uint256 DescriptorID(const Descriptor& desc)
2986{

Callers 14

ScriptToUnivFunction · 0.85
MigrateToDescriptorMethod · 0.85
GetDescriptorFunction · 0.85
DisplayAddressMethod · 0.85
getaddressinfoFunction · 0.85
listunspentFunction · 0.85
CheckInferRawFunction · 0.85
DoCheckFunction · 0.85
CheckInferDescriptorFunction · 0.85
TestDescriptorFunction · 0.85
script.cppFile · 0.85

Calls 1

InferScriptFunction · 0.85

Tested by 4

CheckInferRawFunction · 0.68
DoCheckFunction · 0.68
CheckInferDescriptorFunction · 0.68
TestDescriptorFunction · 0.68