|
Kagome
Polkadot Runtime Engine in C++17
|
#include "crypto/crypto_store/crypto_store_impl.hpp"#include <fstream>#include <gsl/span>#include "common/visitor.hpp"Go to the source code of this file.
Namespaces | |
| kagome::crypto | |
Functions | |
| OUTCOME_CPP_DEFINE_CATEGORY (kagome::crypto, CryptoStoreError, e) | |
| libp2p::crypto::KeyPair | kagome::crypto::ed25519KeyToLibp2pKeypair (const Ed25519Keypair &kp) |
| OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::crypto | , |
| CryptoStoreError | , | ||
| e | |||
| ) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 14 of file crypto_store_impl.cpp.