BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Static Public Member Functions | |
static vector< brain_key_info > | derive_owner_keys_from_brain_key (const string &brain_key, uint32_t number_of_desired_keys=1) |
static brain_key_info | suggest_brain_key () |
Definition at line 276 of file wallet_structs.hpp.
|
static |
Derive any number of possible owner keys from a given brain key.
NOTE: These keys may or may not match with the owner keys of any account. This function is merely intended to assist with account or key recovery.
brain_key | Brain key |
number_of_desired_keys | Number of desired keys |
Definition at line 99 of file wallet.cpp.
|
static |
Suggests a safe brain key to use for creating your account. create_account_with_brain_key()
requires you to specify a 'brain key', a long passphrase that provides enough entropy to generate cyrptographic keys. This function will suggest a suitably random string that should be easy to write down (and, with effort, memorize).
Definition at line 122 of file wallet.cpp.