36 auto idx = user_wallets.get_index<
"byuserwallet"_n>();
static constexpr eosio::symbol _root_govern_symbol
Definition: consts.hpp:231
static constexpr eosio::name _ledger2
Definition: consts.hpp:180
Вспомогательные функции процедуры выхода пайщика из кооператива.
Definition: table_registrator_candidates.hpp:13
eosio::asset get_registration_pending_balance(eosio::name coopname, eosio::name username)
Баланс кандидата на суспенс-кошельке регистрационного взноса (w.reg.pend, счёт 76) из ledger2 L3 (use...
Definition: registration_migration.hpp:34
static constexpr eosio::name REGISTRATION_PENDING
Регистрационный взнос в ожидании решения совета (суспенс счёта 76, USER_SHARED, без сверки соглашений...
Definition: wallets.hpp:56
eosio::multi_index< "userwallets"_n, userwallet, eosio::indexed_by<"byuserwallet"_n, eosio::const_mem_fun< userwallet, uint128_t, &userwallet::by_userwallet > >, eosio::indexed_by<"byuser"_n, eosio::const_mem_fun< userwallet, uint64_t, &userwallet::by_user > >, eosio::indexed_by<"bywallet"_n, eosio::const_mem_fun< userwallet, uint64_t, &userwallet::by_wallet > > > userwallets_index
Definition: table_ledger2_userwallets.hpp:46
static uint128_t combine_ids(const uint64_t &x, const uint64_t &y)
Definition: utils.hpp:7