Scorum
Public Member Functions | Public Attributes | List of all members
scorum::chain::matched_bet_object Class Reference

#include <bet_objects.hpp>

Inheritance diagram for scorum::chain::matched_bet_object:

Public Member Functions

uuid_type get_bet1_uuid () const
 
uuid_type get_bet2_uuid () const
 

Public Attributes

id_type id
 
uuid_type game_uuid
 
market_type market
 
fc::time_point_sec created
 
bet_data bet1_data
 
bet_data bet2_data
 

Detailed Description

Definition at line 71 of file bet_objects.hpp.

Member Function Documentation

◆ get_bet1_uuid()

uuid_type scorum::chain::matched_bet_object::get_bet1_uuid ( ) const
inline

Definition at line 87 of file bet_objects.hpp.

◆ get_bet2_uuid()

uuid_type scorum::chain::matched_bet_object::get_bet2_uuid ( ) const
inline

Definition at line 88 of file bet_objects.hpp.

Member Data Documentation

◆ bet1_data

bet_data scorum::chain::matched_bet_object::bet1_data

Definition at line 83 of file bet_objects.hpp.

◆ bet2_data

bet_data scorum::chain::matched_bet_object::bet2_data

Definition at line 84 of file bet_objects.hpp.

◆ created

fc::time_point_sec scorum::chain::matched_bet_object::created

Definition at line 81 of file bet_objects.hpp.

◆ game_uuid

uuid_type scorum::chain::matched_bet_object::game_uuid

Definition at line 79 of file bet_objects.hpp.

◆ id

id_type scorum::chain::matched_bet_object::id

Definition at line 78 of file bet_objects.hpp.

◆ market

market_type scorum::chain::matched_bet_object::market

Definition at line 80 of file bet_objects.hpp.


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