Scorum
advertising_property_object.cpp
Go to the documentation of this file.
2 
3 namespace scorum {
4 namespace chain {
5 
6 template <>
7 const fc::shared_vector<percent_type>& advertising_property_object::get_auction_coefficients<budget_type::post>() const
8 {
9  return auction_post_coefficients;
10 }
11 
12 template <>
13 const fc::shared_vector<percent_type>&
14 advertising_property_object::get_auction_coefficients<budget_type::banner>() const
15 {
16  return auction_banner_coefficients;
17 }
18 }
19 }
Definition: asset.cpp:15