Scorum
|
#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 |
Definition at line 24 of file bet_objects.hpp.
account_name_type scorum::chain::bet_data::better |
Definition at line 29 of file bet_objects.hpp.
fc::time_point_sec scorum::chain::bet_data::created |
Definition at line 27 of file bet_objects.hpp.
pending_bet_kind scorum::chain::bet_data::kind = pending_bet_kind::live |
Definition at line 34 of file bet_objects.hpp.
class odds scorum::chain::bet_data::odds |
Definition at line 31 of file bet_objects.hpp.
asset scorum::chain::bet_data::stake = asset(0, SCORUM_SYMBOL) |
Definition at line 31 of file bet_objects.hpp.
uuid_type scorum::chain::bet_data::uuid |
Definition at line 26 of file bet_objects.hpp.
wincase_type scorum::chain::bet_data::wincase |
Definition at line 30 of file bet_objects.hpp.