|
COOPENOMICS
v1
Кооперативная Экономика
|
Классы | |
| struct | deposit |
| struct | withdraw |
Определения типов | |
| typedef multi_index< "deposits"_n, deposit, indexed_by<"byhash"_n, const_mem_fun< deposit, checksum256, &deposit::by_hash > >, indexed_by<"byusername"_n, const_mem_fun< deposit, uint64_t, &deposit::by_username > >, indexed_by<"bystatus"_n, const_mem_fun< deposit, uint64_t, &deposit::by_status > >, indexed_by<"bycreated"_n, const_mem_fun< deposit, uint64_t, &deposit::by_created > > > | deposits_index |
| typedef multi_index< "withdraws"_n, withdraw, indexed_by<"byusername"_n, const_mem_fun< withdraw, uint64_t, &withdraw::by_username > >, indexed_by<"byhash"_n, const_mem_fun< withdraw, checksum256, &withdraw::by_hash > >, indexed_by<"bystatus"_n, const_mem_fun< withdraw, uint64_t, &withdraw::by_status > >, indexed_by<"bycreated"_n, const_mem_fun< withdraw, uint64_t, &withdraw::by_created > > > | withdraws_index |
| typedef multi_index< "deposits"_n, deposit, indexed_by<"byhash"_n, const_mem_fun<deposit, checksum256, &deposit::by_hash> >, indexed_by<"byusername"_n, const_mem_fun<deposit, uint64_t, &deposit::by_username> >, indexed_by<"bystatus"_n, const_mem_fun<deposit, uint64_t, &deposit::by_status> >, indexed_by<"bycreated"_n, const_mem_fun<deposit, uint64_t, &deposit::by_created> > > WalletTables::deposits_index |
| typedef multi_index< "withdraws"_n, withdraw, indexed_by<"byusername"_n, const_mem_fun<withdraw, uint64_t, &withdraw::by_username> >, indexed_by<"byhash"_n, const_mem_fun<withdraw, checksum256, &withdraw::by_hash> >, indexed_by<"bystatus"_n, const_mem_fun<withdraw, uint64_t, &withdraw::by_status> >, indexed_by<"bycreated"_n, const_mem_fun<withdraw, uint64_t, &withdraw::by_created> > > WalletTables::withdraws_index |