Scorum
witness_schedule.hpp
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace scorum {
7 namespace chain {
8 
9 struct witness_schedule_service_i : public base_service_i<witness_schedule_object>
10 {
11 };
12 
14 
15 } // namespace chain
16 } // namespace scorum
Definition: asset.cpp:15