14 : roles_(roles), store_(store) {}
19 if (keys and not keys.value().empty()) {
30 if (keys and not keys.value().empty()) {
41 if (keys and not keys.value().empty()) {
52 if (keys and not keys.value().empty()) {
struct kagome::network::Roles::@11 flags
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_
std::shared_ptr< Sr25519Keypair > babe_key_pair_
SessionKeys(std::shared_ptr< CryptoStore > store, const network::Roles &roles)