|
COOPENOMICS
v1
Кооперативная Экономика
|
#include <eosio/asset.hpp>#include <eosio/eosio.hpp>#include <string>#include "../consts.hpp"#include "document_core.hpp"Классы | |
| struct | fwithdraw |
Определения типов | |
| typedef eosio::multi_index< "fwithdraws"_n, fwithdraw, eosio::indexed_by<"byusername"_n, eosio::const_mem_fun< fwithdraw, uint64_t, &fwithdraw::by_username > >, eosio::indexed_by<"bystatus"_n, eosio::const_mem_fun< fwithdraw, uint64_t, &fwithdraw::by_status > >, eosio::indexed_by<"byexpired"_n, eosio::const_mem_fun< fwithdraw, uint64_t, &fwithdraw::by_expired > > > | fundwithdraws_index |
| typedef eosio::multi_index< "fwithdraws"_n, fwithdraw, eosio::indexed_by<"byusername"_n, eosio::const_mem_fun<fwithdraw, uint64_t, &fwithdraw::by_username> >, eosio::indexed_by<"bystatus"_n, eosio::const_mem_fun<fwithdraw, uint64_t, &fwithdraw::by_status> >, eosio::indexed_by<"byexpired"_n, eosio::const_mem_fun<fwithdraw, uint64_t, &fwithdraw::by_expired> > > fundwithdraws_index |