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

Method CacheParentExtPubKey

src/script/descriptor.cpp:1426–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424}
1425
1426void DescriptorCache::CacheParentExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub)
1427{
1428 m_parent_xpubs[key_exp_pos] = xpub;
1429}
1430
1431void DescriptorCache::CacheDerivedExtPubKey(uint32_t key_exp_pos, uint32_t der_index, const CExtPubKey& xpub)
1432{

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