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

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

Классы

struct  Registrator::candidate_legacy
 Структура кандидата на вступление (устаревшая версия). Подробнее...
 
struct  Registrator::candidate
 Структура кандидата на вступление. Подробнее...
 

Пространства имен

namespace  Core
 
namespace  Core::Registrator
 
namespace  Registrator
 

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

typedef eosio::multi_index<"candidates"_n, candidate_legacy, eosio::indexed_by<"byhash"_n, eosio::const_mem_fun< candidate_legacy, checksum256, &candidate_legacy::by_hash > > > Registrator::candidates_legacy_index
 
typedef eosio::multi_index<"candidates2"_n, candidate, eosio::indexed_by<"byhash"_n, eosio::const_mem_fun< candidate, checksum256, &candidate::by_hash > > > Registrator::candidates_index
 

Функции

account Core::Registrator::get_account_or_fail (eosio::name username)
 Получает аккаунт по имени пользователя Подробнее...
 
std::optional< candidate > Registrator::get_candidate_by_hash (eosio::name coopname, const checksum256 &hash)
 Получает кандидата по хэшу регистрации. Подробнее...
 
uint64_t Registrator::get_active_participants_count (eosio::name coopname)
 Получает количество активных пайщиков кооператива. Подробнее...