Kagome
Polkadot Runtime Engine in C++17
key_type.cpp File Reference
#include "crypto/crypto_store/key_type.hpp"
#include <unordered_set>
#include <boost/endian/arithmetic.hpp>
Include dependency graph for key_type.cpp:

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)
 

Function Documentation

OUTCOME_CPP_DEFINE_CATEGORY ( kagome::crypto  ,
KeyTypeError  ,
 
)

Definition at line 53 of file key_type.cpp.