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

Method IsCrypted

src/wallet/wallet.cpp:3353–3356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3351}
3352
3353bool CWallet::IsCrypted() const
3354{
3355 return HasEncryptionKeys();
3356}
3357
3358bool CWallet::IsLocked() const
3359{

Callers 7

WalletShowInfoFunction · 0.80
isCryptedMethod · 0.80
walletpassphraseFunction · 0.80
walletpassphrasechangeFunction · 0.80
walletlockFunction · 0.80
encryptwalletFunction · 0.80
getwalletinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected