Kagome
Polkadot Runtime Engine in C++17
voting_round_error.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CORE_CONSENSUS_GRANDPA_IMPL_VOTING_ROUND_ERROR_HPP
7 #define KAGOME_CORE_CONSENSUS_GRANDPA_IMPL_VOTING_ROUND_ERROR_HPP
8 
9 #include "outcome/outcome.hpp"
10 
12 
13  enum class VotingRoundError {
31  };
32 
33 }
34 
36 
37 #endif // KAGOME_CORE_CONSENSUS_GRANDPA_IMPL_VOTING_ROUND_ERROR_HPP
OUTCOME_HPP_DECLARE_ERROR(kagome::consensus::grandpa, VotingRoundError)