MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / WithEncryptionKey

Method WithEncryptionKey

src/wallet/wallet.cpp:3563–3567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3561}
3562
3563bool CWallet::WithEncryptionKey(std::function<bool (const CKeyingMaterial&)> cb) const
3564{
3565 LOCK(cs_wallet);
3566 return cb(vMasterKey);
3567}
3568
3569bool CWallet::HasEncryptionKeys() const
3570{

Callers 3

GetKeyMethod · 0.80
GetKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected