Scorum
|
#include <advertising_api.hpp>
Public Member Functions | |
impl (chain::database &db, chain::data_service_factory_i &services) | |
fc::optional< account_api_obj > | get_moderator () const |
std::vector< budget_api_obj > | get_user_budgets (const std::string &user) const |
fc::optional< budget_api_obj > | get_budget (const uuid_type &uuid, budget_type type) const |
std::vector< budget_api_obj > | get_current_winners (budget_type type) const |
std::vector< percent_type > | get_auction_coefficients (budget_type type) const |
Public Attributes | |
chain::database & | _db |
chain::data_service_factory_i & | _services |
chain::advertising_property_service_i & | _adv_service |
chain::account_service_i & | _account_service |
chain::banner_budget_service_i & | _banner_budget_service |
chain::post_budget_service_i & | _post_budget_service |
chain::dynamic_global_property_service_i & | _dyn_props_service |
Definition at line 14 of file advertising_api.hpp.
|
inline |
Definition at line 17 of file advertising_api.hpp.
|
inline |
Definition at line 85 of file advertising_api.hpp.
|
inline |
Definition at line 57 of file advertising_api.hpp.
|
inline |
Definition at line 71 of file advertising_api.hpp.
|
inline |
Definition at line 28 of file advertising_api.hpp.
|
inline |
Definition at line 39 of file advertising_api.hpp.
chain::account_service_i& scorum::app::advertising_api::impl::_account_service |
Definition at line 138 of file advertising_api.hpp.
chain::advertising_property_service_i& scorum::app::advertising_api::impl::_adv_service |
Definition at line 137 of file advertising_api.hpp.
chain::banner_budget_service_i& scorum::app::advertising_api::impl::_banner_budget_service |
Definition at line 139 of file advertising_api.hpp.
chain::database& scorum::app::advertising_api::impl::_db |
Definition at line 134 of file advertising_api.hpp.
chain::dynamic_global_property_service_i& scorum::app::advertising_api::impl::_dyn_props_service |
Definition at line 141 of file advertising_api.hpp.
chain::post_budget_service_i& scorum::app::advertising_api::impl::_post_budget_service |
Definition at line 140 of file advertising_api.hpp.
chain::data_service_factory_i& scorum::app::advertising_api::impl::_services |
Definition at line 136 of file advertising_api.hpp.