Variable MARKET_STRINGSConst

MARKET_STRINGS: {
    active_b_asset_collateral: string;
    add_b_asset_collateral: string;
    add_underlying_collateral: string;
    b_asset_circulation: string;
    b_asset_id: string;
    base_interest_rate: string;
    base_interest_slope: string;
    borrow: string;
    borrow_factor: string;
    borrow_index: string;
    borrow_share_circulation: string;
    burn_b_asset: string;
    claim_rewards: string;
    collateral_factor: string;
    farm_ops: string;
    flash_loan: string;
    flash_loan_fee: string;
    flash_loan_protocol_fee: string;
    implied_borrow_index: string;
    latest_time: string;
    liquidate: string;
    liquidation_fee: string;
    liquidation_incentive: string;
    market_type: string;
    max_flash_loan_ratio: string;
    mint_b_asset: string;
    opt_in_enabled: string;
    oracle_app_id: string;
    oracle_price_field_name: string;
    oracle_price_scale_factor: string;
    quadratic_interest_amplification_factor: string;
    remove_b_asset_collateral: string;
    remove_underlying_collateral: string;
    repay_borrow: string;
    reserve_factor: string;
    rewards_admin_prefix: string;
    rewards_escrow_account: string;
    rewards_index_prefix: string;
    rewards_latest_time: string;
    rewards_program_state_prefix: string;
    seize_collateral: string;
    sync_vault: string;
    target_utilization_ratio: string;
    underlying_asset_id: string;
    underlying_borrow_cap: string;
    underlying_borrowed: string;
    underlying_cash: string;
    underlying_protocol_reserve: string;
    underlying_reserves: string;
    underlying_supply_cap: string;
    user_active_b_asset_collateral: string;
    user_borrow_shares: string;
    user_latest_rewards_index_prefix: string;
    user_rewards_program_number_prefix: string;
    user_unclaimed_rewards_prefix: string;
} = ...

Type declaration

  • active_b_asset_collateral: string
  • add_b_asset_collateral: string
  • add_underlying_collateral: string
  • b_asset_circulation: string
  • b_asset_id: string
  • base_interest_rate: string
  • base_interest_slope: string
  • borrow: string
  • borrow_factor: string
  • borrow_index: string
  • borrow_share_circulation: string
  • burn_b_asset: string
  • claim_rewards: string
  • collateral_factor: string
  • farm_ops: string
  • flash_loan: string
  • flash_loan_fee: string
  • flash_loan_protocol_fee: string
  • implied_borrow_index: string
  • latest_time: string
  • liquidate: string
  • liquidation_fee: string
  • liquidation_incentive: string
  • market_type: string
  • max_flash_loan_ratio: string
  • mint_b_asset: string
  • opt_in_enabled: string
  • oracle_app_id: string
  • oracle_price_field_name: string
  • oracle_price_scale_factor: string
  • quadratic_interest_amplification_factor: string
  • remove_b_asset_collateral: string
  • remove_underlying_collateral: string
  • repay_borrow: string
  • reserve_factor: string
  • rewards_admin_prefix: string
  • rewards_escrow_account: string
  • rewards_index_prefix: string
  • rewards_latest_time: string
  • rewards_program_state_prefix: string
  • seize_collateral: string
  • sync_vault: string
  • target_utilization_ratio: string
  • underlying_asset_id: string
  • underlying_borrow_cap: string
  • underlying_borrowed: string
  • underlying_cash: string
  • underlying_protocol_reserve: string
  • underlying_reserves: string
  • underlying_supply_cap: string
  • user_active_b_asset_collateral: string
  • user_borrow_shares: string
  • user_latest_rewards_index_prefix: string
  • user_rewards_program_number_prefix: string
  • user_unclaimed_rewards_prefix: string

Generated using TypeDoc