Scorum
update_game_markets_evaluator.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <vector>
5 
6 namespace scorum {
7 namespace chain {
8 
9 struct account_service_i;
10 struct game_service_i;
11 struct betting_service_i;
12 
13 class update_game_markets_evaluator : public evaluator_impl<data_service_factory_i, update_game_markets_evaluator>
14 {
15 public:
17 
18  update_game_markets_evaluator(data_service_factory_i& services, betting_service_i&);
19 
20  void do_apply(const operation_type& op);
21 
22 private:
23  account_service_i& _account_service;
24  betting_service_i& _betting_service;
25  game_service_i& _game_service;
26 };
27 }
28 }
update_game_markets_evaluator(data_service_factory_i &services, betting_service_i &)
Definition: asset.cpp:15
This operation updates game markets list.