Variable REWARDS_MANAGER_STRINGSConst

REWARDS_MANAGER_STRINGS: {
    admin: string;
    asset_id: string;
    contract_opt_in: string;
    contract_update_approval_hash: string;
    contract_update_clear_hash: string;
    contract_update_delay: string;
    contract_update_time: string;
    dao_address: string;
    dao_begin_next_epoch: string;
    emergency_dao_address: string;
    emitter_app_id: string;
    emitter_begin_next_epoch: string;
    epoch: string;
    epoch_amount: string;
    epoch_end: string;
    epoch_expiration_delay: string;
    epoch_rps: string;
    epoch_start: string;
    increase_contract_update_delay: string;
    next_epoch_votes_received: string;
    num_registered_contracts: string;
    reclaim_rewards: string;
    schedule_contract_update: string;
    set_emitter_app_id: string;
    set_epoch_expiration_delay: string;
    set_gov_token_id: string;
    set_voting_escrow_app_id: string;
    stage_contract_opt_in: string;
    staking_contract_to_opt_in: string;
    sync_staking_contract: string;
    sync_voter: string;
    update_dao_address: string;
    update_emergency_dao_address: string;
    user_epoch: string;
    user_opt_in: string;
    user_total_votes: string;
    user_votes_used: string;
    vote: string;
    votes_received: string;
    voting_escrow_app_id: string;
} = ...

Type declaration

  • admin: string
  • asset_id: string
  • contract_opt_in: string
  • contract_update_approval_hash: string
  • contract_update_clear_hash: string
  • contract_update_delay: string
  • contract_update_time: string
  • dao_address: string
  • dao_begin_next_epoch: string
  • emergency_dao_address: string
  • emitter_app_id: string
  • emitter_begin_next_epoch: string
  • epoch: string
  • epoch_amount: string
  • epoch_end: string
  • epoch_expiration_delay: string
  • epoch_rps: string
  • epoch_start: string
  • increase_contract_update_delay: string
  • next_epoch_votes_received: string
  • num_registered_contracts: string
  • reclaim_rewards: string
  • schedule_contract_update: string
  • set_emitter_app_id: string
  • set_epoch_expiration_delay: string
  • set_gov_token_id: string
  • set_voting_escrow_app_id: string
  • stage_contract_opt_in: string
  • staking_contract_to_opt_in: string
  • sync_staking_contract: string
  • sync_voter: string
  • update_dao_address: string
  • update_emergency_dao_address: string
  • user_epoch: string
  • user_opt_in: string
  • user_total_votes: string
  • user_votes_used: string
  • vote: string
  • votes_received: string
  • voting_escrow_app_id: string

Generated using TypeDoc