COOPENOMICS  v1
Кооперативная Экономика
Файл table_fund_fwithdraws.hpp
#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
 

Типы

◆ 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