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

Method CacheDerivedExtPubKey

src/script/descriptor.cpp:1431–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431void DescriptorCache::CacheDerivedExtPubKey(uint32_t key_exp_pos, uint32_t der_index, const CExtPubKey& xpub)
1432{
1433 auto& xpubs = m_derived_xpubs[key_exp_pos];
1434 xpubs[der_index] = xpub;
1435}
1436
1437void DescriptorCache::CacheLastHardenedExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub)
1438{

Callers 4

walletdb.cppFile · 0.80
GetPubKeyMethod · 0.80
MergeAndDiffMethod · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.64