Variable ADMIN_STRINGSConst

ADMIN_STRINGS: {
    admin: string;
    cancel_proposal: string;
    canceled_by_emergency_dao: string;
    close_out_from_proposal: string;
    contract_update_approval_hash: string;
    contract_update_clear_hash: string;
    contract_update_delay: string;
    contract_update_time: string;
    delegate: string;
    delegated_vote: string;
    delegating_to: string;
    delegator_count: string;
    emergency_dao_address: string;
    emergency_multisig: string;
    execute: string;
    executed: string;
    execution_time: string;
    fast_track_proposal: string;
    increase_contract_update_delay: string;
    num_proposals_opted_into: string;
    open_to_delegation: string;
    proposal_app_id: string;
    proposal_contract_opt_in: string;
    proposal_duration: string;
    proposal_execution_delay: string;
    proposal_factory_address: string;
    quorum_value: string;
    schedule_contract_update: string;
    set_executed: string;
    set_not_open_to_delegation: string;
    set_open_to_delegation: string;
    set_proposal_duration: string;
    set_proposal_execution_delay: string;
    set_proposal_factory_address: string;
    set_quorum_value: string;
    set_super_majority: string;
    set_voting_escrow_app_id: string;
    storage_account: string;
    storage_account_close_out: string;
    storage_account_opt_in: string;
    super_majority: string;
    undelegate: string;
    update_user_vebank: string;
    user_account: string;
    user_close_out: string;
    user_opt_in: string;
    validate: string;
    vebank: string;
    vote: string;
    vote_close_time: string;
    votes_against: string;
    votes_for: string;
    voting_escrow_app_id: string;
} = ...

Type declaration

  • admin: string
  • cancel_proposal: string
  • canceled_by_emergency_dao: string
  • close_out_from_proposal: string
  • contract_update_approval_hash: string
  • contract_update_clear_hash: string
  • contract_update_delay: string
  • contract_update_time: string
  • delegate: string
  • delegated_vote: string
  • delegating_to: string
  • delegator_count: string
  • emergency_dao_address: string
  • emergency_multisig: string
  • execute: string
  • executed: string
  • execution_time: string
  • fast_track_proposal: string
  • increase_contract_update_delay: string
  • num_proposals_opted_into: string
  • open_to_delegation: string
  • proposal_app_id: string
  • proposal_contract_opt_in: string
  • proposal_duration: string
  • proposal_execution_delay: string
  • proposal_factory_address: string
  • quorum_value: string
  • schedule_contract_update: string
  • set_executed: string
  • set_not_open_to_delegation: string
  • set_open_to_delegation: string
  • set_proposal_duration: string
  • set_proposal_execution_delay: string
  • set_proposal_factory_address: string
  • set_quorum_value: string
  • set_super_majority: string
  • set_voting_escrow_app_id: string
  • storage_account: string
  • storage_account_close_out: string
  • storage_account_opt_in: string
  • super_majority: string
  • undelegate: string
  • update_user_vebank: string
  • user_account: string
  • user_close_out: string
  • user_opt_in: string
  • validate: string
  • vebank: string
  • vote: string
  • vote_close_time: string
  • votes_against: string
  • votes_for: string
  • voting_escrow_app_id: string

Generated using TypeDoc