COOPENOMICS  v1
Кооперативная Экономика
Файл table_branch_expenses.hpp
#include <eosio/asset.hpp>
#include <eosio/crypto.hpp>
#include <eosio/eosio.hpp>
#include "../consts.hpp"

См. исходные тексты.

Классы

struct  branch_expense
 Расход кооперативного участка, поданный в шасси расходов (requirement b6 «Экономика КУ»; процесс p.brn.spend). Подробнее...
 

Определения типов

typedef eosio::multi_index< "expenses"_n, branch_expense, eosio::indexed_by<"byhash"_n, eosio::const_mem_fun< branch_expense, eosio::checksum256, &branch_expense::by_hash > >, eosio::indexed_by<"bybranch"_n, eosio::const_mem_fun< branch_expense, uint64_t, &branch_expense::by_branch > > > branch_expenses_index
 

Типы

◆ branch_expenses_index

typedef eosio::multi_index< "expenses"_n, branch_expense, eosio::indexed_by<"byhash"_n, eosio::const_mem_fun<branch_expense, eosio::checksum256, &branch_expense::by_hash> >, eosio::indexed_by<"bybranch"_n, eosio::const_mem_fun<branch_expense, uint64_t, &branch_expense::by_branch> > > branch_expenses_index