#include <KeyAux.h>
|
enum | OperationMode {
OperationMode::None,
OperationMode::ListBare,
OperationMode::NewBare,
OperationMode::ImportBare,
OperationMode::ExportBare,
OperationMode::RecodeBare,
OperationMode::KillBare,
OperationMode::InspectBare,
OperationMode::CreateWallet,
OperationMode::List,
OperationMode::New,
OperationMode::Import,
OperationMode::ImportWithAddress,
OperationMode::ImportPresale,
OperationMode::Export,
OperationMode::Recode,
OperationMode::Kill,
OperationMode::Inspect,
OperationMode::SignTx,
OperationMode::DecodeTx
} |
|
Definition at line 89 of file KeyAux.h.
Enumerator |
---|
None |
|
ListBare |
|
NewBare |
|
ImportBare |
|
ExportBare |
|
RecodeBare |
|
KillBare |
|
InspectBare |
|
CreateWallet |
|
List |
|
New |
|
Import |
|
ImportWithAddress |
|
ImportPresale |
|
Export |
|
Recode |
|
Kill |
|
Inspect |
|
SignTx |
|
DecodeTx |
|
Definition at line 92 of file KeyAux.h.
Secret KeyCLI::getSecret |
( |
std::string const & |
_signKey | ) |
|
|
inline |
static bytes KeyCLI::inputData |
( |
std::string const & |
_input, |
|
|
bool * |
_isFile = nullptr |
|
) |
| |
|
inlinestatic |
bool KeyCLI::interpretOption |
( |
int & |
i, |
|
|
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
inline |
static bool KeyCLI::isFalse |
( |
std::string const & |
_m | ) |
|
|
inlinestatic |
static bool KeyCLI::isTrue |
( |
std::string const & |
_m | ) |
|
|
inlinestatic |
KDF KeyCLI::kdf |
( |
| ) |
const |
|
inlineprivate |
KeyManager& KeyCLI::keyManager |
( |
bool |
walletLess = false | ) |
|
|
inlineprivate |
std::string KeyCLI::lockPassword |
( |
std::string const & |
_accountName | ) |
|
|
inline |
static void KeyCLI::streamHelp |
( |
ostream & |
_out | ) |
|
|
inlinestatic |
Address KeyCLI::userToAddress |
( |
std::string const & |
_s | ) |
|
|
inlineprivate |
std::string KeyCLI::userVisible |
( |
Address const & |
_a | ) |
const |
|
inline |
u256 KeyCLI::m_forceNonce |
|
private |
bool KeyCLI::m_icap = true |
|
private |
string KeyCLI::m_kdf = "scrypt" |
|
private |
map<string, string> KeyCLI::m_kdfParams |
|
private |
string KeyCLI::m_lockHint |
|
private |
string KeyCLI::m_masterPassword |
|
private |
Wallet passphrase stuff.
Definition at line 854 of file KeyAux.h.
Operating mode.
Definition at line 847 of file KeyAux.h.
Creating/importing.
Definition at line 861 of file KeyAux.h.
string KeyCLI::m_secretsPath = SecretStore::defaultPath() |
|
private |
Where the keys are.
Definition at line 843 of file KeyAux.h.
bool KeyCLI::m_showSecret = false |
|
private |
string KeyCLI::m_walletPath = KeyManager::defaultPath() |
|
private |
The documentation for this class was generated from the following file: