@algofi/v0
Version:
The official JavaScript SDK for Algofi
118 lines (117 loc) • 3.9 kB
TypeScript
export declare const marketStrings: {
__module__: string;
admin: string;
active_collateral: string;
activate_market: string;
asset_id: string;
bank_asset_id: string;
bank_circulation: string;
bank_to_underlying_exchange: string;
borrow_index: string;
base_interest_rate: string;
contract_update_time: string;
collateral_factor: string;
implied_borrow_index: string;
is_active: string;
is_disabled_supply: string;
is_disabled_borrow: string;
is_final_params: string;
is_final_contract: string;
latest_time: string;
liquidation_incentive: string;
manager_id: string;
manager_market_counter_var: string;
market_activation_time: string;
market_supply_cap_in_dollars: string;
market_borrow_cap_in_dollars: string;
outstanding_borrow_shares: string;
oracle_app_id: string;
oracle_price_field: string;
oracle_price_scale_factor: string;
reserve_factor: string;
new_collateral_factor: string;
new_liquidation_incentive: string;
new_reserve_factor: string;
new_utilization_optimal: string;
new_base_interest_rate: string;
new_slope_1: string;
new_slope_2: string;
new_oracle_app_id: string;
new_oracle_price_field: string;
new_oracle_price_scale_factor: string;
new_market_supply_cap_in_dollars: string;
new_market_borrow_cap_in_dollars: string;
param_update_time: string;
remove_reserves: string;
schedule_contract_update: string;
schedule_market_params_update: string;
set_market_params: string;
set_is_final_params: string;
set_is_final_contract: string;
set_is_disabled_supply: string;
set_is_enabled_supply: string;
set_is_disabled_borrow: string;
set_is_enabled_borrow: string;
slope_1: string;
slope_2: string;
total_borrow_interest_rate: string;
transfer_admin: string;
underlying_cash: string;
underlying_borrowed: string;
underlying_reserves: string;
utilization_optimal: string;
variable_interest_rate: string;
update_market_params: string;
user_active_collateral: string;
user_borrow_shares: string;
};
export declare const managerStrings: {
__module__: string;
add_collateral: string;
admin: string;
borrow: string;
burn: string;
contract_update_time: string;
counter_indexed_rewards_coefficient: string;
claim_rewards: string;
disable_rewards_program: string;
fetch_market_variables: string;
is_finalized: string;
latest_rewards_time: string;
liquidate: string;
mint: string;
mint_to_collateral: string;
n_rewards_programs: string;
opt_into_asset: string;
rewards_amount: string;
rewards_asset_id: string;
rewards_bitmap: string;
rewards_distributions_by_market: string;
rewards_per_second: string;
rewards_secondary_asset_id: string;
rewards_secondary_ratio: string;
rewards_start_time: string;
supported_market_count: string;
price_string: string;
remove_collateral: string;
remove_collateral_underlying: string;
repay_borrow: string;
schedule_contract_update: string;
storage_opt_in: string;
set_is_final: string;
set_rewards_program: string;
set_supported_market_count: string;
transfer_admin: string;
update_prices: string;
update_protocol_data: string;
update_rewards_program: string;
user_global_max_borrow_in_dollars: string;
user_global_borrowed_in_dollars: string;
user_address: string;
user_storage_address: string;
user_rewards_latest_time: string;
user_rewards_program_number: string;
user_pending_rewards: string;
user_secondary_pending_rewards: string;
counter_to_user_rewards_coefficient_initial: string;
};