Scorum
|
#include <scorum/chain/betting/betting_matcher.hpp>
#include <scorum/chain/database/database_virtual_operations.hpp>
#include <scorum/chain/schema/bet_objects.hpp>
#include <scorum/chain/schema/dynamic_global_property_object.hpp>
#include <scorum/chain/betting/betting_math.hpp>
#include <scorum/chain/dba/db_accessor.hpp>
#include <scorum/protocol/betting/market.hpp>
Go to the source code of this file.
Classes | |
struct | scorum::chain::matcher |
Namespaces | |
scorum | |
scorum::chain | |
Functions | |
int64_t | scorum::chain::create_matched_bet (dba::db_accessor< matched_bet_object > &matched_bet_dba, const pending_bet_object &bet1, const pending_bet_object &bet2, const matched_stake_type &matched, fc::time_point_sec head_block_time) |