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

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

Классы

struct  Gateway::outcome
 

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

namespace  Gateway
 

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

typedef eosio::multi_index< "outcomes"_n, outcome, eosio::indexed_by<"byhash"_n, eosio::const_mem_fun< outcome, checksum256, &outcome::by_hash > >, eosio::indexed_by<"byusername"_n, eosio::const_mem_fun< outcome, uint64_t, &outcome::by_username > >, eosio::indexed_by<"bystatus"_n, eosio::const_mem_fun< outcome, uint64_t, &outcome::by_status > > > Gateway::outcomes_index
 

Функции

std::optional< outcome > Gateway::get_outcome (eosio::name coopname, const checksum256 &hash)