COOPENOMICS  v1
Кооперативная Экономика
Файл table_wallet_deposits.hpp
#include <eosio/asset.hpp>
#include <eosio/crypto.hpp>
#include <eosio/eosio.hpp>
#include "../consts.hpp"

См. исходные тексты.

Классы

struct  WalletTables::deposit
 

Пространства имен

namespace  WalletTables
 

Определения типов

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