Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3353
bool CWallet::IsCrypted() const
3354
{
3355
return HasEncryptionKeys();
3356
}
3357
3358
bool CWallet::IsLocked() const
3359
{
Callers
7
WalletShowInfo
Function · 0.80
isCrypted
Method · 0.80
walletpassphrase
Function · 0.80
walletpassphrasechange
Function · 0.80
walletlock
Function · 0.80
encryptwallet
Function · 0.80
getwalletinfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected