Kagome
Polkadot Runtime Engine in C++17
kagome::crypto::bip39 Namespace Reference

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 }
 

Detailed Description

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Typedef Documentation

Definition at line 16 of file bip39_types.hpp.

Enumeration Type Documentation

Enumerator
WRONG_WORDS_COUNT 
STORAGE_NOT_COMPLETE 
STORAGE_IS_FULL 

Definition at line 17 of file entropy_accumulator.hpp.

Enumerator
ENTRY_NOT_FOUND 

Definition at line 16 of file dictionary.hpp.

Enumerator
INVALID_MNEMONIC 

Definition at line 15 of file mnemonic.hpp.