Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <KeyManager.h>
Public Member Functions | |
KeyInfo ()=default | |
KeyInfo (h256 const &_passHash, std::string const &_accountName, std::string const &_passwordHint=std::string()) | |
Public Attributes | |
h256 | passHash |
Hash of the password or h256() / UnknownPassword if unknown. More... | |
std::string | accountName |
Name of the key, or JSON key info if begins with '{'. More... | |
std::string | passwordHint |
Hint of the password. Alternative place for storage than the hash-based lookup. More... | |
Definition at line 36 of file KeyManager.h.
|
default |
|
inline |
Definition at line 39 of file KeyManager.h.
std::string dev::eth::KeyInfo::accountName |
Name of the key, or JSON key info if begins with '{'.
Definition at line 44 of file KeyManager.h.
h256 dev::eth::KeyInfo::passHash |
Hash of the password or h256() / UnknownPassword if unknown.
Definition at line 42 of file KeyManager.h.
std::string dev::eth::KeyInfo::passwordHint |
Hint of the password. Alternative place for storage than the hash-based lookup.
Definition at line 46 of file KeyManager.h.