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

Function InferDescriptor

src/script/descriptor.cpp:1421–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419}
1420
1421std::unique_ptr<Descriptor> InferDescriptor(const CScript& script, const SigningProvider& provider)
1422{
1423 return InferScript(script, ParseScriptContext::TOP, provider);
1424}
1425
1426void DescriptorCache::CacheParentExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub)
1427{

Callers 11

GetAffectedKeysFunction · 0.85
DisplayAddressMethod · 0.85
addmultisigaddressFunction · 0.85
getaddressinfoFunction · 0.85
listunspentFunction · 0.85
CheckInferRawFunction · 0.85
DoCheckFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
createmultisigFunction · 0.85
scantxoutsetFunction · 0.85

Calls 1

InferScriptFunction · 0.85

Tested by 3

CheckInferRawFunction · 0.68
DoCheckFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68