MCPcopy Create free account
hub / github.com/cryptonomex/graphene / hasBrainKey

Method hasBrainKey

programs/light_client/Wallet.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool Wallet::hasBrainKey()const
156{
157 if( !isOpen() ) return false;
158 return _brain_key != QString() || _data.encrypted_brain_key.size();
159}
160
161QString Wallet::getBrainKey()
162{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected