|
COOPENOMICS
v1
Кооперативная Экономика
|
#include <eosio/asset.hpp>#include <eosio/crypto.hpp>#include <eosio/eosio.hpp>#include <optional>#include <string>#include "../consts.hpp"Классы | |
| struct | Gateway::income |
Пространства имен | |
| namespace | Gateway |
Определения типов | |
| typedef eosio::multi_index< "incomes"_n, income, eosio::indexed_by<"byhash"_n, eosio::const_mem_fun< income, checksum256, &income::by_hash > >, eosio::indexed_by<"byusername"_n, eosio::const_mem_fun< income, uint64_t, &income::by_username > >, eosio::indexed_by<"bystatus"_n, eosio::const_mem_fun< income, uint64_t, &income::by_status > > > | Gateway::incomes_index |
Функции | |
| std::optional< income > | Gateway::get_income (eosio::name coopname, const checksum256 &hash) |