Scorum
|
#include <scorum_api_objects.hpp>
Public Member Functions | |
game_round_api_obj (const chain::game_round_object &o) | |
game_round_api_obj () | |
Public Attributes | |
game_round_id_type | id |
uuid_type | uuid |
account_name_type | owner |
std::string | seed |
std::string | verification_key |
std::string | vrf |
std::string | proof |
share_type | result |
Definition at line 275 of file scorum_api_objects.hpp.
|
inline |
Definition at line 277 of file scorum_api_objects.hpp.
|
inline |
Definition at line 289 of file scorum_api_objects.hpp.
game_round_id_type scorum::app::game_round_api_obj::id |
Definition at line 293 of file scorum_api_objects.hpp.
account_name_type scorum::app::game_round_api_obj::owner |
Definition at line 295 of file scorum_api_objects.hpp.
std::string scorum::app::game_round_api_obj::proof |
Definition at line 300 of file scorum_api_objects.hpp.
share_type scorum::app::game_round_api_obj::result |
Definition at line 301 of file scorum_api_objects.hpp.
std::string scorum::app::game_round_api_obj::seed |
Definition at line 297 of file scorum_api_objects.hpp.
uuid_type scorum::app::game_round_api_obj::uuid |
Definition at line 294 of file scorum_api_objects.hpp.
std::string scorum::app::game_round_api_obj::verification_key |
Definition at line 298 of file scorum_api_objects.hpp.
std::string scorum::app::game_round_api_obj::vrf |
Definition at line 299 of file scorum_api_objects.hpp.