|
Kagome
Polkadot Runtime Engine in C++17
|
#include <unordered_set>#include <boost/filesystem.hpp>#include <boost/variant.hpp>#include "common/blob.hpp"#include "crypto/bip39/bip39_provider.hpp"#include "crypto/bip39/mnemonic.hpp"#include "crypto/crypto_store.hpp"#include "crypto/crypto_store/crypto_suites.hpp"#include "crypto/crypto_store/dev_mnemonic_phrase.hpp"#include "crypto/crypto_store/key_cache.hpp"#include "crypto/crypto_store/key_file_storage.hpp"#include "log/logger.hpp"Go to the source code of this file.
Classes | |
| class | kagome::crypto::CryptoStoreImpl |
Namespaces | |
| kagome::crypto | |
Functions | |
| libp2p::crypto::KeyPair | kagome::crypto::ed25519KeyToLibp2pKeypair (const Ed25519Keypair &kp) |
| OUTCOME_HPP_DECLARE_ERROR (kagome::crypto, CryptoStoreError) | |
| OUTCOME_HPP_DECLARE_ERROR | ( | kagome::crypto | , |
| CryptoStoreError | |||
| ) |