COOPENOMICS  v1
Кооперативная Экономика
Файл funds.hpp

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

Классы

struct  simple_wallet
 Структура простого кошелька содержит информацию о доступных и выведенных средствах. Подробнее...
 
struct  coopwallet
 Таблица кооперативного кошелька хранит информацию о различных счетах кооператива. Подробнее...
 
struct  accfund
 Таблица фондов накопления хранит информацию о фондах накопления кооператива. Подробнее...
 
struct  expfund
 Таблица фондов списания хранит информацию о фондах списания кооператива. Подробнее...
 
struct  fwithdraw
 Таблица запросов на вывод средств из фондов накопления хранит информацию о запросах на использование фондов. Подробнее...
 

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

typedef eosio::multi_index<"coopwallet"_n, coopwalletcoopwallet_index
 
typedef eosio::multi_index<"accfunds"_n, accfundaccfunds_index
 
typedef eosio::multi_index<"expfunds"_n, expfundexpfunds_index
 
typedef eosio::multi_index< "fwithdraws"_n, fwithdraw, eosio::indexed_by< "byusername"_n, eosio::const_mem_fun< fwithdraw, uint64_t, &fwithdraw::by_username > >, eosio::indexed_by< "bystatus"_n, eosio::const_mem_fun< fwithdraw, uint64_t, &fwithdraw::by_status > >, eosio::indexed_by< "byexpired"_n, eosio::const_mem_fun< fwithdraw, uint64_t, &fwithdraw::by_expired > > > fundwithdraws_index
 

Типы

◆ accfunds_index

typedef eosio::multi_index<"accfunds"_n, accfund> accfunds_index

◆ coopwallet_index

typedef eosio::multi_index<"coopwallet"_n, coopwallet> coopwallet_index

◆ expfunds_index

typedef eosio::multi_index<"expfunds"_n, expfund> expfunds_index

◆ fundwithdraws_index

typedef eosio::multi_index< "fwithdraws"_n, fwithdraw, eosio::indexed_by< "byusername"_n, eosio::const_mem_fun<fwithdraw, uint64_t, &fwithdraw::by_username> >, eosio::indexed_by< "bystatus"_n, eosio::const_mem_fun<fwithdraw, uint64_t, &fwithdraw::by_status> >, eosio::indexed_by< "byexpired"_n, eosio::const_mem_fun<fwithdraw, uint64_t, &fwithdraw::by_expired> > > fundwithdraws_index