|
Kagome
Polkadot Runtime Engine in C++17
|
Namespaces | |
| constants | |
| english | |
Classes | |
| class | Dictionary |
| class | EntropyAccumulator |
| struct | EntropyToken |
| struct | Mnemonic |
Typedefs | |
| using | Bip39Seed = common::Buffer |
Enumerations | |
| enum | DictionaryError { DictionaryError::ENTRY_NOT_FOUND = 1 } |
| enum | Bip39EntropyError { Bip39EntropyError::WRONG_WORDS_COUNT = 1, Bip39EntropyError::STORAGE_NOT_COMPLETE, Bip39EntropyError::STORAGE_IS_FULL } |
| enum | MnemonicError { MnemonicError::INVALID_MNEMONIC = 1 } |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
| using kagome::crypto::bip39::Bip39Seed = typedef common::Buffer |
Definition at line 16 of file bip39_types.hpp.
|
strong |
| Enumerator | |
|---|---|
| WRONG_WORDS_COUNT | |
| STORAGE_NOT_COMPLETE | |
| STORAGE_IS_FULL | |
Definition at line 17 of file entropy_accumulator.hpp.
|
strong |
| Enumerator | |
|---|---|
| ENTRY_NOT_FOUND | |
Definition at line 16 of file dictionary.hpp.
|
strong |
| Enumerator | |
|---|---|
| INVALID_MNEMONIC | |
Definition at line 15 of file mnemonic.hpp.