Kagome
Polkadot Runtime Engine in C++17
authority_discovery_id.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_PRIMITIVES_AUTHORITY_DISCOVERY_ID_HPP
7 #define KAGOME_PRIMITIVES_AUTHORITY_DISCOVERY_ID_HPP
8 
10 
11 namespace kagome::primitives {
12  using AuthorityDiscoveryId = crypto::Sr25519PublicKey;
13 } // namespace kagome::primitives
14 
15 #endif // KAGOME_PRIMITIVES_AUTHORITY_DISCOVERY_ID_HPP
crypto::Sr25519PublicKey AuthorityDiscoveryId