Scorum
betting_property.hpp
Go to the documentation of this file.
1 #pragma once
4 
5 namespace scorum {
6 namespace chain {
7 
8 struct betting_property_service_i : public base_service_i<betting_property_object>
9 {
10 };
11 
13 }
14 }
Definition: asset.cpp:15