|
Kagome
Polkadot Runtime Engine in C++17
|
#include "crypto/crypto_store/key_type.hpp"#include <unordered_set>#include <boost/endian/arithmetic.hpp>Go to the source code of this file.
Namespaces | |
| kagome::crypto | |
Functions | |
| bool | kagome::crypto::isSupportedKeyType (KeyTypeId k) |
| checks whether key type value is supported More... | |
| std::string | kagome::crypto::encodeKeyTypeIdToStr (KeyTypeId key_type_id) |
| makes string representation of KeyTypeId More... | |
| KeyTypeId | kagome::crypto::decodeKeyTypeIdFromStr (std::string_view str) |
| restores KeyTypeId from its string representation More... | |
| OUTCOME_CPP_DEFINE_CATEGORY (kagome::crypto, KeyTypeError, e) | |
| OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::crypto | , |
| KeyTypeError | , | ||
| e | |||
| ) |
Definition at line 53 of file key_type.cpp.