COOPENOMICS  v1
Кооперативная Экономика
Структура program

#include <table_soviet_programs.hpp>

Открытые члены

uint64_t primary_key () const
 
uint64_t by_program_type () const
 
uint64_t by_draft () const
 

Открытые атрибуты

uint64_t id
 
uint64_t draft_id
 
eosio::name program_type
 
eosio::name coopname
 
bool is_active
 
std::string title
 
std::string announce
 
std::string description
 
std::string preview
 
std::string images
 
std::string meta
 
eosio::name calculation_type
 
uint64_t membership_percent_fee
 
eosio::asset fixed_membership_contribution
 
eosio::time_point_sec start_at
 
eosio::time_point_sec expired_at
 
eosio::binary_extension< eosio::asset > available
 
eosio::binary_extension< eosio::asset > spendeded
 
eosio::binary_extension< eosio::asset > blocked
 
eosio::binary_extension< bool > is_can_coop_spend_share_contributions
 
eosio::binary_extension< eosio::asset > share_contributions
 
eosio::binary_extension< eosio::asset > membership_contributions
 

Подробное описание

table: programs

Методы

◆ by_draft()

uint64_t program::by_draft ( ) const
inline

◆ by_program_type()

uint64_t program::by_program_type ( ) const
inline

◆ primary_key()

uint64_t program::primary_key ( ) const
inline

Данные класса

◆ announce

std::string program::announce

◆ available

eosio::binary_extension<eosio::asset> program::available

◆ blocked

eosio::binary_extension<eosio::asset> program::blocked

◆ calculation_type

eosio::name program::calculation_type

◆ coopname

eosio::name program::coopname

◆ description

std::string program::description

◆ draft_id

uint64_t program::draft_id

◆ expired_at

eosio::time_point_sec program::expired_at

◆ fixed_membership_contribution

eosio::asset program::fixed_membership_contribution

◆ id

uint64_t program::id

◆ images

std::string program::images

◆ is_active

bool program::is_active

◆ is_can_coop_spend_share_contributions

eosio::binary_extension<bool> program::is_can_coop_spend_share_contributions

◆ membership_contributions

eosio::binary_extension<eosio::asset> program::membership_contributions

◆ membership_percent_fee

uint64_t program::membership_percent_fee

◆ meta

std::string program::meta

◆ preview

std::string program::preview

◆ program_type

eosio::name program::program_type

◆ share_contributions

eosio::binary_extension<eosio::asset> program::share_contributions

◆ spendeded

eosio::binary_extension<eosio::asset> program::spendeded

◆ start_at

eosio::time_point_sec program::start_at

◆ title

std::string program::title

Объявления и описания членов структуры находятся в файле: