Kagome
Polkadot Runtime Engine in C++17
vote_types.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CONSENSUS_GRANDPA_VOTE_TYPES_HPP
7 #define KAGOME_CONSENSUS_GRANDPA_VOTE_TYPES_HPP
8 
10  enum class VoteType { Prevote, Precommit };
11 }
12 
13 #endif // KAGOME_CONSENSUS_GRANDPA_VOTE_TYPES_HPP