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

Method WriteDescriptor

src/wallet/walletdb.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool WalletBatch::WriteDescriptor(const uint256& desc_id, const WalletDescriptor& descriptor)
242{
243 return WriteIC(make_pair(DBKeys::WALLETDESCRIPTOR, desc_id), descriptor);
244}
245
246bool WalletBatch::WriteDescriptorDerivedCache(const CExtPubKey& xpub, const uint256& desc_id, uint32_t key_exp_index, uint32_t der_index)
247{

Callers 2

AddWalletDescriptorMethod · 0.45
SetupDescriptorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected