lending_pool_interface_config

class algofipy.interfaces.lending_pool_interface_config.LENDING_POOL_INTERFACE_STRINGS

Bases: object

asset1_id = 'asset1_id'
asset2_id = 'asset2_id'
b_asset1_id = 'b_asset1_id'
b_asset2_id = 'b_asset2_id'
burn_step_1 = 'burn_step_1'
burn_step_2 = 'burn_step_2'
burn_step_3 = 'burn_step_3'
burn_step_4 = 'burn_step_4'
lending_manager_app_id = 'lending_manager_app_id'
lp_asset_id = 'lp_asset_id'
lp_market_app_id = 'lp_market_app_id'
market1_app_id = 'market1_app_id'
market2_app_id = 'market2_app_id'
op_farm_app_id = 'op_farm_app_id'
pool_app_id = 'pool_app_id'
pool_manager_app_id = 'pool_manager_app_id'
pool_step_1 = 'pool_step_1'
pool_step_2 = 'pool_step_2'
pool_step_3 = 'pool_step_3'
pool_step_4 = 'pool_step_4'
pool_step_5 = 'pool_step_5'
pool_step_6 = 'pool_step_6'
pool_step_7 = 'pool_step_7'
swap_exact_for = 'swap_exact_for'
swap_for_exact = 'swap_for_exact'
swap_step_1 = 'swap_step_1'
swap_step_2 = 'swap_step_2'
swap_step_3 = 'swap_step_3'
swap_step_4 = 'swap_step_4'
swap_step_5 = 'swap_step_5'
class algofipy.interfaces.lending_pool_interface_config.LendingPoolInterfaceConfig(app_id, asset1_id, asset2_id, lp_asset_id, market1_app_id, market2_app_id, lp_market_app_id, pool_app_id, pool_type, op_farm_app_id)

Bases: object