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

Method lock

src/wallet/interfaces.cpp:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135 bool isCrypted() override { return m_wallet->IsCrypted(); }
136 bool lock() override { return m_wallet->Lock(); }
137 bool unlock(const SecureString& wallet_passphrase) override { return m_wallet->Unlock(wallet_passphrase); }
138 bool isLocked() override { return m_wallet->IsLocked(); }
139 bool changeWalletPassphrase(const SecureString& old_wallet_passphrase,

Callers 9

~reverse_lockMethod · 0.80
GetBerkeleyEnvFunction · 0.80
walletpassphraseFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
setWalletLockedMethod · 0.80
changePassphraseMethod · 0.80
checkPathMethod · 0.80
getPathToCheckMethod · 0.80
EXCLUSIVE_LOCK_FUNCTIONFunction · 0.80

Calls 1

LockMethod · 0.80

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64