Scorum
Public Attributes | List of all members
scorum::chain::bet_data Struct Reference

#include <bet_objects.hpp>

Public Attributes

uuid_type uuid
 
fc::time_point_sec created
 
account_name_type better
 
wincase_type wincase
 
asset stake = asset(0, SCORUM_SYMBOL)
 
class odds odds
 
pending_bet_kind kind = pending_bet_kind::live
 

Detailed Description

Definition at line 24 of file bet_objects.hpp.

Member Data Documentation

◆ better

account_name_type scorum::chain::bet_data::better

Definition at line 29 of file bet_objects.hpp.

◆ created

fc::time_point_sec scorum::chain::bet_data::created

Definition at line 27 of file bet_objects.hpp.

◆ kind

pending_bet_kind scorum::chain::bet_data::kind = pending_bet_kind::live

Definition at line 34 of file bet_objects.hpp.

◆ odds

class odds scorum::chain::bet_data::odds

Definition at line 31 of file bet_objects.hpp.

◆ stake

asset scorum::chain::bet_data::stake = asset(0, SCORUM_SYMBOL)

Definition at line 31 of file bet_objects.hpp.

◆ uuid

uuid_type scorum::chain::bet_data::uuid

Definition at line 26 of file bet_objects.hpp.

◆ wincase

wincase_type scorum::chain::bet_data::wincase

Definition at line 30 of file bet_objects.hpp.


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