Scorum
Public Member Functions | Public Attributes | List of all members
scorum::app::game_round_api_obj Struct Reference

#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
 

Detailed Description

Definition at line 275 of file scorum_api_objects.hpp.

Constructor & Destructor Documentation

◆ game_round_api_obj() [1/2]

scorum::app::game_round_api_obj::game_round_api_obj ( const chain::game_round_object o)
inline

Definition at line 277 of file scorum_api_objects.hpp.

◆ game_round_api_obj() [2/2]

scorum::app::game_round_api_obj::game_round_api_obj ( )
inline

Definition at line 289 of file scorum_api_objects.hpp.

Member Data Documentation

◆ id

game_round_id_type scorum::app::game_round_api_obj::id

Definition at line 293 of file scorum_api_objects.hpp.

◆ owner

account_name_type scorum::app::game_round_api_obj::owner

Definition at line 295 of file scorum_api_objects.hpp.

◆ proof

std::string scorum::app::game_round_api_obj::proof

Definition at line 300 of file scorum_api_objects.hpp.

◆ result

share_type scorum::app::game_round_api_obj::result

Definition at line 301 of file scorum_api_objects.hpp.

◆ seed

std::string scorum::app::game_round_api_obj::seed

Definition at line 297 of file scorum_api_objects.hpp.

◆ uuid

uuid_type scorum::app::game_round_api_obj::uuid

Definition at line 294 of file scorum_api_objects.hpp.

◆ verification_key

std::string scorum::app::game_round_api_obj::verification_key

Definition at line 298 of file scorum_api_objects.hpp.

◆ vrf

std::string scorum::app::game_round_api_obj::vrf

Definition at line 299 of file scorum_api_objects.hpp.


The documentation for this struct was generated from the following file: