MCPcopy 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
685bool WalletModel::havePrivKey(const CKeyID &address) const
686{
687 return wallet->HaveKey(address);
688}
689
690bool WalletModel::getPrivKey(const CKeyID &address, CKey& vchPrivKeyOut) const
691{

Callers

nothing calls this directly

Calls 1

HaveKeyMethod · 0.45

Tested by

no test coverage detected