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

#include <bet_objects.hpp>

Inheritance diagram for scorum::chain::pending_bet_object:

Public Member Functions

fc::time_point_sec get_created () const
 
account_name_type get_better () const
 
pending_bet_kind get_kind () const
 
uuid_type get_uuid () const
 
wincase_type get_wincase () const
 

Public Attributes

id_type id
 
uuid_type game_uuid
 
market_type market
 
bet_data data
 

Detailed Description

Definition at line 48 of file bet_objects.hpp.

Member Function Documentation

◆ get_better()

account_name_type scorum::chain::pending_bet_object::get_better ( ) const
inline

Definition at line 63 of file bet_objects.hpp.

◆ get_created()

fc::time_point_sec scorum::chain::pending_bet_object::get_created ( ) const
inline

Definition at line 62 of file bet_objects.hpp.

◆ get_kind()

pending_bet_kind scorum::chain::pending_bet_object::get_kind ( ) const
inline

Definition at line 64 of file bet_objects.hpp.

◆ get_uuid()

uuid_type scorum::chain::pending_bet_object::get_uuid ( ) const
inline

Definition at line 65 of file bet_objects.hpp.

◆ get_wincase()

wincase_type scorum::chain::pending_bet_object::get_wincase ( ) const
inline

Definition at line 66 of file bet_objects.hpp.

Member Data Documentation

◆ data

bet_data scorum::chain::pending_bet_object::data

Definition at line 59 of file bet_objects.hpp.

◆ game_uuid

uuid_type scorum::chain::pending_bet_object::game_uuid

Definition at line 56 of file bet_objects.hpp.

◆ id

id_type scorum::chain::pending_bet_object::id

Definition at line 55 of file bet_objects.hpp.

◆ market

market_type scorum::chain::pending_bet_object::market

Definition at line 57 of file bet_objects.hpp.


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