Scorum
|
#include <betting_api_objects.hpp>
Public Member Functions | |
game_api_object ()=default | |
game_api_object (const chain::game_object &obj) | |
Public Attributes | |
chain::game_id_type | id = 0 |
uuid_type | uuid |
std::string | moderator |
std::string | json_metadata |
fc::time_point_sec | start_time = fc::time_point_sec::min() |
fc::time_point_sec | last_update = fc::time_point_sec::min() |
fc::time_point_sec | bets_resolve_time = time_point_sec::maximum() |
chain::game_status | status = chain::game_status::created |
chain::game_type | game |
fc::flat_set< chain::market_type > | markets |
fc::flat_set< chain::wincase_type > | results |
Definition at line 15 of file betting_api_objects.hpp.
|
default |
|
inline |
Definition at line 19 of file betting_api_objects.hpp.
fc::time_point_sec scorum::app::game_api_object::bets_resolve_time = time_point_sec::maximum() |
Definition at line 41 of file betting_api_objects.hpp.
chain::game_type scorum::app::game_api_object::game |
Definition at line 44 of file betting_api_objects.hpp.
chain::game_id_type scorum::app::game_api_object::id = 0 |
Definition at line 33 of file betting_api_objects.hpp.
std::string scorum::app::game_api_object::json_metadata |
Definition at line 37 of file betting_api_objects.hpp.
fc::time_point_sec scorum::app::game_api_object::last_update = fc::time_point_sec::min() |
Definition at line 40 of file betting_api_objects.hpp.
fc::flat_set<chain::market_type> scorum::app::game_api_object::markets |
Definition at line 46 of file betting_api_objects.hpp.
std::string scorum::app::game_api_object::moderator |
Definition at line 36 of file betting_api_objects.hpp.
fc::flat_set<chain::wincase_type> scorum::app::game_api_object::results |
Definition at line 47 of file betting_api_objects.hpp.
fc::time_point_sec scorum::app::game_api_object::start_time = fc::time_point_sec::min() |
Definition at line 39 of file betting_api_objects.hpp.
chain::game_status scorum::app::game_api_object::status = chain::game_status::created |
Definition at line 43 of file betting_api_objects.hpp.
uuid_type scorum::app::game_api_object::uuid |
Definition at line 34 of file betting_api_objects.hpp.