|
COOPENOMICS
v1
Кооперативная Экономика
|
#include <eosio/asset.hpp>#include <eosio/crypto.hpp>#include <eosio/eosio.hpp>#include "../consts.hpp"Классы | |
| struct | Loan::debt |
Пространства имен | |
| namespace | Loan |
Определения типов | |
| typedef multi_index< "debts"_n, debt, indexed_by<"byusername"_n, const_mem_fun< debt, uint64_t, &debt::by_username > >, indexed_by<"bydebthash"_n, const_mem_fun< debt, checksum256, &debt::by_debt_hash > >, indexed_by<"bycreated"_n, const_mem_fun< debt, uint64_t, &debt::by_created > >, indexed_by<"byrepaid"_n, const_mem_fun< debt, uint64_t, &debt::by_repaid > > > | Loan::debts_index |