Scorum
|
#include <scorum/protocol/types.hpp>
#include <scorum/chain/schema/game_object.hpp>
#include <scorum/chain/schema/bet_objects.hpp>
#include <scorum/chain/schema/betting_property_object.hpp>
#include <scorum/app/schema/api_template.hpp>
Go to the source code of this file.
Classes | |
struct | scorum::app::game_api_object |
struct | scorum::app::winner_api_object |
struct | scorum::app::winner_api_object::better |
Brief information about better. More... | |
Namespaces | |
scorum | |
scorum::app | |
Macros | |
#define | API_QUERY_MAX_LIMIT (100) |
Typedefs | |
using | scorum::app::matched_bet_api_object = api_obj< chain::matched_bet_object > |
using | scorum::app::pending_bet_api_object = api_obj< chain::pending_bet_object > |
using | scorum::app::betting_property_api_object = api_obj< chain::betting_property_object > |
#define API_QUERY_MAX_LIMIT (100) |
Definition at line 10 of file betting_api_objects.hpp.