COOPENOMICS  v1
Кооперативная Экономика
Пространство имен eosio_system

Классы

class  eosio_system_tester
 

Функции

fc::mutable_variant_object voter (account_name acct)
 
fc::mutable_variant_object voter (std::string_view acct)
 
fc::mutable_variant_object voter (account_name acct, const asset &vote_stake)
 
fc::mutable_variant_object voter (std::string_view acct, const asset &vote_stake)
 
fc::mutable_variant_object voter (account_name acct, int64_t vote_stake)
 
fc::mutable_variant_object voter (std::string_view acct, int64_t vote_stake)
 
fc::mutable_variant_object proxy (account_name acct)
 
uint64_t M (const string &eos_str)
 

Функции

◆ M()

uint64_t eosio_system::M ( const string &  eos_str)
inline

◆ proxy()

fc::mutable_variant_object eosio_system::proxy ( account_name  acct)
inline

◆ voter() [1/6]

fc::mutable_variant_object eosio_system::voter ( account_name  acct)
inline

◆ voter() [2/6]

fc::mutable_variant_object eosio_system::voter ( account_name  acct,
const asset &  vote_stake 
)
inline

◆ voter() [3/6]

fc::mutable_variant_object eosio_system::voter ( account_name  acct,
int64_t  vote_stake 
)
inline

◆ voter() [4/6]

fc::mutable_variant_object eosio_system::voter ( std::string_view  acct)
inline

◆ voter() [5/6]

fc::mutable_variant_object eosio_system::voter ( std::string_view  acct,
const asset &  vote_stake 
)
inline

◆ voter() [6/6]

fc::mutable_variant_object eosio_system::voter ( std::string_view  acct,
int64_t  vote_stake 
)
inline