Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
session_key.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_SESSION_KEY_HPP
7
#define KAGOME_SESSION_KEY_HPP
8
9
#include "
crypto/ed25519_types.hpp
"
10
#include "
crypto/sr25519_types.hpp
"
11
12
namespace
kagome::primitives
{
13
14
// TODO(kamilsa): id types should be different for Babe and Grandpa
15
using
GenericSessionKey
=
common::Blob<32>
;
16
17
using
BabeSessionKey
= crypto::Sr25519PublicKey;
18
using
GrandpaSessionKey
= crypto::Ed25519PublicKey;
19
20
}
// namespace kagome::primitives
21
22
#endif // KAGOME_SESSION_KEY_HPP
kagome::primitives::BabeSessionKey
crypto::Sr25519PublicKey BabeSessionKey
Definition:
session_key.hpp:17
kagome::common::Blob< 32 >
kagome::primitives
Definition:
author_api.hpp:19
ed25519_types.hpp
sr25519_types.hpp
kagome::primitives::GrandpaSessionKey
crypto::Ed25519PublicKey GrandpaSessionKey
Definition:
session_key.hpp:18
core
primitives
session_key.hpp
Generated by
1.8.11