|
using | scorum::protocol::result_home = yes_no_market< market_kind::result, home_tag > |
|
using | scorum::protocol::result_draw = yes_no_market< market_kind::result, draw_tag > |
|
using | scorum::protocol::result_away = yes_no_market< market_kind::result, away_tag > |
|
using | scorum::protocol::round_home = yes_no_market< market_kind::round > |
|
using | scorum::protocol::handicap = over_under_market< market_kind::handicap > |
|
using | scorum::protocol::correct_score_home = yes_no_market< market_kind::correct_score, home_tag > |
|
using | scorum::protocol::correct_score_draw = yes_no_market< market_kind::correct_score, draw_tag > |
|
using | scorum::protocol::correct_score_away = yes_no_market< market_kind::correct_score, away_tag > |
|
using | scorum::protocol::correct_score = score_yes_no_market< market_kind::correct_score > |
|
using | scorum::protocol::goal_home = yes_no_market< market_kind::goal, home_tag > |
|
using | scorum::protocol::goal_both = yes_no_market< market_kind::goal, both_tag > |
|
using | scorum::protocol::goal_away = yes_no_market< market_kind::goal, away_tag > |
|
using | scorum::protocol::total = over_under_market< market_kind::total > |
|
using | scorum::protocol::total_goals_home = over_under_market< market_kind::total_goals, home_tag > |
|
using | scorum::protocol::total_goals_away = over_under_market< market_kind::total_goals, away_tag > |
|
using | scorum::protocol::market_type = fc::static_variant< result_home, result_draw, result_away, round_home, handicap, correct_score_home, correct_score_draw, correct_score_away, correct_score, goal_home, goal_both, goal_away, total, total_goals_home, total_goals_away > |
|
using | scorum::protocol::wincase_type = fc::static_variant< result_home::yes, result_home::no, result_draw::yes, result_draw::no, result_away::yes, result_away::no, round_home::yes, round_home::no, handicap::over, handicap::under, correct_score_home::yes, correct_score_home::no, correct_score_draw::yes, correct_score_draw::no, correct_score_away::yes, correct_score_away::no, correct_score::yes, correct_score::no, goal_home::yes, goal_home::no, goal_both::yes, goal_both::no, goal_away::yes, goal_away::no, total::over, total::under, total_goals_home::over, total_goals_home::under, total_goals_away::over, total_goals_away::under > |
|