|
COOPENOMICS
v1
Кооперативная Экономика
|
Классы | |
| struct | candidate |
| struct | candidate_legacy |
Определения типов | |
| typedef multi_index< "candidates2"_n, candidate, indexed_by<"byhash"_n, const_mem_fun< candidate, checksum256, &candidate::by_hash > > > | candidates_index |
| typedef multi_index< "candidates"_n, candidate_legacy, indexed_by<"byhash"_n, const_mem_fun< candidate_legacy, checksum256, &candidate_legacy::by_hash > > > | candidates_legacy_index |
Функции | |
| std::optional< candidate > | get_candidate_by_hash (name coopname, const checksum256 &hash) |
| uint64_t | get_active_participants_count (name coopname) |
| typedef multi_index< "candidates2"_n, candidate, indexed_by<"byhash"_n, const_mem_fun<candidate, checksum256, &candidate::by_hash> > > Registrator::candidates_index |
| typedef multi_index< "candidates"_n, candidate_legacy, indexed_by<"byhash"_n, const_mem_fun<candidate_legacy, checksum256, &candidate_legacy::by_hash> > > Registrator::candidates_legacy_index |
|
inline |
|
inline |