|
COOPENOMICS
v1
Кооперативная Экономика
|
#include <eosio/crypto.hpp>#include <eosio/eosio.hpp>#include <eosio/time.hpp>#include <string>#include "../consts.hpp"Классы | |
| struct | Ano::endorsement |
| Заверение: подтверждение того, что заверяющий признаёт ключ заверения того, кого он заверяет. Подробнее... | |
Пространства имен | |
| namespace | Ano |
Определения типов | |
| typedef eosio::multi_index< "endorsements"_n, endorsement, eosio::indexed_by<"byissuer"_n, eosio::const_mem_fun< endorsement, uint64_t, &endorsement::by_issuer > >, eosio::indexed_by<"byexpires"_n, eosio::const_mem_fun< endorsement, uint64_t, &endorsement::by_expires > > > | Ano::endorsements_index |