6 #ifndef KAGOME_BLOCKCHAIN_DIGESTTRACKERIMPL 7 #define KAGOME_BLOCKCHAIN_DIGESTTRACKERIMPL 25 std::shared_ptr<consensus::BabeDigestObserver> babe_update_observer,
26 std::shared_ptr<authority::AuthorityUpdateObserver>
27 authority_update_observer);
38 outcome::result<void> onConsensus(
43 std::shared_ptr<authority::AuthorityUpdateObserver>
51 #endif // KAGOME_BLOCKCHAIN_DIGESTTRACKERIMPL
std::shared_ptr< authority::AuthorityUpdateObserver > authority_update_observer_
std::shared_ptr< consensus::BabeDigestObserver > babe_digest_observer_
std::shared_ptr< soralog::Logger > Logger