Kagome
Polkadot Runtime Engine in C++17
|
#include <mnemonic.hpp>
Static Public Member Functions | |
static outcome::result< Mnemonic > | parse (std::string_view phrase) |
parse mnemonic from phrase More... | |
Public Attributes | |
std::vector< std::string > | words |
std::string | password |
Definition at line 19 of file mnemonic.hpp.
|
static |
parse mnemonic from phrase
phrase | valid utf8 list of words from bip-39 word list |
Definition at line 34 of file mnemonic.cpp.
std::string kagome::crypto::bip39::Mnemonic::password |
Definition at line 21 of file mnemonic.hpp.
std::vector<std::string> kagome::crypto::bip39::Mnemonic::words |
Definition at line 20 of file mnemonic.hpp.