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

Method unlock

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

Source from the content-addressed store, hash-verified

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,
140 const SecureString& new_wallet_passphrase) override

Callers 6

reverse_lockMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
setWalletLockedMethod · 0.80
checkPathMethod · 0.80
getPathToCheckMethod · 0.80
UNLOCK_FUNCTIONFunction · 0.80

Calls 1

UnlockMethod · 0.80

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64