|
COOPENOMICS
v1
Кооперативная Экономика
|
Классы | |
| struct | debt |
| struct | summary |
Определения типов | |
| 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 > > > | debts_index |
| typedef multi_index<"summaries"_n, summary > | summaries_index |
Функции | |
| std::optional< debt > | get_debt (name coopname, const checksum256 &debt_hash) |
| std::optional< summary > | get_summary (name coopname, name username) |
| void | assert_no_expired_debts (name coopname, name username) |
| void | create_debt (name calling_contract, CREATEDEBT_SIGNATURE) |
| void | settle_debt (name calling_contract, SETTLEDEBT_SIGNATURE) |
| 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 |
| typedef multi_index<"summaries"_n, summary> Loan::summaries_index |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |