Scorum
Functions
Budgets

Budgets. More...

Functions

std::vector< budget_api_objscorum::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
 

Detailed Description

Budgets.

Function Documentation

◆ get_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.

◆ lookup_budget_owners()

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.