Scorum
|
Budgets. More...
Functions | |
std::vector< budget_api_obj > | scorum::app::database_api::get_budgets (const budget_type, const std::set< std::string > &account_names) const |
std::set< std::string > | scorum::app::database_api::lookup_budget_owners (const budget_type, const std::string &lower_bound_name, uint32_t limit) const |
Budgets.
std::vector< budget_api_obj > scorum::app::database_api::get_budgets | ( | const budget_type | type, |
const std::set< std::string > & | account_names | ||
) | const |
Definition at line 931 of file database_api.cpp.
std::set< std::string > scorum::app::database_api::lookup_budget_owners | ( | const budget_type | type, |
const std::string & | lower_bound_name, | ||
uint32_t | limit | ||
) | const |
Definition at line 947 of file database_api.cpp.