COOPENOMICS  v1
Кооперативная Экономика
Пространство имен Meet

Классы

struct  meet
 Структура действий, хранящая данные о выполненных операциях. Подробнее...
 
struct  question
 Структура вопросов повестки дня собрания. Подробнее...
 

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

typedef eosio::multi_index< "meets"_n, meet, indexed_by<"byhash"_n, const_mem_fun< meet, checksum256, &meet::by_hash > >, indexed_by<"byinitiator"_n, const_mem_fun< meet, uint64_t, &meet::by_initiator > >, indexed_by<"byopenat"_n, const_mem_fun< meet, uint64_t, &meet::by_open_at > >, indexed_by<"bycloseat"_n, const_mem_fun< meet, uint64_t, &meet::by_close_at > > > meets_index
 
typedef eosio::multi_index< "questions"_n, question, indexed_by<"bymeet"_n, const_mem_fun< question, uint64_t, &question::by_meet_key > > > questions_index
 

Типы

◆ meets_index

typedef eosio::multi_index< "meets"_n, meet, indexed_by<"byhash"_n, const_mem_fun<meet, checksum256, &meet::by_hash> >, indexed_by<"byinitiator"_n, const_mem_fun<meet, uint64_t, &meet::by_initiator> >, indexed_by<"byopenat"_n, const_mem_fun<meet, uint64_t, &meet::by_open_at> >, indexed_by<"bycloseat"_n, const_mem_fun<meet, uint64_t, &meet::by_close_at> >> Meet::meets_index

◆ questions_index

typedef eosio::multi_index< "questions"_n, question, indexed_by<"bymeet"_n, const_mem_fun<question, uint64_t, &question::by_meet_key> >> Meet::questions_index