Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ havePrivKey
Method
havePrivKey
src/qt/walletmodel.cpp:685–688 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
683
}
684
685
bool WalletModel::havePrivKey(const CKeyID &address) const
686
{
687
return wallet->HaveKey(address);
688
}
689
690
bool WalletModel::getPrivKey(const CKeyID &address, CKey& vchPrivKeyOut) const
691
{
Callers
nothing calls this directly
Calls
1
HaveKey
Method · 0.45
Tested by
no test coverage detected