MCPcopy Create free account
hub / github.com/LUX-Core/lux / LoadKey

Method LoadKey

src/wallet.h:526–526  ·  view source on GitHub ↗

Adds a key to the store, without saving it to disk (used by LoadWallet)

Source from the content-addressed store, hash-verified

524 bool AddKeyPubKey(const CKey& key, const CPubKey& pubkey);
525 //! Adds a key to the store, without saving it to disk (used by LoadWallet)
526 bool LoadKey(const CKey& key, const CPubKey& pubkey) { return CCryptoKeyStore::AddKeyPubKey(key, pubkey); }
527 //! Load metadata (used by LoadWallet)
528 void LoadKeyMetadata(const CPubKey& pubkey, const CKeyMetadata& metadata);
529

Callers 1

ReadKeyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected