|
| static constexpr eosio::name | _regaccount_action = "joincoop"_n |
| |
| static constexpr eosio::name | _deposit_action = "deposit"_n |
| |
| static constexpr eosio::name | _withdraw_action = "withdraw"_n |
| |
| static constexpr eosio::name | _afund_withdraw_action = "subaccum"_n |
| |
| static constexpr eosio::name | _efund_withdraw_action = "subexp"_n |
| |
| static constexpr eosio::name | _free_decision_action = "freedecision"_n |
| |
| static constexpr eosio::name | _change_action = "change"_n |
| |
| static constexpr eosio::name | _product_contribution_action = "productcntr"_n |
| |
| static constexpr eosio::name | _product_return_action = "productrtrn"_n |
| |
| static constexpr eosio::name | _marketplace_writeoff_action = "mktwroff"_n |
| | Списание скоропорта по решению совета (p.mkt.wroff) Подробнее...
|
| |
| static constexpr eosio::name | _branch_aid_action = "brnaid"_n |
| | Материальная помощь доверенному КУ по решению совета (p.brn.aid) Подробнее...
|
| |
| static constexpr eosio::name | _result_action = "result"_n |
| |
| static constexpr eosio::name | _wallet_program = "wallet"_n |
| | Главный Кошелёк Подробнее...
|
| |
| static constexpr eosio::name | _marketplace_program = "marketplace"_n |
| | Кошелёк программы "Маркетплейс". Подробнее...
|
| |
| static constexpr eosio::name | _source_program = "generator"_n |
| | Кошелёк для генерации по договору УХД Подробнее...
|
| |
| static constexpr eosio::name | _capital_program = "capital"_n |
| | Кошелёк программы "Благорост". Подробнее...
|
| |
| static const std::set< eosio::name > | soviet_actions |
| |
| static constexpr uint64_t | _wallet_program_id = 1 |
| |
| static constexpr uint64_t | _marketplace_program_id = 2 |
| |
| static constexpr uint64_t | _source_program_id = 3 |
| |
| static constexpr uint64_t | _capital_program_id = 4 |
| |
|
| static constexpr eosio::name | _provider = "voskhod"_n |
| |
| static constexpr eosio::name | _provider_chairman = "ant"_n |
| |
| static constexpr eosio::name | _capital = "capital"_n |
| |
| static constexpr eosio::name | _ano = "ano"_n |
| |
| static constexpr eosio::name | _gateway = "gateway"_n |
| |
| static constexpr eosio::name | _wallet = "wallet"_n |
| |
| static constexpr eosio::name | _draft = "draft"_n |
| |
| static constexpr eosio::name | _marketplace = "marketplace"_n |
| |
| static constexpr eosio::name | _soviet = "soviet"_n |
| |
| static constexpr eosio::name | _registrator = "registrator"_n |
| |
| static constexpr eosio::name | _system = "eosio"_n |
| |
| static constexpr eosio::name | _fund = "fund"_n |
| |
| static constexpr eosio::name | _branch = "branch"_n |
| |
| static constexpr eosio::name | _loan = "loan"_n |
| |
| static constexpr eosio::name | _meet = "meet"_n |
| |
| static constexpr eosio::name | _ledger = "ledger"_n |
| |
| static constexpr eosio::name | _ledger2 = "ledger2"_n |
| |
| static constexpr eosio::name | _apps = "apps"_n |
| |
| static constexpr eosio::name | _expense = "expense"_n |
| |
| static constexpr eosio::name | _power_account = "eosio.power"_n |
| |
| static constexpr eosio::name | _saving_account = "eosio.saving"_n |
| |
| static std::vector< name > | contracts_whitelist |
| |
| static std::vector< name > | token_whitelist |
| |
| static constexpr eosio::symbol | _root_symbol = eosio::symbol(eosio::symbol_code("AXON"), 4) |
| |
| static constexpr eosio::symbol | _root_govern_symbol = eosio::symbol(eosio::symbol_code("RUB"), 4) |
| |
| static constexpr eosio::symbol | _unit_kg = eosio::symbol(eosio::symbol_code("KG"), 3) |
| |
| static constexpr eosio::symbol | _unit_liter = eosio::symbol(eosio::symbol_code("LTR"), 3) |
| |
| static constexpr eosio::symbol | _unit_piece = eosio::symbol(eosio::symbol_code("PCS"), 0) |
| |
| static const eosio::asset | _provider_initial = eosio::asset(1000000, _root_govern_symbol) |
| |
| static const eosio::asset | _provider_minimum = eosio::asset(3000000, _root_govern_symbol) |
| |
| static const eosio::asset | _provider_org_initial = eosio::asset(10000000, _root_govern_symbol) |
| |
| static const eosio::asset | _provider_org_minimum = eosio::asset(30000000, _root_govern_symbol) |
| |
| static constexpr eosio::name | _root_contract = "eosio.token"_n |
| |
| static constexpr eosio::symbol | RAM_symbol {"RAM", 0} |
| |
| static constexpr eosio::symbol | _ramcore_symbol = eosio::symbol(eosio::symbol_code("RAMCORE"),4) |
| |
| static constexpr uint64_t | _ram_price_per_byte = 1 |
| |
| static constexpr uint64_t | _register_amount = 10000 |
| |
| static constexpr uint64_t | _signature_expiration = 86400 * 365 * 2 |
| |
| static constexpr uint64_t | _auction_name_length_limit = 12 |
| |
| static constexpr uint64_t | _deposit_expiration_seconds = 3600 |
| |
| static constexpr uint64_t | _decision_expiration = 30 * 86400 |
| |
| static constexpr uint64_t | _producers_percent = 900000 |
| |
| static constexpr uint64_t | _fund_percent = 100000 |
| |
| static constexpr uint64_t | MIN_SOVIET_MEMBERS_COUNT = 3 |
| |
| static constexpr bool | ENFORCE_SINGLE_BRANCH_TRUSTEE = true |
| |