Scorum
reward_balancer.hpp
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace scorum {
7 namespace chain {
8 
9 struct content_reward_scr_service_i : public base_service_i<content_reward_balancer_scr_object>
10 {
11 };
12 struct voters_reward_scr_service_i : public base_service_i<voters_reward_balancer_scr_object>
13 {
14 };
15 struct voters_reward_sp_service_i : public base_service_i<voters_reward_balancer_sp_object>
16 {
17 };
18 
22 
23 } // namespace chain
24 } // namespace scorum
Definition: asset.cpp:15