Scorum
Namespaces | Enumerations | Functions
market_kind.hpp File Reference
#include <fc/reflect/reflect.hpp>

Go to the source code of this file.

Namespaces

 scorum
 
 scorum::protocol
 

Enumerations

enum class  scorum::protocol::market_kind : uint16_t {
  scorum::protocol::result , scorum::protocol::round , scorum::protocol::handicap , scorum::protocol::correct_score ,
  scorum::protocol::goal , scorum::protocol::total , scorum::protocol::total_goals
}
 

Functions

 FC_REFLECT_ENUM (scorum::protocol::market_kind,(result)(round)(handicap)(correct_score)(goal)(total)(total_goals)) namespace fc
 

Function Documentation

◆ FC_REFLECT_ENUM()

FC_REFLECT_ENUM ( scorum::protocol::market_kind  ,
(result)(round)(handicap)(correct_score)(goal)(total)(total_goals)   
)

Definition at line 19 of file market_kind.hpp.