6 #ifndef KAGOME_CRYPTO_SESSION_KEYS_HPP 7 #define KAGOME_CRYPTO_SESSION_KEYS_HPP 16 struct Ed25519Keypair;
17 struct Sr25519Keypair;
64 #endif // KAGOME_CRYPTO_SESSION_KEYS_HPP const std::shared_ptr< Sr25519Keypair > & getBabeKeyPair()
const std::shared_ptr< Ed25519Keypair > & getGranKeyPair()
const std::shared_ptr< Sr25519Keypair > & getParaKeyPair()
const std::shared_ptr< Sr25519Keypair > & getAudiKeyPair()
std::shared_ptr< Sr25519Keypair > para_key_pair_
std::shared_ptr< Ed25519Keypair > gran_key_pair_
std::shared_ptr< CryptoStore > store_
std::shared_ptr< Sr25519Keypair > audi_key_pair_
constexpr KnownKeyTypeId polkadot_key_order[6]
std::shared_ptr< Sr25519Keypair > babe_key_pair_
SessionKeys(std::shared_ptr< CryptoStore > store, const network::Roles &roles)