compass_api_sdk 0.9.35__py3-none-any.whl → 2.0.21rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- compass_api_sdk/_hooks/sdkhooks.py +4 -4
- compass_api_sdk/_hooks/types.py +1 -2
- compass_api_sdk/_version.py +3 -3
- compass_api_sdk/aave_v3.py +971 -728
- compass_api_sdk/aerodrome_slipstream.py +367 -390
- compass_api_sdk/basesdk.py +21 -5
- compass_api_sdk/bridge.py +536 -0
- compass_api_sdk/earn.py +1780 -0
- compass_api_sdk/erc_4626_vaults.py +127 -154
- compass_api_sdk/errors/__init__.py +38 -4
- compass_api_sdk/errors/apierror.py +32 -14
- compass_api_sdk/errors/compassapierror.py +30 -0
- compass_api_sdk/errors/httpvalidationerror.py +15 -8
- compass_api_sdk/errors/mintpreparenotfoundresponse_error.py +49 -0
- compass_api_sdk/errors/no_response_error.py +17 -0
- compass_api_sdk/errors/responsevalidationerror.py +27 -0
- compass_api_sdk/{token_sdk.py → ethena.py} +318 -293
- compass_api_sdk/gas_sponsorship.py +446 -0
- compass_api_sdk/httpclient.py +0 -1
- compass_api_sdk/models/__init__.py +1701 -945
- compass_api_sdk/models/aaveborrowparams.py +4 -13
- compass_api_sdk/models/aaveborrowrequest.py +19 -19
- compass_api_sdk/models/aavehistoricaltransactionsresponse.py +8 -8
- compass_api_sdk/models/aavelooprequest.py +88 -36
- compass_api_sdk/models/aaveposition.py +49 -0
- compass_api_sdk/models/aaverepayparams.py +4 -13
- compass_api_sdk/models/aaverepayrequest.py +19 -19
- compass_api_sdk/models/aavereserveoverviewresponse.py +34 -3
- compass_api_sdk/models/aavesetuseremodeparams.py +28 -0
- compass_api_sdk/models/aavesetuseremoderequest.py +48 -0
- compass_api_sdk/models/aavesupplyparams.py +4 -13
- compass_api_sdk/models/aavesupplyrequest.py +19 -19
- compass_api_sdk/models/aavesupportedtokenmetadata.py +30 -0
- compass_api_sdk/models/aavesupportedtokensresponse.py +20 -0
- compass_api_sdk/models/aavevenue.py +27 -0
- compass_api_sdk/models/aavewithdrawparams.py +4 -13
- compass_api_sdk/models/aavewithdrawrequest.py +19 -19
- compass_api_sdk/models/aerodromeenrichedposition.py +109 -0
- compass_api_sdk/models/aerodromelppositionsresponse.py +10 -7
- compass_api_sdk/models/aerodromeslipstreambuyexactlyparams.py +8 -25
- compass_api_sdk/models/aerodromeslipstreambuyexactlyrequest.py +21 -31
- compass_api_sdk/models/aerodromeslipstreamincreaseliquidityprovisionrequest.py +13 -6
- compass_api_sdk/models/aerodromeslipstreammintliquidityprovisionparams.py +8 -25
- compass_api_sdk/models/aerodromeslipstreammintliquidityprovisionrequest.py +21 -31
- compass_api_sdk/models/aerodromeslipstreampoolpriceresponse.py +8 -25
- compass_api_sdk/models/aerodromeslipstreamsellexactlyparams.py +8 -25
- compass_api_sdk/models/aerodromeslipstreamsellexactlyrequest.py +20 -30
- compass_api_sdk/models/aerodromeslipstreamwithdrawliquidityprovisionrequest.py +13 -6
- compass_api_sdk/models/approvetransferrequest.py +32 -0
- compass_api_sdk/models/{curator.py → approvetransferresponse.py} +12 -13
- compass_api_sdk/models/apy.py +3 -0
- compass_api_sdk/models/batchedsafeoperationsresponse_input.py +52 -0
- compass_api_sdk/models/batchedsafeoperationsresponse_output.py +52 -0
- compass_api_sdk/models/batcheduseroperationsrequest.py +24 -9
- compass_api_sdk/models/bundlertransactionresponse.py +17 -0
- compass_api_sdk/models/chain.py +3 -3
- compass_api_sdk/models/chainmarketinfo.py +29 -0
- compass_api_sdk/models/{compass_api_backend_models_generic_read_response_portfolio_tokenbalance.py → compass_api_backend_v1_models_generic_read_response_portfolio_tokenbalance.py} +6 -15
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_check_user_position_apydata.py → compass_api_backend_v1_models_morpho_read_response_check_user_position_apydata.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_check_user_position_asset.py → compass_api_backend_v1_models_morpho_read_response_check_user_position_asset.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_check_user_position_marketstate.py → compass_api_backend_v1_models_morpho_read_response_check_user_position_marketstate.py} +4 -2
- compass_api_sdk/models/compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultposition.py +30 -0
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_check_user_position_vaultstate.py → compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultstate.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_market_apydata.py → compass_api_backend_v1_models_morpho_read_response_get_market_apydata.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_vault_asset.py → compass_api_backend_v1_models_morpho_read_response_get_market_asset.py} +5 -5
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_market_marketstate.py → compass_api_backend_v1_models_morpho_read_response_get_market_marketstate.py} +4 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_markets_asset.py → compass_api_backend_v1_models_morpho_read_response_get_markets_asset.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_markets_marketstate.py → compass_api_backend_v1_models_morpho_read_response_get_markets_marketstate.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_vaults_asset.py → compass_api_backend_v1_models_morpho_read_response_get_vaults_asset.py} +2 -2
- compass_api_sdk/models/compass_api_backend_v1_models_morpho_read_response_get_vaults_vaultstate.py +73 -0
- compass_api_sdk/models/compass_api_backend_v1_models_pendle_read_response_market_userposition.py +82 -0
- compass_api_sdk/models/{compass_api_backend_models_pendle_read_response_positions_tokenbalance.py → compass_api_backend_v1_models_pendle_read_response_positions_tokenbalance.py} +2 -2
- compass_api_sdk/models/compass_api_backend_v1_models_vaults_read_response_vault_userposition.py +20 -0
- compass_api_sdk/models/compass_api_backend_v1_models_wildcat_read_response_market_userposition.py +22 -0
- compass_api_sdk/models/compass_api_backend_v2_models_earn_read_response_positions_vaultposition.py +49 -0
- compass_api_sdk/models/compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712domain.py +36 -0
- compass_api_sdk/models/compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712types.py +36 -0
- compass_api_sdk/models/compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712domain.py +37 -0
- compass_api_sdk/models/compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712types.py +32 -0
- compass_api_sdk/models/compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712domain.py +29 -0
- compass_api_sdk/models/compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712types.py +34 -0
- compass_api_sdk/models/cooldownposition.py +35 -0
- compass_api_sdk/models/createaccountrequest.py +40 -0
- compass_api_sdk/models/createaccountresponse.py +56 -0
- compass_api_sdk/models/depositforburnrequest.py +77 -0
- compass_api_sdk/models/depositforburnresponse.py +100 -0
- compass_api_sdk/models/details.py +44 -7
- compass_api_sdk/models/earnmanageparams.py +74 -0
- compass_api_sdk/models/earnmanagerequest.py +130 -0
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_market_asset.py → earnmanageresponse.py} +13 -21
- compass_api_sdk/models/earnpositionsresponse.py +39 -0
- compass_api_sdk/models/earnswapparams.py +74 -0
- compass_api_sdk/models/earnswaprequest.py +90 -0
- compass_api_sdk/models/earnswapresponse.py +55 -0
- compass_api_sdk/models/earntransferrequest.py +104 -0
- compass_api_sdk/models/earntransferresponse.py +71 -0
- compass_api_sdk/models/eip712domainfield.py +20 -0
- compass_api_sdk/models/eip712field.py +20 -0
- compass_api_sdk/models/ethenadepositparams.py +82 -0
- compass_api_sdk/models/ethenadepositrequest.py +100 -0
- compass_api_sdk/models/ethenagetvaultresponse.py +109 -0
- compass_api_sdk/models/ethenarequesttowithdrawparams.py +28 -0
- compass_api_sdk/models/ethenarequesttowithdrawrequest.py +46 -0
- compass_api_sdk/models/ethenarequesttowithdrawtransactionresponse.py +37 -0
- compass_api_sdk/models/ethenaunstakeparams.py +65 -0
- compass_api_sdk/models/ethenaunstakerequest.py +83 -0
- compass_api_sdk/models/fee.py +42 -0
- compass_api_sdk/models/listaavemarketsresponse.py +21 -0
- compass_api_sdk/models/marketposition.py +5 -5
- compass_api_sdk/models/maxsupplyapyinfo.py +34 -0
- compass_api_sdk/models/mintpreparecompletedresponse.py +46 -0
- compass_api_sdk/models/mintpreparependingresponse.py +65 -0
- compass_api_sdk/models/mintpreparereadyresponse.py +43 -0
- compass_api_sdk/models/mintpreparerequest.py +25 -0
- compass_api_sdk/models/morphoborrowrequest.py +9 -3
- compass_api_sdk/models/morphocheckuserpositionresponse.py +9 -3
- compass_api_sdk/models/morphodepositrequest.py +9 -3
- compass_api_sdk/models/morphogetmarketresponse.py +72 -31
- compass_api_sdk/models/morphomarket.py +26 -20
- compass_api_sdk/models/morphorepayrequest.py +14 -3
- compass_api_sdk/models/morphosupplycollateralrequest.py +14 -3
- compass_api_sdk/models/morphovault.py +10 -10
- compass_api_sdk/models/morphowithdrawcollateralrequest.py +9 -3
- compass_api_sdk/models/morphowithdrawrequest.py +9 -3
- compass_api_sdk/models/movement10percent.py +65 -10
- compass_api_sdk/models/multicallauthorizationrequest.py +9 -9
- compass_api_sdk/models/multicallexecuterequest.py +59 -11
- compass_api_sdk/models/odosswapparams.py +52 -0
- compass_api_sdk/models/odosswaprequest.py +72 -0
- compass_api_sdk/models/odostransactionresponse.py +37 -0
- compass_api_sdk/models/oneinchswapparams.py +59 -0
- compass_api_sdk/models/openposition.py +7 -7
- compass_api_sdk/models/operationtype.py +11 -0
- compass_api_sdk/models/pendlegetmarketresponse.py +52 -2
- compass_api_sdk/models/pendlemanageliquidityparams.py +68 -0
- compass_api_sdk/models/pendlemanageliquidityrequest.py +87 -0
- compass_api_sdk/models/pendleredeemyieldrequest.py +15 -6
- compass_api_sdk/models/pendletradeptparams.py +68 -0
- compass_api_sdk/models/pendletradeptrequest.py +87 -0
- compass_api_sdk/models/pendletradeytparams.py +68 -0
- compass_api_sdk/models/pendletradeytrequest.py +87 -0
- compass_api_sdk/models/pendletxresponse.py +36 -0
- compass_api_sdk/models/permit2typeddata_input.py +46 -0
- compass_api_sdk/models/permit2typeddata_output.py +46 -0
- compass_api_sdk/models/permitfield.py +20 -0
- compass_api_sdk/models/permitmessage.py +39 -0
- compass_api_sdk/models/permittransferfrommessage.py +29 -0
- compass_api_sdk/models/permittypeddataresponse_input.py +50 -0
- compass_api_sdk/models/permittypeddataresponse_output.py +50 -0
- compass_api_sdk/models/portfolio.py +5 -5
- compass_api_sdk/models/protocol.py +13 -0
- compass_api_sdk/models/reserve.py +6 -15
- compass_api_sdk/models/safetransactionparams.py +78 -0
- compass_api_sdk/models/safetransactionresponse.py +28 -0
- compass_api_sdk/models/safetxfield.py +20 -0
- compass_api_sdk/models/safetxmessage.py +66 -0
- compass_api_sdk/models/setallowanceparams.py +5 -16
- compass_api_sdk/models/setallowancerequest.py +19 -22
- compass_api_sdk/models/skybuyrequest.py +12 -9
- compass_api_sdk/models/skydepositrequest.py +13 -9
- compass_api_sdk/models/skysellrequest.py +12 -9
- compass_api_sdk/models/skywithdrawrequest.py +13 -9
- compass_api_sdk/models/sponsorgasrequest.py +71 -0
- compass_api_sdk/models/sponsorgasresponse.py +14 -0
- compass_api_sdk/models/supportedchaininfo.py +19 -0
- compass_api_sdk/models/tokenbalanceresponse.py +5 -15
- compass_api_sdk/models/tokenconfig.py +30 -0
- compass_api_sdk/models/tokenlistresponse.py +21 -0
- compass_api_sdk/models/tokenmarketdata.py +27 -0
- compass_api_sdk/models/tokenpermissions.py +20 -0
- compass_api_sdk/models/tokentransferparams.py +54 -0
- compass_api_sdk/models/tokentransferrequest.py +23 -27
- compass_api_sdk/models/transactionresponse.py +31 -0
- compass_api_sdk/models/{compass_api_backend_models_vaults_read_response_vault_asset.py → underlyingtoken.py} +2 -2
- compass_api_sdk/models/uniswapbuyexactlyparams.py +19 -41
- compass_api_sdk/models/uniswapbuyexactlyrequest.py +31 -44
- compass_api_sdk/models/uniswapbuyexactlytransactionresponse.py +37 -0
- compass_api_sdk/models/uniswapincreaseliquidityprovisionrequest.py +15 -6
- compass_api_sdk/models/uniswapmintliquidityprovisionparams.py +8 -25
- compass_api_sdk/models/uniswapmintliquidityprovisionrequest.py +23 -31
- compass_api_sdk/models/uniswappoolpriceresponse.py +8 -25
- compass_api_sdk/models/uniswappositionssolidityresponse.py +42 -2
- compass_api_sdk/models/uniswapsellexactlyparams.py +19 -41
- compass_api_sdk/models/uniswapsellexactlyrequest.py +31 -44
- compass_api_sdk/models/uniswapsellexactlytransactionresponse.py +37 -0
- compass_api_sdk/models/uniswapwithdrawliquidityprovisionrequest.py +15 -6
- compass_api_sdk/models/unsignedmulticalltransaction.py +44 -13
- compass_api_sdk/models/unsignedtransaction.py +44 -13
- compass_api_sdk/models/unwrapwethrequest.py +15 -6
- compass_api_sdk/models/useroperation.py +61 -49
- compass_api_sdk/models/useroperationresponse.py +2 -2
- compass_api_sdk/models/userstate.py +3 -3
- compass_api_sdk/models/v1_aave_aave_supported_tokensop.py +69 -0
- compass_api_sdk/models/v1_aave_avg_rateop.py +83 -0
- compass_api_sdk/models/{aave_historical_transactionsop.py → v1_aave_historical_transactionsop.py} +21 -25
- compass_api_sdk/models/v1_aave_liquidity_changeop.py +45 -0
- compass_api_sdk/models/{pendle_marketop.py → v1_aave_rateop.py} +16 -20
- compass_api_sdk/models/v1_aave_reserve_overviewop.py +76 -0
- compass_api_sdk/models/v1_aave_std_rateop.py +83 -0
- compass_api_sdk/models/v1_aave_token_priceop.py +76 -0
- compass_api_sdk/models/v1_aave_user_position_per_tokenop.py +83 -0
- compass_api_sdk/models/{aave_user_position_summaryop.py → v1_aave_user_position_summaryop.py} +16 -20
- compass_api_sdk/models/v1_aerodrome_slipstream_liquidity_provision_positionsop.py +76 -0
- compass_api_sdk/models/v1_aerodrome_slipstream_pool_priceop.py +45 -0
- compass_api_sdk/models/v1_ethena_vaultop.py +75 -0
- compass_api_sdk/models/{generic_allowanceop.py → v1_generic_allowanceop.py} +28 -41
- compass_api_sdk/models/{generic_ensop.py → v1_generic_ensop.py} +8 -14
- compass_api_sdk/models/{generic_portfolioop.py → v1_generic_portfolioop.py} +10 -14
- compass_api_sdk/models/v1_generic_supported_chainsop.py +57 -0
- compass_api_sdk/models/{morpho_market_positionop.py → v1_morpho_market_positionop.py} +11 -10
- compass_api_sdk/models/{morpho_marketop.py → v1_morpho_marketop.py} +10 -9
- compass_api_sdk/models/{morpho_marketsop.py → v1_morpho_marketsop.py} +13 -12
- compass_api_sdk/models/{morpho_user_positionop.py → v1_morpho_user_positionop.py} +10 -9
- compass_api_sdk/models/{vaults_vaultop.py → v1_morpho_vaultop.py} +16 -20
- compass_api_sdk/models/{morpho_vaultsop.py → v1_morpho_vaultsop.py} +11 -10
- compass_api_sdk/models/{pendle_positionop.py → v1_pendle_marketop.py} +24 -27
- compass_api_sdk/models/v1_pendle_marketsop.py +24 -0
- compass_api_sdk/models/{pendle_positionsop.py → v1_pendle_positionsop.py} +10 -14
- compass_api_sdk/models/v1_sky_positionop.py +29 -0
- compass_api_sdk/models/v1_token_balanceop.py +38 -0
- compass_api_sdk/models/v1_token_listop.py +24 -0
- compass_api_sdk/models/v1_token_priceop.py +76 -0
- compass_api_sdk/models/v1_transaction_bundler_aave_loopop.py +27 -0
- compass_api_sdk/models/{uniswap_liquidity_provision_in_rangeop.py → v1_uniswap_liquidity_provision_in_rangeop.py} +10 -14
- compass_api_sdk/models/{uniswap_liquidity_provision_positionsop.py → v1_uniswap_liquidity_provision_positionsop.py} +10 -14
- compass_api_sdk/models/v1_uniswap_pool_priceop.py +58 -0
- compass_api_sdk/models/v1_uniswap_quote_buy_exactlyop.py +79 -0
- compass_api_sdk/models/v1_uniswap_quote_sell_exactlyop.py +79 -0
- compass_api_sdk/models/v1_vaults_vaultop.py +84 -0
- compass_api_sdk/models/v1_wildcat_marketop.py +82 -0
- compass_api_sdk/models/v2_cctp_mintop.py +47 -0
- compass_api_sdk/models/v2_earn_aave_marketsop.py +57 -0
- compass_api_sdk/models/v2_earn_positionsop.py +56 -0
- compass_api_sdk/models/v2_earn_vaultsop.py +105 -0
- compass_api_sdk/models/v2bundlerequest.py +33 -0
- compass_api_sdk/models/v2bundleresponse.py +67 -0
- compass_api_sdk/models/v2useroperation.py +37 -0
- compass_api_sdk/models/vault.py +14 -14
- compass_api_sdk/models/vaultdepositparams.py +85 -0
- compass_api_sdk/models/vaultdepositrequest.py +15 -6
- compass_api_sdk/models/vaultgetvaultresponse.py +21 -11
- compass_api_sdk/models/vaultinfo.py +129 -0
- compass_api_sdk/models/vaultsresponse.py +30 -0
- compass_api_sdk/models/vaultvenue.py +27 -0
- compass_api_sdk/models/vaultwithdrawparams.py +75 -0
- compass_api_sdk/models/vaultwithdrawrequest.py +15 -6
- compass_api_sdk/models/wildcatgetmarketresponse.py +151 -0
- compass_api_sdk/models/{redeemunderlying.py → withdraw.py} +2 -2
- compass_api_sdk/models/wrapethrequest.py +15 -6
- compass_api_sdk/morpho.py +481 -816
- compass_api_sdk/pendle.py +495 -1384
- compass_api_sdk/sdk.py +39 -13
- compass_api_sdk/sky.py +275 -240
- compass_api_sdk/smart_account.py +37 -50
- compass_api_sdk/swap.py +248 -0
- compass_api_sdk/token.py +1192 -0
- compass_api_sdk/transaction_bundler.py +151 -184
- compass_api_sdk/uniswap_v3.py +531 -620
- compass_api_sdk/universal.py +181 -932
- compass_api_sdk/utils/__init__.py +18 -5
- compass_api_sdk/utils/annotations.py +32 -8
- compass_api_sdk/utils/eventstreaming.py +10 -0
- compass_api_sdk/utils/forms.py +21 -10
- compass_api_sdk/utils/queryparams.py +14 -2
- compass_api_sdk/utils/retries.py +69 -5
- compass_api_sdk/utils/serializers.py +3 -2
- compass_api_sdk/utils/unmarshal_json_response.py +38 -0
- compass_api_sdk/wildcat.py +208 -0
- compass_api_sdk-2.0.21rc1.dist-info/METADATA +623 -0
- compass_api_sdk-2.0.21rc1.dist-info/RECORD +346 -0
- {compass_api_sdk-0.9.35.dist-info → compass_api_sdk-2.0.21rc1.dist-info}/WHEEL +1 -1
- compass_api_sdk/models/aave_avg_rateop.py +0 -141
- compass_api_sdk/models/aave_liquidity_changeop.py +0 -103
- compass_api_sdk/models/aave_rateop.py +0 -134
- compass_api_sdk/models/aave_reserve_overviewop.py +0 -134
- compass_api_sdk/models/aave_std_rateop.py +0 -141
- compass_api_sdk/models/aave_token_priceop.py +0 -134
- compass_api_sdk/models/aave_user_position_per_tokenop.py +0 -141
- compass_api_sdk/models/aerodrome_slipstream_liquidity_provision_positionsop.py +0 -37
- compass_api_sdk/models/aerodrome_slipstream_pool_priceop.py +0 -159
- compass_api_sdk/models/aerodromeposition.py +0 -70
- compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_vault_vaultstate.py +0 -53
- compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_vaults_vaultstate.py +0 -32
- compass_api_sdk/models/generic_supported_tokensop.py +0 -28
- compass_api_sdk/models/generic_visualize_portfolioop.py +0 -37
- compass_api_sdk/models/image.py +0 -15
- compass_api_sdk/models/liquidity.py +0 -16
- compass_api_sdk/models/metadata.py +0 -50
- compass_api_sdk/models/morpho_vault_positionop.py +0 -37
- compass_api_sdk/models/morpho_vaultop.py +0 -30
- compass_api_sdk/models/morphocheckvaultpositionresponse.py +0 -20
- compass_api_sdk/models/morphogetvaultresponse.py +0 -86
- compass_api_sdk/models/pendle_marketsop.py +0 -28
- compass_api_sdk/models/pendleaddliquidityparams.py +0 -50
- compass_api_sdk/models/pendleaddliquidityrequest.py +0 -61
- compass_api_sdk/models/pendlebuyptparams.py +0 -48
- compass_api_sdk/models/pendlebuyptrequest.py +0 -59
- compass_api_sdk/models/pendlebuyytparams.py +0 -48
- compass_api_sdk/models/pendlebuyytrequest.py +0 -59
- compass_api_sdk/models/pendlegetuserpositionresponse.py +0 -56
- compass_api_sdk/models/pendleremoveliquidityparams.py +0 -50
- compass_api_sdk/models/pendleremoveliquidityrequest.py +0 -61
- compass_api_sdk/models/pendlesellptparams.py +0 -48
- compass_api_sdk/models/pendlesellptrequest.py +0 -61
- compass_api_sdk/models/pendlesellytparams.py +0 -48
- compass_api_sdk/models/pendlesellytrequest.py +0 -61
- compass_api_sdk/models/sky_positionop.py +0 -31
- compass_api_sdk/models/token_addressop.py +0 -89
- compass_api_sdk/models/token_balanceop.py +0 -55
- compass_api_sdk/models/token_enum.py +0 -57
- compass_api_sdk/models/token_priceop.py +0 -89
- compass_api_sdk/models/tokenaddressresponse.py +0 -15
- compass_api_sdk/models/tokeninfo.py +0 -17
- compass_api_sdk/models/tokentransfererc20params.py +0 -63
- compass_api_sdk/models/txresponse.py +0 -27
- compass_api_sdk/models/uniswap_pool_priceop.py +0 -170
- compass_api_sdk/models/uniswap_quote_buy_exactlyop.py +0 -191
- compass_api_sdk/models/uniswap_quote_sell_exactlyop.py +0 -191
- compass_api_sdk/models/userposition.py +0 -16
- compass_api_sdk/models/vaultposition.py +0 -24
- compass_api_sdk-0.9.35.dist-info/METADATA +0 -558
- compass_api_sdk-0.9.35.dist-info/RECORD +0 -260
|
@@ -2,60 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
from importlib import import_module
|
|
5
|
+
import builtins
|
|
6
|
+
import sys
|
|
5
7
|
|
|
6
8
|
if TYPE_CHECKING:
|
|
7
|
-
from .aave_avg_rateop import (
|
|
8
|
-
AaveAvgRateChain,
|
|
9
|
-
AaveAvgRateRequest,
|
|
10
|
-
AaveAvgRateRequestTypedDict,
|
|
11
|
-
AaveAvgRateToken,
|
|
12
|
-
)
|
|
13
|
-
from .aave_historical_transactionsop import (
|
|
14
|
-
AaveHistoricalTransactionsChain,
|
|
15
|
-
AaveHistoricalTransactionsRequest,
|
|
16
|
-
AaveHistoricalTransactionsRequestTypedDict,
|
|
17
|
-
)
|
|
18
|
-
from .aave_liquidity_changeop import (
|
|
19
|
-
AaveLiquidityChangeChain,
|
|
20
|
-
AaveLiquidityChangeRequest,
|
|
21
|
-
AaveLiquidityChangeRequestTypedDict,
|
|
22
|
-
AaveLiquidityChangeToken,
|
|
23
|
-
)
|
|
24
|
-
from .aave_rateop import (
|
|
25
|
-
AaveRateChain,
|
|
26
|
-
AaveRateRequest,
|
|
27
|
-
AaveRateRequestTypedDict,
|
|
28
|
-
AaveRateToken,
|
|
29
|
-
)
|
|
30
|
-
from .aave_reserve_overviewop import (
|
|
31
|
-
AaveReserveOverviewChain,
|
|
32
|
-
AaveReserveOverviewRequest,
|
|
33
|
-
AaveReserveOverviewRequestTypedDict,
|
|
34
|
-
AaveReserveOverviewToken,
|
|
35
|
-
)
|
|
36
|
-
from .aave_std_rateop import (
|
|
37
|
-
AaveStdRateChain,
|
|
38
|
-
AaveStdRateRequest,
|
|
39
|
-
AaveStdRateRequestTypedDict,
|
|
40
|
-
AaveStdRateToken,
|
|
41
|
-
)
|
|
42
|
-
from .aave_token_priceop import (
|
|
43
|
-
AaveTokenPriceChain,
|
|
44
|
-
AaveTokenPriceRequest,
|
|
45
|
-
AaveTokenPriceRequestTypedDict,
|
|
46
|
-
AaveTokenPriceToken,
|
|
47
|
-
)
|
|
48
|
-
from .aave_user_position_per_tokenop import (
|
|
49
|
-
AaveUserPositionPerTokenChain,
|
|
50
|
-
AaveUserPositionPerTokenRequest,
|
|
51
|
-
AaveUserPositionPerTokenRequestTypedDict,
|
|
52
|
-
AaveUserPositionPerTokenToken,
|
|
53
|
-
)
|
|
54
|
-
from .aave_user_position_summaryop import (
|
|
55
|
-
AaveUserPositionSummaryChain,
|
|
56
|
-
AaveUserPositionSummaryRequest,
|
|
57
|
-
AaveUserPositionSummaryRequestTypedDict,
|
|
58
|
-
)
|
|
59
9
|
from .aaveavgrateresponse import AaveAvgRateResponse, AaveAvgRateResponseTypedDict
|
|
60
10
|
from .aaveborrowparams import (
|
|
61
11
|
AaveBorrowParams,
|
|
@@ -67,13 +17,14 @@ if TYPE_CHECKING:
|
|
|
67
17
|
AaveBorrowRequest,
|
|
68
18
|
AaveBorrowRequestAmount,
|
|
69
19
|
AaveBorrowRequestAmountTypedDict,
|
|
20
|
+
AaveBorrowRequestChain,
|
|
70
21
|
AaveBorrowRequestTypedDict,
|
|
71
22
|
)
|
|
72
23
|
from .aavehistoricaltransactionsresponse import (
|
|
73
24
|
AaveHistoricalTransactionsResponse,
|
|
25
|
+
AaveHistoricalTransactionsResponseTransaction,
|
|
26
|
+
AaveHistoricalTransactionsResponseTransactionTypedDict,
|
|
74
27
|
AaveHistoricalTransactionsResponseTypedDict,
|
|
75
|
-
Transaction,
|
|
76
|
-
TransactionTypedDict,
|
|
77
28
|
)
|
|
78
29
|
from .aaveliquiditychangeresponse import (
|
|
79
30
|
AaveLiquidityChangeResponse,
|
|
@@ -81,6 +32,7 @@ if TYPE_CHECKING:
|
|
|
81
32
|
)
|
|
82
33
|
from .aavelooprequest import (
|
|
83
34
|
AaveLoopRequest,
|
|
35
|
+
AaveLoopRequestChain,
|
|
84
36
|
AaveLoopRequestTypedDict,
|
|
85
37
|
InitialCollateralAmount,
|
|
86
38
|
InitialCollateralAmountTypedDict,
|
|
@@ -91,6 +43,7 @@ if TYPE_CHECKING:
|
|
|
91
43
|
Multiplier,
|
|
92
44
|
MultiplierTypedDict,
|
|
93
45
|
)
|
|
46
|
+
from .aaveposition import AavePosition, AavePositionTypedDict
|
|
94
47
|
from .aaverateresponse import AaveRateResponse, AaveRateResponseTypedDict
|
|
95
48
|
from .aaverepayparams import (
|
|
96
49
|
AaveRepayParams,
|
|
@@ -102,12 +55,22 @@ if TYPE_CHECKING:
|
|
|
102
55
|
AaveRepayRequest,
|
|
103
56
|
AaveRepayRequestAmount,
|
|
104
57
|
AaveRepayRequestAmountTypedDict,
|
|
58
|
+
AaveRepayRequestChain,
|
|
105
59
|
AaveRepayRequestTypedDict,
|
|
106
60
|
)
|
|
107
61
|
from .aavereserveoverviewresponse import (
|
|
108
62
|
AaveReserveOverviewResponse,
|
|
109
63
|
AaveReserveOverviewResponseTypedDict,
|
|
110
64
|
)
|
|
65
|
+
from .aavesetuseremodeparams import (
|
|
66
|
+
AaveSetUserEModeParams,
|
|
67
|
+
AaveSetUserEModeParamsTypedDict,
|
|
68
|
+
)
|
|
69
|
+
from .aavesetuseremoderequest import (
|
|
70
|
+
AaveSetUserEModeRequest,
|
|
71
|
+
AaveSetUserEModeRequestChain,
|
|
72
|
+
AaveSetUserEModeRequestTypedDict,
|
|
73
|
+
)
|
|
111
74
|
from .aavestdrateresponse import AaveSTDRateResponse, AaveSTDRateResponseTypedDict
|
|
112
75
|
from .aavesupplyparams import (
|
|
113
76
|
AaveSupplyParams,
|
|
@@ -119,8 +82,17 @@ if TYPE_CHECKING:
|
|
|
119
82
|
AaveSupplyRequest,
|
|
120
83
|
AaveSupplyRequestAmount,
|
|
121
84
|
AaveSupplyRequestAmountTypedDict,
|
|
85
|
+
AaveSupplyRequestChain,
|
|
122
86
|
AaveSupplyRequestTypedDict,
|
|
123
87
|
)
|
|
88
|
+
from .aavesupportedtokenmetadata import (
|
|
89
|
+
AaveSupportedTokenMetadata,
|
|
90
|
+
AaveSupportedTokenMetadataTypedDict,
|
|
91
|
+
)
|
|
92
|
+
from .aavesupportedtokensresponse import (
|
|
93
|
+
AaveSupportedTokensResponse,
|
|
94
|
+
AaveSupportedTokensResponseTypedDict,
|
|
95
|
+
)
|
|
124
96
|
from .aavetokenpriceresponse import (
|
|
125
97
|
AaveTokenPriceResponse,
|
|
126
98
|
AaveTokenPriceResponseTypedDict,
|
|
@@ -133,6 +105,7 @@ if TYPE_CHECKING:
|
|
|
133
105
|
AaveUserPositionSummaryResponse,
|
|
134
106
|
AaveUserPositionSummaryResponseTypedDict,
|
|
135
107
|
)
|
|
108
|
+
from .aavevenue import AaveVenue, AaveVenueTypedDict
|
|
136
109
|
from .aavewithdrawparams import (
|
|
137
110
|
AaveWithdrawParams,
|
|
138
111
|
AaveWithdrawParamsAmount,
|
|
@@ -143,25 +116,17 @@ if TYPE_CHECKING:
|
|
|
143
116
|
AaveWithdrawRequest,
|
|
144
117
|
AaveWithdrawRequestAmount,
|
|
145
118
|
AaveWithdrawRequestAmountTypedDict,
|
|
119
|
+
AaveWithdrawRequestChain,
|
|
146
120
|
AaveWithdrawRequestTypedDict,
|
|
147
121
|
)
|
|
148
|
-
from .
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
AerodromeSlipstreamLiquidityProvisionPositionsRequestTypedDict,
|
|
152
|
-
)
|
|
153
|
-
from .aerodrome_slipstream_pool_priceop import (
|
|
154
|
-
AerodromeSlipstreamPoolPriceChain,
|
|
155
|
-
AerodromeSlipstreamPoolPriceRequest,
|
|
156
|
-
AerodromeSlipstreamPoolPriceRequestTypedDict,
|
|
157
|
-
AerodromeSlipstreamPoolPriceTokenInToken,
|
|
158
|
-
AerodromeSlipstreamPoolPriceTokenOutToken,
|
|
122
|
+
from .aerodromeenrichedposition import (
|
|
123
|
+
AerodromeEnrichedPosition,
|
|
124
|
+
AerodromeEnrichedPositionTypedDict,
|
|
159
125
|
)
|
|
160
126
|
from .aerodromelppositionsresponse import (
|
|
161
127
|
AerodromeLPPositionsResponse,
|
|
162
128
|
AerodromeLPPositionsResponseTypedDict,
|
|
163
129
|
)
|
|
164
|
-
from .aerodromeposition import AerodromePosition, AerodromePositionTypedDict
|
|
165
130
|
from .aerodromeslipstreambuyexactlyparams import (
|
|
166
131
|
AerodromeSlipstreamBuyExactlyParams,
|
|
167
132
|
AerodromeSlipstreamBuyExactlyParamsAmountInMaximum,
|
|
@@ -176,6 +141,7 @@ if TYPE_CHECKING:
|
|
|
176
141
|
AerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict,
|
|
177
142
|
AerodromeSlipstreamBuyExactlyRequestAmountOut,
|
|
178
143
|
AerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict,
|
|
144
|
+
AerodromeSlipstreamBuyExactlyRequestChain,
|
|
179
145
|
AerodromeSlipstreamBuyExactlyRequestTypedDict,
|
|
180
146
|
)
|
|
181
147
|
from .aerodromeslipstreamincreaseliquidityprovisionparams import (
|
|
@@ -200,6 +166,7 @@ if TYPE_CHECKING:
|
|
|
200
166
|
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
201
167
|
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min,
|
|
202
168
|
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict,
|
|
169
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestChain,
|
|
203
170
|
AerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict,
|
|
204
171
|
)
|
|
205
172
|
from .aerodromeslipstreammintliquidityprovisionparams import (
|
|
@@ -224,6 +191,7 @@ if TYPE_CHECKING:
|
|
|
224
191
|
AerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
225
192
|
AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min,
|
|
226
193
|
AerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict,
|
|
194
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestChain,
|
|
227
195
|
AerodromeSlipstreamMintLiquidityProvisionRequestTypedDict,
|
|
228
196
|
)
|
|
229
197
|
from .aerodromeslipstreampoolpriceresponse import (
|
|
@@ -244,6 +212,7 @@ if TYPE_CHECKING:
|
|
|
244
212
|
AerodromeSlipstreamSellExactlyRequestAmountInTypedDict,
|
|
245
213
|
AerodromeSlipstreamSellExactlyRequestAmountOutMinimum,
|
|
246
214
|
AerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict,
|
|
215
|
+
AerodromeSlipstreamSellExactlyRequestChain,
|
|
247
216
|
AerodromeSlipstreamSellExactlyRequestTypedDict,
|
|
248
217
|
)
|
|
249
218
|
from .aerodromeslipstreamwithdrawliquidityprovisionparams import (
|
|
@@ -254,6 +223,7 @@ if TYPE_CHECKING:
|
|
|
254
223
|
)
|
|
255
224
|
from .aerodromeslipstreamwithdrawliquidityprovisionrequest import (
|
|
256
225
|
AerodromeSlipstreamWithdrawLiquidityProvisionRequest,
|
|
226
|
+
AerodromeSlipstreamWithdrawLiquidityProvisionRequestChain,
|
|
257
227
|
AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal,
|
|
258
228
|
AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict,
|
|
259
229
|
AerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict,
|
|
@@ -262,9 +232,26 @@ if TYPE_CHECKING:
|
|
|
262
232
|
AllowanceInfoResponse,
|
|
263
233
|
AllowanceInfoResponseTypedDict,
|
|
264
234
|
)
|
|
235
|
+
from .approvetransferrequest import (
|
|
236
|
+
ApproveTransferRequest,
|
|
237
|
+
ApproveTransferRequestTypedDict,
|
|
238
|
+
)
|
|
239
|
+
from .approvetransferresponse import (
|
|
240
|
+
ApproveTransferResponse,
|
|
241
|
+
ApproveTransferResponseTypedDict,
|
|
242
|
+
)
|
|
265
243
|
from .apy import Apy, ApyTypedDict
|
|
244
|
+
from .batchedsafeoperationsresponse_input import (
|
|
245
|
+
BatchedSafeOperationsResponseInput,
|
|
246
|
+
BatchedSafeOperationsResponseInputTypedDict,
|
|
247
|
+
)
|
|
248
|
+
from .batchedsafeoperationsresponse_output import (
|
|
249
|
+
BatchedSafeOperationsResponseOutput,
|
|
250
|
+
BatchedSafeOperationsResponseOutputTypedDict,
|
|
251
|
+
)
|
|
266
252
|
from .batcheduseroperationsrequest import (
|
|
267
253
|
BatchedUserOperationsRequest,
|
|
254
|
+
BatchedUserOperationsRequestChain,
|
|
268
255
|
BatchedUserOperationsRequestTypedDict,
|
|
269
256
|
)
|
|
270
257
|
from .batcheduseroperationsresponse import (
|
|
@@ -272,151 +259,258 @@ if TYPE_CHECKING:
|
|
|
272
259
|
BatchedUserOperationsResponseTypedDict,
|
|
273
260
|
)
|
|
274
261
|
from .borrow import Borrow, BorrowTypedDict, Borrowratemode
|
|
262
|
+
from .bundlertransactionresponse import (
|
|
263
|
+
BundlerTransactionResponse,
|
|
264
|
+
BundlerTransactionResponseTypedDict,
|
|
265
|
+
)
|
|
275
266
|
from .chain import Chain
|
|
276
267
|
from .chaininfo import ChainInfo, ChainInfoTypedDict
|
|
277
|
-
from .
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
268
|
+
from .chainmarketinfo import ChainMarketInfo, ChainMarketInfoTypedDict
|
|
269
|
+
from .compass_api_backend_v1_models_generic_read_response_portfolio_tokenbalance import (
|
|
270
|
+
CompassAPIBackendV1ModelsGenericReadResponsePortfolioTokenBalance,
|
|
271
|
+
CompassAPIBackendV1ModelsGenericReadResponsePortfolioTokenBalanceTypedDict,
|
|
272
|
+
)
|
|
273
|
+
from .compass_api_backend_v1_models_morpho_read_response_check_user_position_apydata import (
|
|
274
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionApyData,
|
|
275
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionApyDataTypedDict,
|
|
276
|
+
)
|
|
277
|
+
from .compass_api_backend_v1_models_morpho_read_response_check_user_position_asset import (
|
|
278
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionAsset,
|
|
279
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionAssetTypedDict,
|
|
280
|
+
)
|
|
281
|
+
from .compass_api_backend_v1_models_morpho_read_response_check_user_position_marketstate import (
|
|
282
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionMarketState,
|
|
283
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionMarketStateTypedDict,
|
|
284
|
+
)
|
|
285
|
+
from .compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultposition import (
|
|
286
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultPosition,
|
|
287
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultPositionTypedDict,
|
|
288
|
+
)
|
|
289
|
+
from .compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultstate import (
|
|
290
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultState,
|
|
291
|
+
CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultStateTypedDict,
|
|
292
|
+
)
|
|
293
|
+
from .compass_api_backend_v1_models_morpho_read_response_get_market_apydata import (
|
|
294
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketApyData,
|
|
295
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketApyDataTypedDict,
|
|
296
|
+
)
|
|
297
|
+
from .compass_api_backend_v1_models_morpho_read_response_get_market_asset import (
|
|
298
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketAsset,
|
|
299
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketAssetTypedDict,
|
|
300
|
+
)
|
|
301
|
+
from .compass_api_backend_v1_models_morpho_read_response_get_market_marketstate import (
|
|
302
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketMarketState,
|
|
303
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketMarketStateTypedDict,
|
|
304
|
+
)
|
|
305
|
+
from .compass_api_backend_v1_models_morpho_read_response_get_markets_asset import (
|
|
306
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsAsset,
|
|
307
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsAssetTypedDict,
|
|
308
|
+
)
|
|
309
|
+
from .compass_api_backend_v1_models_morpho_read_response_get_markets_marketstate import (
|
|
310
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsMarketState,
|
|
311
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsMarketStateTypedDict,
|
|
312
|
+
)
|
|
313
|
+
from .compass_api_backend_v1_models_morpho_read_response_get_vaults_asset import (
|
|
314
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsAsset,
|
|
315
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsAssetTypedDict,
|
|
316
|
+
)
|
|
317
|
+
from .compass_api_backend_v1_models_morpho_read_response_get_vaults_vaultstate import (
|
|
318
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsVaultState,
|
|
319
|
+
CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsVaultStateTypedDict,
|
|
320
|
+
)
|
|
321
|
+
from .compass_api_backend_v1_models_pendle_read_response_market_userposition import (
|
|
322
|
+
CompassAPIBackendV1ModelsPendleReadResponseMarketUserPosition,
|
|
323
|
+
CompassAPIBackendV1ModelsPendleReadResponseMarketUserPositionTypedDict,
|
|
324
|
+
)
|
|
325
|
+
from .compass_api_backend_v1_models_pendle_read_response_positions_tokenbalance import (
|
|
326
|
+
CompassAPIBackendV1ModelsPendleReadResponsePositionsTokenBalance,
|
|
327
|
+
CompassAPIBackendV1ModelsPendleReadResponsePositionsTokenBalanceTypedDict,
|
|
328
|
+
)
|
|
329
|
+
from .compass_api_backend_v1_models_vaults_read_response_vault_userposition import (
|
|
330
|
+
CompassAPIBackendV1ModelsVaultsReadResponseVaultUserPosition,
|
|
331
|
+
CompassAPIBackendV1ModelsVaultsReadResponseVaultUserPositionTypedDict,
|
|
332
|
+
)
|
|
333
|
+
from .compass_api_backend_v1_models_wildcat_read_response_market_userposition import (
|
|
334
|
+
CompassAPIBackendV1ModelsWildcatReadResponseMarketUserPosition,
|
|
335
|
+
CompassAPIBackendV1ModelsWildcatReadResponseMarketUserPositionTypedDict,
|
|
336
|
+
)
|
|
337
|
+
from .compass_api_backend_v2_models_earn_read_response_positions_vaultposition import (
|
|
338
|
+
CompassAPIBackendV2ModelsEarnReadResponsePositionsVaultPosition,
|
|
339
|
+
CompassAPIBackendV2ModelsEarnReadResponsePositionsVaultPositionTypedDict,
|
|
340
|
+
)
|
|
341
|
+
from .compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712domain import (
|
|
342
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712Domain,
|
|
343
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712DomainTypedDict,
|
|
344
|
+
)
|
|
345
|
+
from .compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712types import (
|
|
346
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712Types,
|
|
347
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712TypesTypedDict,
|
|
348
|
+
)
|
|
349
|
+
from .compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712domain import (
|
|
350
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712Domain,
|
|
351
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712DomainTypedDict,
|
|
352
|
+
)
|
|
353
|
+
from .compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712types import (
|
|
354
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712Types,
|
|
355
|
+
CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712TypesTypedDict,
|
|
356
|
+
)
|
|
357
|
+
from .compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712domain import (
|
|
358
|
+
CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712Domain,
|
|
359
|
+
CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712DomainTypedDict,
|
|
360
|
+
)
|
|
361
|
+
from .compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712types import (
|
|
362
|
+
CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712Types,
|
|
363
|
+
CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712TypesTypedDict,
|
|
364
|
+
)
|
|
365
|
+
from .cooldownposition import (
|
|
366
|
+
CooldownEnd,
|
|
367
|
+
CooldownEndTypedDict,
|
|
368
|
+
CooldownPosition,
|
|
369
|
+
CooldownPositionTypedDict,
|
|
370
|
+
)
|
|
371
|
+
from .createaccountrequest import (
|
|
372
|
+
CreateAccountRequest,
|
|
373
|
+
CreateAccountRequestChain,
|
|
374
|
+
CreateAccountRequestTypedDict,
|
|
375
|
+
)
|
|
376
|
+
from .createaccountresponse import (
|
|
377
|
+
CreateAccountResponse,
|
|
378
|
+
CreateAccountResponseTypedDict,
|
|
379
|
+
)
|
|
380
|
+
from .depositforburnrequest import (
|
|
381
|
+
DepositForBurnRequest,
|
|
382
|
+
DepositForBurnRequestAmount,
|
|
383
|
+
DepositForBurnRequestAmountTypedDict,
|
|
384
|
+
DepositForBurnRequestChain,
|
|
385
|
+
DepositForBurnRequestTransferMode,
|
|
386
|
+
DepositForBurnRequestTypedDict,
|
|
387
|
+
DestinationChain,
|
|
388
|
+
)
|
|
389
|
+
from .depositforburnresponse import (
|
|
390
|
+
DepositForBurnResponse,
|
|
391
|
+
DepositForBurnResponseTransferMode,
|
|
392
|
+
DepositForBurnResponseTypedDict,
|
|
328
393
|
)
|
|
329
|
-
from .compass_api_backend_models_morpho_read_response_get_vaults_vaultstate import (
|
|
330
|
-
CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultState,
|
|
331
|
-
CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultStateTypedDict,
|
|
332
|
-
)
|
|
333
|
-
from .compass_api_backend_models_pendle_read_response_positions_tokenbalance import (
|
|
334
|
-
CompassAPIBackendModelsPendleReadResponsePositionsTokenBalance,
|
|
335
|
-
CompassAPIBackendModelsPendleReadResponsePositionsTokenBalanceTypedDict,
|
|
336
|
-
)
|
|
337
|
-
from .compass_api_backend_models_vaults_read_response_vault_asset import (
|
|
338
|
-
CompassAPIBackendModelsVaultsReadResponseVaultAsset,
|
|
339
|
-
CompassAPIBackendModelsVaultsReadResponseVaultAssetTypedDict,
|
|
340
|
-
)
|
|
341
|
-
from .curator import Curator, CuratorTypedDict
|
|
342
394
|
from .details import Details, DetailsTypedDict
|
|
395
|
+
from .earnmanageparams import (
|
|
396
|
+
EarnManageParams,
|
|
397
|
+
EarnManageParamsAction,
|
|
398
|
+
EarnManageParamsTypedDict,
|
|
399
|
+
EarnManageParamsVenue,
|
|
400
|
+
EarnManageParamsVenueTypedDict,
|
|
401
|
+
)
|
|
402
|
+
from .earnmanagerequest import (
|
|
403
|
+
EarnManageRequest,
|
|
404
|
+
EarnManageRequestAction,
|
|
405
|
+
EarnManageRequestTypedDict,
|
|
406
|
+
EarnManageRequestVenue,
|
|
407
|
+
EarnManageRequestVenueTypedDict,
|
|
408
|
+
)
|
|
409
|
+
from .earnmanageresponse import EarnManageResponse, EarnManageResponseTypedDict
|
|
410
|
+
from .earnpositionsresponse import (
|
|
411
|
+
EarnPositionsResponse,
|
|
412
|
+
EarnPositionsResponseTypedDict,
|
|
413
|
+
UserPosition,
|
|
414
|
+
UserPositionTypedDict,
|
|
415
|
+
)
|
|
416
|
+
from .earnswapparams import (
|
|
417
|
+
EarnSwapParams,
|
|
418
|
+
EarnSwapParamsAmountIn,
|
|
419
|
+
EarnSwapParamsAmountInTypedDict,
|
|
420
|
+
EarnSwapParamsSlippage,
|
|
421
|
+
EarnSwapParamsSlippageTypedDict,
|
|
422
|
+
EarnSwapParamsTypedDict,
|
|
423
|
+
)
|
|
424
|
+
from .earnswaprequest import (
|
|
425
|
+
EarnSwapRequest,
|
|
426
|
+
EarnSwapRequestAmountIn,
|
|
427
|
+
EarnSwapRequestAmountInTypedDict,
|
|
428
|
+
EarnSwapRequestSlippage,
|
|
429
|
+
EarnSwapRequestSlippageTypedDict,
|
|
430
|
+
EarnSwapRequestTypedDict,
|
|
431
|
+
)
|
|
432
|
+
from .earnswapresponse import EarnSwapResponse, EarnSwapResponseTypedDict
|
|
433
|
+
from .earntransferrequest import (
|
|
434
|
+
EarnTransferRequest,
|
|
435
|
+
EarnTransferRequestAction,
|
|
436
|
+
EarnTransferRequestAmount,
|
|
437
|
+
EarnTransferRequestAmountTypedDict,
|
|
438
|
+
EarnTransferRequestTypedDict,
|
|
439
|
+
)
|
|
440
|
+
from .earntransferresponse import (
|
|
441
|
+
EarnTransferResponse,
|
|
442
|
+
EarnTransferResponseEip712,
|
|
443
|
+
EarnTransferResponseEip712TypedDict,
|
|
444
|
+
EarnTransferResponseTypedDict,
|
|
445
|
+
)
|
|
446
|
+
from .eip712domainfield import Eip712DomainField, Eip712DomainFieldTypedDict
|
|
447
|
+
from .eip712field import Eip712Field, Eip712FieldTypedDict
|
|
343
448
|
from .ensnameinforesponse import EnsNameInfoResponse, EnsNameInfoResponseTypedDict
|
|
344
449
|
from .erc20data import Erc20Data, Erc20DataTypedDict
|
|
450
|
+
from .ethenadepositparams import (
|
|
451
|
+
EthenaDepositParams,
|
|
452
|
+
EthenaDepositParamsAmount,
|
|
453
|
+
EthenaDepositParamsAmountTypedDict,
|
|
454
|
+
EthenaDepositParamsTypedDict,
|
|
455
|
+
)
|
|
456
|
+
from .ethenadepositrequest import (
|
|
457
|
+
EthenaDepositRequest,
|
|
458
|
+
EthenaDepositRequestAmount,
|
|
459
|
+
EthenaDepositRequestAmountTypedDict,
|
|
460
|
+
EthenaDepositRequestChain,
|
|
461
|
+
EthenaDepositRequestTypedDict,
|
|
462
|
+
)
|
|
463
|
+
from .ethenagetvaultresponse import (
|
|
464
|
+
EthenaGetVaultResponse,
|
|
465
|
+
EthenaGetVaultResponseTypedDict,
|
|
466
|
+
)
|
|
467
|
+
from .ethenarequesttowithdrawparams import (
|
|
468
|
+
EthenaRequestToWithdrawParams,
|
|
469
|
+
EthenaRequestToWithdrawParamsTypedDict,
|
|
470
|
+
)
|
|
471
|
+
from .ethenarequesttowithdrawrequest import (
|
|
472
|
+
EthenaRequestToWithdrawRequest,
|
|
473
|
+
EthenaRequestToWithdrawRequestChain,
|
|
474
|
+
EthenaRequestToWithdrawRequestTypedDict,
|
|
475
|
+
)
|
|
476
|
+
from .ethenarequesttowithdrawtransactionresponse import (
|
|
477
|
+
EthenaRequestToWithdrawTransactionResponse,
|
|
478
|
+
EthenaRequestToWithdrawTransactionResponseTransaction,
|
|
479
|
+
EthenaRequestToWithdrawTransactionResponseTransactionTypedDict,
|
|
480
|
+
EthenaRequestToWithdrawTransactionResponseTypedDict,
|
|
481
|
+
)
|
|
482
|
+
from .ethenaunstakeparams import EthenaUnstakeParams, EthenaUnstakeParamsTypedDict
|
|
483
|
+
from .ethenaunstakerequest import (
|
|
484
|
+
EthenaUnstakeRequest,
|
|
485
|
+
EthenaUnstakeRequestChain,
|
|
486
|
+
EthenaUnstakeRequestTypedDict,
|
|
487
|
+
)
|
|
488
|
+
from .fee import Denomination, Fee, FeeAmount, FeeAmountTypedDict, FeeTypedDict
|
|
345
489
|
from .feeenum import FeeEnum
|
|
346
|
-
from .generic_allowanceop import (
|
|
347
|
-
GenericAllowanceChain,
|
|
348
|
-
GenericAllowanceContractEnum,
|
|
349
|
-
GenericAllowanceContractUnion,
|
|
350
|
-
GenericAllowanceContractUnionTypedDict,
|
|
351
|
-
GenericAllowanceRequest,
|
|
352
|
-
GenericAllowanceRequestTypedDict,
|
|
353
|
-
GenericAllowanceToken,
|
|
354
|
-
GenericAllowanceTokenTypedDict,
|
|
355
|
-
)
|
|
356
|
-
from .generic_ensop import (
|
|
357
|
-
GenericEnsChain,
|
|
358
|
-
GenericEnsRequest,
|
|
359
|
-
GenericEnsRequestTypedDict,
|
|
360
|
-
)
|
|
361
|
-
from .generic_portfolioop import (
|
|
362
|
-
GenericPortfolioChain,
|
|
363
|
-
GenericPortfolioRequest,
|
|
364
|
-
GenericPortfolioRequestTypedDict,
|
|
365
|
-
)
|
|
366
|
-
from .generic_supported_tokensop import (
|
|
367
|
-
GenericSupportedTokensChain,
|
|
368
|
-
GenericSupportedTokensRequest,
|
|
369
|
-
GenericSupportedTokensRequestTypedDict,
|
|
370
|
-
)
|
|
371
|
-
from .generic_visualize_portfolioop import (
|
|
372
|
-
GenericVisualizePortfolioChain,
|
|
373
|
-
GenericVisualizePortfolioRequest,
|
|
374
|
-
GenericVisualizePortfolioRequestTypedDict,
|
|
375
|
-
)
|
|
376
|
-
from .image import Image, ImageTypedDict
|
|
377
490
|
from .interestratemode import InterestRateMode
|
|
378
491
|
from .liquidationcall import LiquidationCall, LiquidationCallTypedDict
|
|
379
|
-
from .
|
|
492
|
+
from .listaavemarketsresponse import (
|
|
493
|
+
ListAaveMarketsResponse,
|
|
494
|
+
ListAaveMarketsResponseTypedDict,
|
|
495
|
+
)
|
|
380
496
|
from .lpbalance import LpBalance, LpBalanceTypedDict
|
|
381
497
|
from .market import Market, MarketTypedDict
|
|
382
498
|
from .marketposition import MarketPosition, MarketPositionTypedDict
|
|
383
499
|
from .markettokens import MarketTokens, MarketTokensTypedDict
|
|
384
|
-
from .
|
|
385
|
-
from .
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
MorphoMarketsChain,
|
|
397
|
-
MorphoMarketsRequest,
|
|
398
|
-
MorphoMarketsRequestTypedDict,
|
|
399
|
-
)
|
|
400
|
-
from .morpho_user_positionop import (
|
|
401
|
-
MorphoUserPositionChain,
|
|
402
|
-
MorphoUserPositionRequest,
|
|
403
|
-
MorphoUserPositionRequestTypedDict,
|
|
404
|
-
)
|
|
405
|
-
from .morpho_vault_positionop import (
|
|
406
|
-
MorphoVaultPositionChain,
|
|
407
|
-
MorphoVaultPositionRequest,
|
|
408
|
-
MorphoVaultPositionRequestTypedDict,
|
|
409
|
-
)
|
|
410
|
-
from .morpho_vaultop import (
|
|
411
|
-
MorphoVaultChain,
|
|
412
|
-
MorphoVaultRequest,
|
|
413
|
-
MorphoVaultRequestTypedDict,
|
|
414
|
-
)
|
|
415
|
-
from .morpho_vaultsop import (
|
|
416
|
-
MorphoVaultsChain,
|
|
417
|
-
MorphoVaultsRequest,
|
|
418
|
-
MorphoVaultsRequestTypedDict,
|
|
500
|
+
from .maxsupplyapyinfo import MaxSupplyApyInfo, MaxSupplyApyInfoTypedDict
|
|
501
|
+
from .mintpreparecompletedresponse import (
|
|
502
|
+
MintPrepareCompletedResponse,
|
|
503
|
+
MintPrepareCompletedResponseTypedDict,
|
|
504
|
+
)
|
|
505
|
+
from .mintpreparependingresponse import (
|
|
506
|
+
MintPreparePendingResponse,
|
|
507
|
+
MintPreparePendingResponseTypedDict,
|
|
508
|
+
)
|
|
509
|
+
from .mintpreparereadyresponse import (
|
|
510
|
+
MintPrepareReadyResponse,
|
|
511
|
+
MintPrepareReadyResponseTypedDict,
|
|
419
512
|
)
|
|
513
|
+
from .mintpreparerequest import MintPrepareRequest, MintPrepareRequestTypedDict
|
|
420
514
|
from .morphoborrowparams import (
|
|
421
515
|
MorphoBorrowParams,
|
|
422
516
|
MorphoBorrowParamsAmount,
|
|
@@ -438,10 +532,6 @@ if TYPE_CHECKING:
|
|
|
438
532
|
MorphoCheckUserPositionResponse,
|
|
439
533
|
MorphoCheckUserPositionResponseTypedDict,
|
|
440
534
|
)
|
|
441
|
-
from .morphocheckvaultpositionresponse import (
|
|
442
|
-
MorphoCheckVaultPositionResponse,
|
|
443
|
-
MorphoCheckVaultPositionResponseTypedDict,
|
|
444
|
-
)
|
|
445
535
|
from .morphodepositparams import (
|
|
446
536
|
MorphoDepositParams,
|
|
447
537
|
MorphoDepositParamsAmount,
|
|
@@ -463,10 +553,6 @@ if TYPE_CHECKING:
|
|
|
463
553
|
MorphoGetMarketsResponse,
|
|
464
554
|
MorphoGetMarketsResponseTypedDict,
|
|
465
555
|
)
|
|
466
|
-
from .morphogetvaultresponse import (
|
|
467
|
-
MorphoGetVaultResponse,
|
|
468
|
-
MorphoGetVaultResponseTypedDict,
|
|
469
|
-
)
|
|
470
556
|
from .morphogetvaultsresponse import (
|
|
471
557
|
MorphoGetVaultsResponse,
|
|
472
558
|
MorphoGetVaultsResponseTypedDict,
|
|
@@ -517,6 +603,7 @@ if TYPE_CHECKING:
|
|
|
517
603
|
from .movement10percent import Movement10Percent, Movement10PercentTypedDict
|
|
518
604
|
from .multicallauthorizationrequest import (
|
|
519
605
|
MulticallAuthorizationRequest,
|
|
606
|
+
MulticallAuthorizationRequestChain,
|
|
520
607
|
MulticallAuthorizationRequestTypedDict,
|
|
521
608
|
)
|
|
522
609
|
from .multicallauthorizationresponse import (
|
|
@@ -525,73 +612,40 @@ if TYPE_CHECKING:
|
|
|
525
612
|
)
|
|
526
613
|
from .multicallexecuterequest import (
|
|
527
614
|
MulticallExecuteRequest,
|
|
615
|
+
MulticallExecuteRequestChain,
|
|
528
616
|
MulticallExecuteRequestTypedDict,
|
|
529
617
|
)
|
|
530
|
-
from .
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
)
|
|
536
|
-
from .
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
PendleAddLiquidityParamsAmountTypedDict,
|
|
555
|
-
PendleAddLiquidityParamsTypedDict,
|
|
556
|
-
)
|
|
557
|
-
from .pendleaddliquidityrequest import (
|
|
558
|
-
PendleAddLiquidityRequest,
|
|
559
|
-
PendleAddLiquidityRequestAmount,
|
|
560
|
-
PendleAddLiquidityRequestAmountTypedDict,
|
|
561
|
-
PendleAddLiquidityRequestTypedDict,
|
|
562
|
-
)
|
|
563
|
-
from .pendlebuyptparams import (
|
|
564
|
-
PendleBuyPtParams,
|
|
565
|
-
PendleBuyPtParamsAmount,
|
|
566
|
-
PendleBuyPtParamsAmountTypedDict,
|
|
567
|
-
PendleBuyPtParamsTypedDict,
|
|
568
|
-
)
|
|
569
|
-
from .pendlebuyptrequest import (
|
|
570
|
-
PendleBuyPtRequest,
|
|
571
|
-
PendleBuyPtRequestAmount,
|
|
572
|
-
PendleBuyPtRequestAmountTypedDict,
|
|
573
|
-
PendleBuyPtRequestTypedDict,
|
|
574
|
-
)
|
|
575
|
-
from .pendlebuyytparams import (
|
|
576
|
-
PendleBuyYtParams,
|
|
577
|
-
PendleBuyYtParamsAmount,
|
|
578
|
-
PendleBuyYtParamsAmountTypedDict,
|
|
579
|
-
PendleBuyYtParamsTypedDict,
|
|
580
|
-
)
|
|
581
|
-
from .pendlebuyytrequest import (
|
|
582
|
-
PendleBuyYtRequest,
|
|
583
|
-
PendleBuyYtRequestAmount,
|
|
584
|
-
PendleBuyYtRequestAmountTypedDict,
|
|
585
|
-
PendleBuyYtRequestTypedDict,
|
|
618
|
+
from .odosswapparams import (
|
|
619
|
+
OdosSwapParams,
|
|
620
|
+
OdosSwapParamsAmountIn,
|
|
621
|
+
OdosSwapParamsAmountInTypedDict,
|
|
622
|
+
OdosSwapParamsTypedDict,
|
|
623
|
+
)
|
|
624
|
+
from .odosswaprequest import (
|
|
625
|
+
OdosSwapRequest,
|
|
626
|
+
OdosSwapRequestAmountIn,
|
|
627
|
+
OdosSwapRequestAmountInTypedDict,
|
|
628
|
+
OdosSwapRequestChain,
|
|
629
|
+
OdosSwapRequestTypedDict,
|
|
630
|
+
)
|
|
631
|
+
from .odostransactionresponse import (
|
|
632
|
+
OdosTransactionResponse,
|
|
633
|
+
OdosTransactionResponseTransaction,
|
|
634
|
+
OdosTransactionResponseTransactionTypedDict,
|
|
635
|
+
OdosTransactionResponseTypedDict,
|
|
636
|
+
)
|
|
637
|
+
from .oneinchswapparams import (
|
|
638
|
+
OneInchSwapParams,
|
|
639
|
+
OneInchSwapParamsAmountIn,
|
|
640
|
+
OneInchSwapParamsAmountInTypedDict,
|
|
641
|
+
OneInchSwapParamsTypedDict,
|
|
586
642
|
)
|
|
643
|
+
from .openposition import OpenPosition, OpenPositionTypedDict
|
|
644
|
+
from .operationtype import OperationType
|
|
587
645
|
from .pendlegetmarketresponse import (
|
|
588
646
|
PendleGetMarketResponse,
|
|
589
647
|
PendleGetMarketResponseTypedDict,
|
|
590
648
|
)
|
|
591
|
-
from .pendlegetuserpositionresponse import (
|
|
592
|
-
PendleGetUserPositionResponse,
|
|
593
|
-
PendleGetUserPositionResponseTypedDict,
|
|
594
|
-
)
|
|
595
649
|
from .pendlelistmarketsresponse import (
|
|
596
650
|
PendleListMarketsResponse,
|
|
597
651
|
PendleListMarketsResponseTypedDict,
|
|
@@ -600,6 +654,21 @@ if TYPE_CHECKING:
|
|
|
600
654
|
PendleListUserPositionsResponse,
|
|
601
655
|
PendleListUserPositionsResponseTypedDict,
|
|
602
656
|
)
|
|
657
|
+
from .pendlemanageliquidityparams import (
|
|
658
|
+
PendleManageLiquidityParams,
|
|
659
|
+
PendleManageLiquidityParamsAction,
|
|
660
|
+
PendleManageLiquidityParamsAmountIn,
|
|
661
|
+
PendleManageLiquidityParamsAmountInTypedDict,
|
|
662
|
+
PendleManageLiquidityParamsTypedDict,
|
|
663
|
+
)
|
|
664
|
+
from .pendlemanageliquidityrequest import (
|
|
665
|
+
PendleManageLiquidityRequest,
|
|
666
|
+
PendleManageLiquidityRequestAction,
|
|
667
|
+
PendleManageLiquidityRequestAmountIn,
|
|
668
|
+
PendleManageLiquidityRequestAmountInTypedDict,
|
|
669
|
+
PendleManageLiquidityRequestChain,
|
|
670
|
+
PendleManageLiquidityRequestTypedDict,
|
|
671
|
+
)
|
|
603
672
|
from .pendlemarket import PendleMarket, PendleMarketTypedDict
|
|
604
673
|
from .pendleredeemyieldparams import (
|
|
605
674
|
PendleRedeemYieldParams,
|
|
@@ -607,49 +676,82 @@ if TYPE_CHECKING:
|
|
|
607
676
|
)
|
|
608
677
|
from .pendleredeemyieldrequest import (
|
|
609
678
|
PendleRedeemYieldRequest,
|
|
679
|
+
PendleRedeemYieldRequestChain,
|
|
610
680
|
PendleRedeemYieldRequestTypedDict,
|
|
611
681
|
)
|
|
612
|
-
from .
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
)
|
|
642
|
-
from .
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
682
|
+
from .pendletradeptparams import (
|
|
683
|
+
PendleTradePtParams,
|
|
684
|
+
PendleTradePtParamsAction,
|
|
685
|
+
PendleTradePtParamsAmountIn,
|
|
686
|
+
PendleTradePtParamsAmountInTypedDict,
|
|
687
|
+
PendleTradePtParamsTypedDict,
|
|
688
|
+
)
|
|
689
|
+
from .pendletradeptrequest import (
|
|
690
|
+
PendleTradePtRequest,
|
|
691
|
+
PendleTradePtRequestAction,
|
|
692
|
+
PendleTradePtRequestAmountIn,
|
|
693
|
+
PendleTradePtRequestAmountInTypedDict,
|
|
694
|
+
PendleTradePtRequestChain,
|
|
695
|
+
PendleTradePtRequestTypedDict,
|
|
696
|
+
)
|
|
697
|
+
from .pendletradeytparams import (
|
|
698
|
+
PendleTradeYtParams,
|
|
699
|
+
PendleTradeYtParamsAction,
|
|
700
|
+
PendleTradeYtParamsAmountIn,
|
|
701
|
+
PendleTradeYtParamsAmountInTypedDict,
|
|
702
|
+
PendleTradeYtParamsTypedDict,
|
|
703
|
+
)
|
|
704
|
+
from .pendletradeytrequest import (
|
|
705
|
+
PendleTradeYtRequest,
|
|
706
|
+
PendleTradeYtRequestAction,
|
|
707
|
+
PendleTradeYtRequestAmountIn,
|
|
708
|
+
PendleTradeYtRequestAmountInTypedDict,
|
|
709
|
+
PendleTradeYtRequestChain,
|
|
710
|
+
PendleTradeYtRequestTypedDict,
|
|
711
|
+
)
|
|
712
|
+
from .pendletxresponse import (
|
|
713
|
+
PendleTxResponse,
|
|
714
|
+
PendleTxResponseTransaction,
|
|
715
|
+
PendleTxResponseTransactionTypedDict,
|
|
716
|
+
PendleTxResponseTypedDict,
|
|
717
|
+
)
|
|
718
|
+
from .permit2typeddata_input import (
|
|
719
|
+
Permit2TypedDataInput,
|
|
720
|
+
Permit2TypedDataInputTypedDict,
|
|
721
|
+
)
|
|
722
|
+
from .permit2typeddata_output import (
|
|
723
|
+
Permit2TypedDataOutput,
|
|
724
|
+
Permit2TypedDataOutputTypedDict,
|
|
725
|
+
)
|
|
726
|
+
from .permitfield import PermitField, PermitFieldTypedDict
|
|
727
|
+
from .permitmessage import PermitMessage, PermitMessageTypedDict
|
|
728
|
+
from .permittransferfrommessage import (
|
|
729
|
+
PermitTransferFromMessage,
|
|
730
|
+
PermitTransferFromMessageTypedDict,
|
|
731
|
+
)
|
|
732
|
+
from .permittypeddataresponse_input import (
|
|
733
|
+
PermitTypedDataResponseInput,
|
|
734
|
+
PermitTypedDataResponseInputTypedDict,
|
|
735
|
+
)
|
|
736
|
+
from .permittypeddataresponse_output import (
|
|
737
|
+
PermitTypedDataResponseOutput,
|
|
738
|
+
PermitTypedDataResponseOutputTypedDict,
|
|
647
739
|
)
|
|
648
740
|
from .portfolio import Portfolio, PortfolioTypedDict
|
|
649
741
|
from .position import Position, PositionTypedDict
|
|
650
|
-
from .
|
|
742
|
+
from .protocol import Protocol
|
|
651
743
|
from .repay import Repay, RepayTypedDict
|
|
652
744
|
from .reserve import Reserve, ReserveTypedDict
|
|
745
|
+
from .safetransactionparams import (
|
|
746
|
+
SafeTransactionParams,
|
|
747
|
+
SafeTransactionParamsTypedDict,
|
|
748
|
+
)
|
|
749
|
+
from .safetransactionresponse import (
|
|
750
|
+
SafeTransactionResponse,
|
|
751
|
+
SafeTransactionResponseTypedDict,
|
|
752
|
+
)
|
|
753
|
+
from .safetxfield import SafeTxField, SafeTxFieldTypedDict
|
|
754
|
+
from .safetxmessage import SafeTxMessage, SafeTxMessageTypedDict
|
|
653
755
|
from .security import Security, SecurityTypedDict
|
|
654
756
|
from .setallowanceparams import (
|
|
655
757
|
SetAllowanceParams,
|
|
@@ -658,19 +760,16 @@ if TYPE_CHECKING:
|
|
|
658
760
|
SetAllowanceParamsContractEnum,
|
|
659
761
|
SetAllowanceParamsContractUnion,
|
|
660
762
|
SetAllowanceParamsContractUnionTypedDict,
|
|
661
|
-
SetAllowanceParamsToken,
|
|
662
|
-
SetAllowanceParamsTokenTypedDict,
|
|
663
763
|
SetAllowanceParamsTypedDict,
|
|
664
764
|
)
|
|
665
765
|
from .setallowancerequest import (
|
|
666
766
|
SetAllowanceRequest,
|
|
667
767
|
SetAllowanceRequestAmount,
|
|
668
768
|
SetAllowanceRequestAmountTypedDict,
|
|
769
|
+
SetAllowanceRequestChain,
|
|
669
770
|
SetAllowanceRequestContractEnum,
|
|
670
771
|
SetAllowanceRequestContractUnion,
|
|
671
772
|
SetAllowanceRequestContractUnionTypedDict,
|
|
672
|
-
SetAllowanceRequestToken,
|
|
673
|
-
SetAllowanceRequestTokenTypedDict,
|
|
674
773
|
SetAllowanceRequestTypedDict,
|
|
675
774
|
)
|
|
676
775
|
from .signedauthorization import (
|
|
@@ -681,7 +780,6 @@ if TYPE_CHECKING:
|
|
|
681
780
|
SignedAuthorization,
|
|
682
781
|
SignedAuthorizationTypedDict,
|
|
683
782
|
)
|
|
684
|
-
from .sky_positionop import SkyPositionRequest, SkyPositionRequestTypedDict
|
|
685
783
|
from .skybuyparams import (
|
|
686
784
|
SkyBuyParams,
|
|
687
785
|
SkyBuyParamsAmount,
|
|
@@ -693,6 +791,7 @@ if TYPE_CHECKING:
|
|
|
693
791
|
SkyBuyRequest,
|
|
694
792
|
SkyBuyRequestAmount,
|
|
695
793
|
SkyBuyRequestAmountTypedDict,
|
|
794
|
+
SkyBuyRequestChain,
|
|
696
795
|
SkyBuyRequestTokenIn,
|
|
697
796
|
SkyBuyRequestTypedDict,
|
|
698
797
|
)
|
|
@@ -710,6 +809,7 @@ if TYPE_CHECKING:
|
|
|
710
809
|
SkyDepositRequest,
|
|
711
810
|
SkyDepositRequestAmount,
|
|
712
811
|
SkyDepositRequestAmountTypedDict,
|
|
812
|
+
SkyDepositRequestChain,
|
|
713
813
|
SkyDepositRequestTypedDict,
|
|
714
814
|
)
|
|
715
815
|
from .skysellparams import (
|
|
@@ -723,111 +823,75 @@ if TYPE_CHECKING:
|
|
|
723
823
|
SkySellRequest,
|
|
724
824
|
SkySellRequestAmount,
|
|
725
825
|
SkySellRequestAmountTypedDict,
|
|
826
|
+
SkySellRequestChain,
|
|
726
827
|
SkySellRequestTokenOut,
|
|
727
828
|
SkySellRequestTypedDict,
|
|
728
829
|
)
|
|
729
830
|
from .skywithdrawparams import SkyWithdrawParams, SkyWithdrawParamsTypedDict
|
|
730
|
-
from .skywithdrawrequest import
|
|
831
|
+
from .skywithdrawrequest import (
|
|
832
|
+
SkyWithdrawRequest,
|
|
833
|
+
SkyWithdrawRequestChain,
|
|
834
|
+
SkyWithdrawRequestTypedDict,
|
|
835
|
+
)
|
|
836
|
+
from .sponsorgasrequest import (
|
|
837
|
+
SponsorGasRequest,
|
|
838
|
+
SponsorGasRequestEip712,
|
|
839
|
+
SponsorGasRequestEip712TypedDict,
|
|
840
|
+
SponsorGasRequestTypedDict,
|
|
841
|
+
)
|
|
842
|
+
from .sponsorgasresponse import SponsorGasResponse, SponsorGasResponseTypedDict
|
|
731
843
|
from .supply import Supply, SupplyTypedDict
|
|
844
|
+
from .supportedchaininfo import SupportedChainInfo, SupportedChainInfoTypedDict
|
|
732
845
|
from .swapborrowrate import SwapBorrowRate, SwapBorrowRateTypedDict
|
|
733
846
|
from .syposition import SyPosition, SyPositionTypedDict
|
|
734
|
-
from .token_addressop import (
|
|
735
|
-
TokenAddressChain,
|
|
736
|
-
TokenAddressRequest,
|
|
737
|
-
TokenAddressRequestTypedDict,
|
|
738
|
-
TokenAddressToken,
|
|
739
|
-
)
|
|
740
|
-
from .token_balanceop import (
|
|
741
|
-
TokenBalanceChain,
|
|
742
|
-
TokenBalanceRequest,
|
|
743
|
-
TokenBalanceRequestTypedDict,
|
|
744
|
-
TokenBalanceToken,
|
|
745
|
-
TokenBalanceTokenTypedDict,
|
|
746
|
-
)
|
|
747
|
-
from .token_enum import TokenEnum
|
|
748
|
-
from .token_priceop import (
|
|
749
|
-
TokenPriceChain,
|
|
750
|
-
TokenPriceRequest,
|
|
751
|
-
TokenPriceRequestTypedDict,
|
|
752
|
-
TokenPriceToken,
|
|
753
|
-
)
|
|
754
|
-
from .tokenaddressresponse import (
|
|
755
|
-
TokenAddressResponse,
|
|
756
|
-
TokenAddressResponseTypedDict,
|
|
757
|
-
)
|
|
758
847
|
from .tokenbalanceresponse import (
|
|
759
848
|
TokenBalanceResponse,
|
|
760
849
|
TokenBalanceResponseTypedDict,
|
|
761
|
-
TokenSymbol,
|
|
762
|
-
TokenSymbolTypedDict,
|
|
763
850
|
)
|
|
764
|
-
from .
|
|
851
|
+
from .tokenconfig import TokenConfig, TokenConfigTypedDict
|
|
852
|
+
from .tokenlistresponse import TokenListResponse, TokenListResponseTypedDict
|
|
853
|
+
from .tokenmarketdata import TokenMarketData, TokenMarketDataTypedDict
|
|
854
|
+
from .tokenpermissions import TokenPermissions, TokenPermissionsTypedDict
|
|
765
855
|
from .tokenpriceresponse import TokenPriceResponse, TokenPriceResponseTypedDict
|
|
766
|
-
from .
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
856
|
+
from .tokentransferparams import (
|
|
857
|
+
TokenTransferParams,
|
|
858
|
+
TokenTransferParamsAmount,
|
|
859
|
+
TokenTransferParamsAmountTypedDict,
|
|
860
|
+
TokenTransferParamsTypedDict,
|
|
771
861
|
)
|
|
772
862
|
from .tokentransferrequest import (
|
|
773
863
|
TokenTransferRequest,
|
|
774
864
|
TokenTransferRequestAmount,
|
|
775
865
|
TokenTransferRequestAmountTypedDict,
|
|
776
|
-
|
|
777
|
-
TokenTransferRequestTokenTypedDict,
|
|
866
|
+
TokenTransferRequestChain,
|
|
778
867
|
TokenTransferRequestTypedDict,
|
|
779
868
|
)
|
|
780
|
-
from .
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
)
|
|
786
|
-
from .uniswap_liquidity_provision_positionsop import (
|
|
787
|
-
UniswapLiquidityProvisionPositionsChain,
|
|
788
|
-
UniswapLiquidityProvisionPositionsRequest,
|
|
789
|
-
UniswapLiquidityProvisionPositionsRequestTypedDict,
|
|
790
|
-
)
|
|
791
|
-
from .uniswap_pool_priceop import (
|
|
792
|
-
UniswapPoolPriceChain,
|
|
793
|
-
UniswapPoolPriceFeeEnum,
|
|
794
|
-
UniswapPoolPriceRequest,
|
|
795
|
-
UniswapPoolPriceRequestTypedDict,
|
|
796
|
-
UniswapPoolPriceTokenInToken,
|
|
797
|
-
UniswapPoolPriceTokenOutToken,
|
|
798
|
-
)
|
|
799
|
-
from .uniswap_quote_buy_exactlyop import (
|
|
800
|
-
UniswapQuoteBuyExactlyAmountOut,
|
|
801
|
-
UniswapQuoteBuyExactlyAmountOutTypedDict,
|
|
802
|
-
UniswapQuoteBuyExactlyChain,
|
|
803
|
-
UniswapQuoteBuyExactlyFeeEnum,
|
|
804
|
-
UniswapQuoteBuyExactlyRequest,
|
|
805
|
-
UniswapQuoteBuyExactlyRequestTypedDict,
|
|
806
|
-
UniswapQuoteBuyExactlyTokenInToken,
|
|
807
|
-
UniswapQuoteBuyExactlyTokenOutToken,
|
|
808
|
-
)
|
|
809
|
-
from .uniswap_quote_sell_exactlyop import (
|
|
810
|
-
UniswapQuoteSellExactlyAmountIn,
|
|
811
|
-
UniswapQuoteSellExactlyAmountInTypedDict,
|
|
812
|
-
UniswapQuoteSellExactlyChain,
|
|
813
|
-
UniswapQuoteSellExactlyFeeEnum,
|
|
814
|
-
UniswapQuoteSellExactlyRequest,
|
|
815
|
-
UniswapQuoteSellExactlyRequestTypedDict,
|
|
816
|
-
UniswapQuoteSellExactlyTokenInToken,
|
|
817
|
-
UniswapQuoteSellExactlyTokenOutToken,
|
|
869
|
+
from .transactionresponse import (
|
|
870
|
+
TransactionResponse,
|
|
871
|
+
TransactionResponseTransaction,
|
|
872
|
+
TransactionResponseTransactionTypedDict,
|
|
873
|
+
TransactionResponseTypedDict,
|
|
818
874
|
)
|
|
875
|
+
from .underlyingtoken import UnderlyingToken, UnderlyingTokenTypedDict
|
|
819
876
|
from .uniswapbuyexactlyparams import (
|
|
820
877
|
UniswapBuyExactlyParams,
|
|
821
|
-
|
|
822
|
-
|
|
878
|
+
UniswapBuyExactlyParamsAmountOut,
|
|
879
|
+
UniswapBuyExactlyParamsAmountOutTypedDict,
|
|
823
880
|
UniswapBuyExactlyParamsTypedDict,
|
|
824
881
|
)
|
|
825
882
|
from .uniswapbuyexactlyrequest import (
|
|
826
883
|
UniswapBuyExactlyRequest,
|
|
827
|
-
|
|
828
|
-
|
|
884
|
+
UniswapBuyExactlyRequestAmountOut,
|
|
885
|
+
UniswapBuyExactlyRequestAmountOutTypedDict,
|
|
886
|
+
UniswapBuyExactlyRequestChain,
|
|
829
887
|
UniswapBuyExactlyRequestTypedDict,
|
|
830
888
|
)
|
|
889
|
+
from .uniswapbuyexactlytransactionresponse import (
|
|
890
|
+
UniswapBuyExactlyTransactionResponse,
|
|
891
|
+
UniswapBuyExactlyTransactionResponseTransaction,
|
|
892
|
+
UniswapBuyExactlyTransactionResponseTransactionTypedDict,
|
|
893
|
+
UniswapBuyExactlyTransactionResponseTypedDict,
|
|
894
|
+
)
|
|
831
895
|
from .uniswapbuyquoteinforesponse import (
|
|
832
896
|
UniswapBuyQuoteInfoResponse,
|
|
833
897
|
UniswapBuyQuoteInfoResponseTypedDict,
|
|
@@ -858,6 +922,7 @@ if TYPE_CHECKING:
|
|
|
858
922
|
UniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
859
923
|
UniswapIncreaseLiquidityProvisionRequestAmount1Min,
|
|
860
924
|
UniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict,
|
|
925
|
+
UniswapIncreaseLiquidityProvisionRequestChain,
|
|
861
926
|
UniswapIncreaseLiquidityProvisionRequestTypedDict,
|
|
862
927
|
)
|
|
863
928
|
from .uniswaplppositionsinforesponse import (
|
|
@@ -886,6 +951,7 @@ if TYPE_CHECKING:
|
|
|
886
951
|
UniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
887
952
|
UniswapMintLiquidityProvisionRequestAmount1Min,
|
|
888
953
|
UniswapMintLiquidityProvisionRequestAmount1MinTypedDict,
|
|
954
|
+
UniswapMintLiquidityProvisionRequestChain,
|
|
889
955
|
UniswapMintLiquidityProvisionRequestTypedDict,
|
|
890
956
|
)
|
|
891
957
|
from .uniswappoolpriceresponse import (
|
|
@@ -898,16 +964,23 @@ if TYPE_CHECKING:
|
|
|
898
964
|
)
|
|
899
965
|
from .uniswapsellexactlyparams import (
|
|
900
966
|
UniswapSellExactlyParams,
|
|
901
|
-
|
|
902
|
-
|
|
967
|
+
UniswapSellExactlyParamsAmountIn,
|
|
968
|
+
UniswapSellExactlyParamsAmountInTypedDict,
|
|
903
969
|
UniswapSellExactlyParamsTypedDict,
|
|
904
970
|
)
|
|
905
971
|
from .uniswapsellexactlyrequest import (
|
|
906
972
|
UniswapSellExactlyRequest,
|
|
907
|
-
|
|
908
|
-
|
|
973
|
+
UniswapSellExactlyRequestAmountIn,
|
|
974
|
+
UniswapSellExactlyRequestAmountInTypedDict,
|
|
975
|
+
UniswapSellExactlyRequestChain,
|
|
909
976
|
UniswapSellExactlyRequestTypedDict,
|
|
910
977
|
)
|
|
978
|
+
from .uniswapsellexactlytransactionresponse import (
|
|
979
|
+
UniswapSellExactlyTransactionResponse,
|
|
980
|
+
UniswapSellExactlyTransactionResponseTransaction,
|
|
981
|
+
UniswapSellExactlyTransactionResponseTransactionTypedDict,
|
|
982
|
+
UniswapSellExactlyTransactionResponseTypedDict,
|
|
983
|
+
)
|
|
911
984
|
from .uniswapsellquoteinforesponse import (
|
|
912
985
|
UniswapSellQuoteInfoResponse,
|
|
913
986
|
UniswapSellQuoteInfoResponseTypedDict,
|
|
@@ -920,6 +993,7 @@ if TYPE_CHECKING:
|
|
|
920
993
|
)
|
|
921
994
|
from .uniswapwithdrawliquidityprovisionrequest import (
|
|
922
995
|
UniswapWithdrawLiquidityProvisionRequest,
|
|
996
|
+
UniswapWithdrawLiquidityProvisionRequestChain,
|
|
923
997
|
UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal,
|
|
924
998
|
UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict,
|
|
925
999
|
UniswapWithdrawLiquidityProvisionRequestTypedDict,
|
|
@@ -939,21 +1013,247 @@ if TYPE_CHECKING:
|
|
|
939
1013
|
UnwrapWethRequest,
|
|
940
1014
|
UnwrapWethRequestAmount,
|
|
941
1015
|
UnwrapWethRequestAmountTypedDict,
|
|
1016
|
+
UnwrapWethRequestChain,
|
|
942
1017
|
UnwrapWethRequestTypedDict,
|
|
943
1018
|
)
|
|
944
1019
|
from .usageascollateral import UsageAsCollateral, UsageAsCollateralTypedDict
|
|
945
1020
|
from .useroperation import (
|
|
946
|
-
Body,
|
|
947
|
-
BodyTypedDict,
|
|
948
1021
|
UserOperation,
|
|
1022
|
+
UserOperationBody,
|
|
1023
|
+
UserOperationBodyTypedDict,
|
|
949
1024
|
UserOperationTypedDict,
|
|
950
1025
|
)
|
|
951
1026
|
from .useroperationresponse import (
|
|
952
1027
|
UserOperationResponse,
|
|
953
1028
|
UserOperationResponseTypedDict,
|
|
954
1029
|
)
|
|
955
|
-
from .userposition import UserPosition, UserPositionTypedDict
|
|
956
1030
|
from .userstate import UserState, UserStateTypedDict
|
|
1031
|
+
from .v1_aave_aave_supported_tokensop import (
|
|
1032
|
+
V1AaveAaveSupportedTokensChain,
|
|
1033
|
+
V1AaveAaveSupportedTokensRequest,
|
|
1034
|
+
V1AaveAaveSupportedTokensRequestTypedDict,
|
|
1035
|
+
)
|
|
1036
|
+
from .v1_aave_avg_rateop import (
|
|
1037
|
+
V1AaveAvgRateChain,
|
|
1038
|
+
V1AaveAvgRateRequest,
|
|
1039
|
+
V1AaveAvgRateRequestTypedDict,
|
|
1040
|
+
)
|
|
1041
|
+
from .v1_aave_historical_transactionsop import (
|
|
1042
|
+
V1AaveHistoricalTransactionsChain,
|
|
1043
|
+
V1AaveHistoricalTransactionsRequest,
|
|
1044
|
+
V1AaveHistoricalTransactionsRequestTypedDict,
|
|
1045
|
+
)
|
|
1046
|
+
from .v1_aave_liquidity_changeop import (
|
|
1047
|
+
V1AaveLiquidityChangeChain,
|
|
1048
|
+
V1AaveLiquidityChangeRequest,
|
|
1049
|
+
V1AaveLiquidityChangeRequestTypedDict,
|
|
1050
|
+
)
|
|
1051
|
+
from .v1_aave_rateop import (
|
|
1052
|
+
V1AaveRateChain,
|
|
1053
|
+
V1AaveRateRequest,
|
|
1054
|
+
V1AaveRateRequestTypedDict,
|
|
1055
|
+
)
|
|
1056
|
+
from .v1_aave_reserve_overviewop import (
|
|
1057
|
+
V1AaveReserveOverviewChain,
|
|
1058
|
+
V1AaveReserveOverviewRequest,
|
|
1059
|
+
V1AaveReserveOverviewRequestTypedDict,
|
|
1060
|
+
)
|
|
1061
|
+
from .v1_aave_std_rateop import (
|
|
1062
|
+
V1AaveStdRateChain,
|
|
1063
|
+
V1AaveStdRateRequest,
|
|
1064
|
+
V1AaveStdRateRequestTypedDict,
|
|
1065
|
+
)
|
|
1066
|
+
from .v1_aave_token_priceop import (
|
|
1067
|
+
V1AaveTokenPriceChain,
|
|
1068
|
+
V1AaveTokenPriceRequest,
|
|
1069
|
+
V1AaveTokenPriceRequestTypedDict,
|
|
1070
|
+
)
|
|
1071
|
+
from .v1_aave_user_position_per_tokenop import (
|
|
1072
|
+
V1AaveUserPositionPerTokenChain,
|
|
1073
|
+
V1AaveUserPositionPerTokenRequest,
|
|
1074
|
+
V1AaveUserPositionPerTokenRequestTypedDict,
|
|
1075
|
+
)
|
|
1076
|
+
from .v1_aave_user_position_summaryop import (
|
|
1077
|
+
V1AaveUserPositionSummaryChain,
|
|
1078
|
+
V1AaveUserPositionSummaryRequest,
|
|
1079
|
+
V1AaveUserPositionSummaryRequestTypedDict,
|
|
1080
|
+
)
|
|
1081
|
+
from .v1_aerodrome_slipstream_liquidity_provision_positionsop import (
|
|
1082
|
+
V1AerodromeSlipstreamLiquidityProvisionPositionsChain,
|
|
1083
|
+
V1AerodromeSlipstreamLiquidityProvisionPositionsRequest,
|
|
1084
|
+
V1AerodromeSlipstreamLiquidityProvisionPositionsRequestTypedDict,
|
|
1085
|
+
)
|
|
1086
|
+
from .v1_aerodrome_slipstream_pool_priceop import (
|
|
1087
|
+
V1AerodromeSlipstreamPoolPriceChain,
|
|
1088
|
+
V1AerodromeSlipstreamPoolPriceRequest,
|
|
1089
|
+
V1AerodromeSlipstreamPoolPriceRequestTypedDict,
|
|
1090
|
+
)
|
|
1091
|
+
from .v1_ethena_vaultop import (
|
|
1092
|
+
V1EthenaVaultChain,
|
|
1093
|
+
V1EthenaVaultRequest,
|
|
1094
|
+
V1EthenaVaultRequestTypedDict,
|
|
1095
|
+
)
|
|
1096
|
+
from .v1_generic_allowanceop import (
|
|
1097
|
+
V1GenericAllowanceChain,
|
|
1098
|
+
V1GenericAllowanceContractEnum,
|
|
1099
|
+
V1GenericAllowanceContractUnion,
|
|
1100
|
+
V1GenericAllowanceContractUnionTypedDict,
|
|
1101
|
+
V1GenericAllowanceRequest,
|
|
1102
|
+
V1GenericAllowanceRequestTypedDict,
|
|
1103
|
+
)
|
|
1104
|
+
from .v1_generic_ensop import (
|
|
1105
|
+
V1GenericEnsChain,
|
|
1106
|
+
V1GenericEnsRequest,
|
|
1107
|
+
V1GenericEnsRequestTypedDict,
|
|
1108
|
+
)
|
|
1109
|
+
from .v1_generic_portfolioop import (
|
|
1110
|
+
V1GenericPortfolioChain,
|
|
1111
|
+
V1GenericPortfolioRequest,
|
|
1112
|
+
V1GenericPortfolioRequestTypedDict,
|
|
1113
|
+
)
|
|
1114
|
+
from .v1_generic_supported_chainsop import (
|
|
1115
|
+
V1GenericSupportedChainsRequest,
|
|
1116
|
+
V1GenericSupportedChainsRequestTypedDict,
|
|
1117
|
+
)
|
|
1118
|
+
from .v1_morpho_market_positionop import (
|
|
1119
|
+
V1MorphoMarketPositionChain,
|
|
1120
|
+
V1MorphoMarketPositionRequest,
|
|
1121
|
+
V1MorphoMarketPositionRequestTypedDict,
|
|
1122
|
+
)
|
|
1123
|
+
from .v1_morpho_marketop import (
|
|
1124
|
+
V1MorphoMarketChain,
|
|
1125
|
+
V1MorphoMarketRequest,
|
|
1126
|
+
V1MorphoMarketRequestTypedDict,
|
|
1127
|
+
)
|
|
1128
|
+
from .v1_morpho_marketsop import (
|
|
1129
|
+
V1MorphoMarketsChain,
|
|
1130
|
+
V1MorphoMarketsRequest,
|
|
1131
|
+
V1MorphoMarketsRequestTypedDict,
|
|
1132
|
+
)
|
|
1133
|
+
from .v1_morpho_user_positionop import (
|
|
1134
|
+
V1MorphoUserPositionChain,
|
|
1135
|
+
V1MorphoUserPositionRequest,
|
|
1136
|
+
V1MorphoUserPositionRequestTypedDict,
|
|
1137
|
+
)
|
|
1138
|
+
from .v1_morpho_vaultop import (
|
|
1139
|
+
V1MorphoVaultChain,
|
|
1140
|
+
V1MorphoVaultRequest,
|
|
1141
|
+
V1MorphoVaultRequestTypedDict,
|
|
1142
|
+
)
|
|
1143
|
+
from .v1_morpho_vaultsop import (
|
|
1144
|
+
V1MorphoVaultsChain,
|
|
1145
|
+
V1MorphoVaultsRequest,
|
|
1146
|
+
V1MorphoVaultsRequestTypedDict,
|
|
1147
|
+
)
|
|
1148
|
+
from .v1_pendle_marketop import (
|
|
1149
|
+
V1PendleMarketChain,
|
|
1150
|
+
V1PendleMarketRequest,
|
|
1151
|
+
V1PendleMarketRequestTypedDict,
|
|
1152
|
+
)
|
|
1153
|
+
from .v1_pendle_marketsop import (
|
|
1154
|
+
V1PendleMarketsChain,
|
|
1155
|
+
V1PendleMarketsRequest,
|
|
1156
|
+
V1PendleMarketsRequestTypedDict,
|
|
1157
|
+
)
|
|
1158
|
+
from .v1_pendle_positionsop import (
|
|
1159
|
+
V1PendlePositionsChain,
|
|
1160
|
+
V1PendlePositionsRequest,
|
|
1161
|
+
V1PendlePositionsRequestTypedDict,
|
|
1162
|
+
)
|
|
1163
|
+
from .v1_sky_positionop import (
|
|
1164
|
+
V1SkyPositionChain,
|
|
1165
|
+
V1SkyPositionRequest,
|
|
1166
|
+
V1SkyPositionRequestTypedDict,
|
|
1167
|
+
)
|
|
1168
|
+
from .v1_token_balanceop import (
|
|
1169
|
+
V1TokenBalanceChain,
|
|
1170
|
+
V1TokenBalanceRequest,
|
|
1171
|
+
V1TokenBalanceRequestTypedDict,
|
|
1172
|
+
)
|
|
1173
|
+
from .v1_token_listop import (
|
|
1174
|
+
V1TokenListChain,
|
|
1175
|
+
V1TokenListRequest,
|
|
1176
|
+
V1TokenListRequestTypedDict,
|
|
1177
|
+
)
|
|
1178
|
+
from .v1_token_priceop import (
|
|
1179
|
+
V1TokenPriceChain,
|
|
1180
|
+
V1TokenPriceRequest,
|
|
1181
|
+
V1TokenPriceRequestTypedDict,
|
|
1182
|
+
)
|
|
1183
|
+
from .v1_transaction_bundler_aave_loopop import (
|
|
1184
|
+
ResponseV1TransactionBundlerAaveLoop,
|
|
1185
|
+
ResponseV1TransactionBundlerAaveLoopTypedDict,
|
|
1186
|
+
)
|
|
1187
|
+
from .v1_uniswap_liquidity_provision_in_rangeop import (
|
|
1188
|
+
V1UniswapLiquidityProvisionInRangeChain,
|
|
1189
|
+
V1UniswapLiquidityProvisionInRangeRequest,
|
|
1190
|
+
V1UniswapLiquidityProvisionInRangeRequestTypedDict,
|
|
1191
|
+
)
|
|
1192
|
+
from .v1_uniswap_liquidity_provision_positionsop import (
|
|
1193
|
+
V1UniswapLiquidityProvisionPositionsChain,
|
|
1194
|
+
V1UniswapLiquidityProvisionPositionsRequest,
|
|
1195
|
+
V1UniswapLiquidityProvisionPositionsRequestTypedDict,
|
|
1196
|
+
)
|
|
1197
|
+
from .v1_uniswap_pool_priceop import (
|
|
1198
|
+
V1UniswapPoolPriceChain,
|
|
1199
|
+
V1UniswapPoolPriceFeeEnum,
|
|
1200
|
+
V1UniswapPoolPriceRequest,
|
|
1201
|
+
V1UniswapPoolPriceRequestTypedDict,
|
|
1202
|
+
)
|
|
1203
|
+
from .v1_uniswap_quote_buy_exactlyop import (
|
|
1204
|
+
V1UniswapQuoteBuyExactlyAmountOut,
|
|
1205
|
+
V1UniswapQuoteBuyExactlyAmountOutTypedDict,
|
|
1206
|
+
V1UniswapQuoteBuyExactlyChain,
|
|
1207
|
+
V1UniswapQuoteBuyExactlyFeeEnum,
|
|
1208
|
+
V1UniswapQuoteBuyExactlyRequest,
|
|
1209
|
+
V1UniswapQuoteBuyExactlyRequestTypedDict,
|
|
1210
|
+
)
|
|
1211
|
+
from .v1_uniswap_quote_sell_exactlyop import (
|
|
1212
|
+
V1UniswapQuoteSellExactlyAmountIn,
|
|
1213
|
+
V1UniswapQuoteSellExactlyAmountInTypedDict,
|
|
1214
|
+
V1UniswapQuoteSellExactlyChain,
|
|
1215
|
+
V1UniswapQuoteSellExactlyFeeEnum,
|
|
1216
|
+
V1UniswapQuoteSellExactlyRequest,
|
|
1217
|
+
V1UniswapQuoteSellExactlyRequestTypedDict,
|
|
1218
|
+
)
|
|
1219
|
+
from .v1_vaults_vaultop import (
|
|
1220
|
+
V1VaultsVaultChain,
|
|
1221
|
+
V1VaultsVaultRequest,
|
|
1222
|
+
V1VaultsVaultRequestTypedDict,
|
|
1223
|
+
)
|
|
1224
|
+
from .v1_wildcat_marketop import (
|
|
1225
|
+
V1WildcatMarketChain,
|
|
1226
|
+
V1WildcatMarketRequest,
|
|
1227
|
+
V1WildcatMarketRequestTypedDict,
|
|
1228
|
+
)
|
|
1229
|
+
from .v2_cctp_mintop import (
|
|
1230
|
+
Response200V2CctpMint,
|
|
1231
|
+
Response200V2CctpMintTypedDict,
|
|
1232
|
+
V2CctpMintResponse,
|
|
1233
|
+
V2CctpMintResponseTypedDict,
|
|
1234
|
+
)
|
|
1235
|
+
from .v2_earn_aave_marketsop import (
|
|
1236
|
+
V2EarnAaveMarketsRequest,
|
|
1237
|
+
V2EarnAaveMarketsRequestTypedDict,
|
|
1238
|
+
)
|
|
1239
|
+
from .v2_earn_positionsop import (
|
|
1240
|
+
V2EarnPositionsChain,
|
|
1241
|
+
V2EarnPositionsRequest,
|
|
1242
|
+
V2EarnPositionsRequestTypedDict,
|
|
1243
|
+
)
|
|
1244
|
+
from .v2_earn_vaultsop import (
|
|
1245
|
+
Direction,
|
|
1246
|
+
V2EarnVaultsRequest,
|
|
1247
|
+
V2EarnVaultsRequestTypedDict,
|
|
1248
|
+
)
|
|
1249
|
+
from .v2bundlerequest import V2BundleRequest, V2BundleRequestTypedDict
|
|
1250
|
+
from .v2bundleresponse import V2BundleResponse, V2BundleResponseTypedDict
|
|
1251
|
+
from .v2useroperation import (
|
|
1252
|
+
V2UserOperation,
|
|
1253
|
+
V2UserOperationBody,
|
|
1254
|
+
V2UserOperationBodyTypedDict,
|
|
1255
|
+
V2UserOperationTypedDict,
|
|
1256
|
+
)
|
|
957
1257
|
from .validationerror import (
|
|
958
1258
|
Loc,
|
|
959
1259
|
LocTypedDict,
|
|
@@ -961,27 +1261,38 @@ if TYPE_CHECKING:
|
|
|
961
1261
|
ValidationErrorTypedDict,
|
|
962
1262
|
)
|
|
963
1263
|
from .vault import Vault, VaultTypedDict
|
|
1264
|
+
from .vaultdepositparams import (
|
|
1265
|
+
VaultDepositParams,
|
|
1266
|
+
VaultDepositParamsAmount,
|
|
1267
|
+
VaultDepositParamsAmountTypedDict,
|
|
1268
|
+
VaultDepositParamsTypedDict,
|
|
1269
|
+
)
|
|
964
1270
|
from .vaultdepositrequest import (
|
|
965
1271
|
VaultDepositRequest,
|
|
966
1272
|
VaultDepositRequestAmount,
|
|
967
1273
|
VaultDepositRequestAmountTypedDict,
|
|
1274
|
+
VaultDepositRequestChain,
|
|
968
1275
|
VaultDepositRequestTypedDict,
|
|
969
1276
|
)
|
|
970
1277
|
from .vaultgetvaultresponse import (
|
|
971
1278
|
VaultGetVaultResponse,
|
|
972
1279
|
VaultGetVaultResponseTypedDict,
|
|
973
1280
|
)
|
|
974
|
-
from .
|
|
975
|
-
from .
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
VaultsVaultRequestTypedDict,
|
|
979
|
-
)
|
|
1281
|
+
from .vaultinfo import VaultInfo, VaultInfoTypedDict
|
|
1282
|
+
from .vaultsresponse import VaultsResponse, VaultsResponseTypedDict
|
|
1283
|
+
from .vaultvenue import VaultVenue, VaultVenueTypedDict
|
|
1284
|
+
from .vaultwithdrawparams import VaultWithdrawParams, VaultWithdrawParamsTypedDict
|
|
980
1285
|
from .vaultwithdrawrequest import (
|
|
981
1286
|
VaultWithdrawRequest,
|
|
1287
|
+
VaultWithdrawRequestChain,
|
|
982
1288
|
VaultWithdrawRequestTypedDict,
|
|
983
1289
|
)
|
|
984
1290
|
from .weeklyapys import WeeklyApys, WeeklyApysTypedDict
|
|
1291
|
+
from .wildcatgetmarketresponse import (
|
|
1292
|
+
WildcatGetMarketResponse,
|
|
1293
|
+
WildcatGetMarketResponseTypedDict,
|
|
1294
|
+
)
|
|
1295
|
+
from .withdraw import Withdraw, WithdrawTypedDict
|
|
985
1296
|
from .wrapethparams import (
|
|
986
1297
|
WrapEthParams,
|
|
987
1298
|
WrapEthParamsAmount,
|
|
@@ -992,17 +1303,14 @@ if TYPE_CHECKING:
|
|
|
992
1303
|
WrapEthRequest,
|
|
993
1304
|
WrapEthRequestAmount,
|
|
994
1305
|
WrapEthRequestAmountTypedDict,
|
|
1306
|
+
WrapEthRequestChain,
|
|
995
1307
|
WrapEthRequestTypedDict,
|
|
996
1308
|
)
|
|
997
1309
|
from .yieldrange import YieldRange, YieldRangeTypedDict
|
|
998
1310
|
|
|
999
1311
|
__all__ = [
|
|
1000
|
-
"AaveAvgRateChain",
|
|
1001
|
-
"AaveAvgRateRequest",
|
|
1002
|
-
"AaveAvgRateRequestTypedDict",
|
|
1003
1312
|
"AaveAvgRateResponse",
|
|
1004
1313
|
"AaveAvgRateResponseTypedDict",
|
|
1005
|
-
"AaveAvgRateToken",
|
|
1006
1314
|
"AaveBorrowParams",
|
|
1007
1315
|
"AaveBorrowParamsAmount",
|
|
1008
1316
|
"AaveBorrowParamsAmountTypedDict",
|
|
@@ -1010,26 +1318,21 @@ __all__ = [
|
|
|
1010
1318
|
"AaveBorrowRequest",
|
|
1011
1319
|
"AaveBorrowRequestAmount",
|
|
1012
1320
|
"AaveBorrowRequestAmountTypedDict",
|
|
1321
|
+
"AaveBorrowRequestChain",
|
|
1013
1322
|
"AaveBorrowRequestTypedDict",
|
|
1014
|
-
"AaveHistoricalTransactionsChain",
|
|
1015
|
-
"AaveHistoricalTransactionsRequest",
|
|
1016
|
-
"AaveHistoricalTransactionsRequestTypedDict",
|
|
1017
1323
|
"AaveHistoricalTransactionsResponse",
|
|
1324
|
+
"AaveHistoricalTransactionsResponseTransaction",
|
|
1325
|
+
"AaveHistoricalTransactionsResponseTransactionTypedDict",
|
|
1018
1326
|
"AaveHistoricalTransactionsResponseTypedDict",
|
|
1019
|
-
"AaveLiquidityChangeChain",
|
|
1020
|
-
"AaveLiquidityChangeRequest",
|
|
1021
|
-
"AaveLiquidityChangeRequestTypedDict",
|
|
1022
1327
|
"AaveLiquidityChangeResponse",
|
|
1023
1328
|
"AaveLiquidityChangeResponseTypedDict",
|
|
1024
|
-
"AaveLiquidityChangeToken",
|
|
1025
1329
|
"AaveLoopRequest",
|
|
1330
|
+
"AaveLoopRequestChain",
|
|
1026
1331
|
"AaveLoopRequestTypedDict",
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1029
|
-
"AaveRateRequestTypedDict",
|
|
1332
|
+
"AavePosition",
|
|
1333
|
+
"AavePositionTypedDict",
|
|
1030
1334
|
"AaveRateResponse",
|
|
1031
1335
|
"AaveRateResponseTypedDict",
|
|
1032
|
-
"AaveRateToken",
|
|
1033
1336
|
"AaveRepayParams",
|
|
1034
1337
|
"AaveRepayParamsAmount",
|
|
1035
1338
|
"AaveRepayParamsAmountTypedDict",
|
|
@@ -1037,19 +1340,17 @@ __all__ = [
|
|
|
1037
1340
|
"AaveRepayRequest",
|
|
1038
1341
|
"AaveRepayRequestAmount",
|
|
1039
1342
|
"AaveRepayRequestAmountTypedDict",
|
|
1343
|
+
"AaveRepayRequestChain",
|
|
1040
1344
|
"AaveRepayRequestTypedDict",
|
|
1041
|
-
"AaveReserveOverviewChain",
|
|
1042
|
-
"AaveReserveOverviewRequest",
|
|
1043
|
-
"AaveReserveOverviewRequestTypedDict",
|
|
1044
1345
|
"AaveReserveOverviewResponse",
|
|
1045
1346
|
"AaveReserveOverviewResponseTypedDict",
|
|
1046
|
-
"AaveReserveOverviewToken",
|
|
1047
1347
|
"AaveSTDRateResponse",
|
|
1048
1348
|
"AaveSTDRateResponseTypedDict",
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1349
|
+
"AaveSetUserEModeParams",
|
|
1350
|
+
"AaveSetUserEModeParamsTypedDict",
|
|
1351
|
+
"AaveSetUserEModeRequest",
|
|
1352
|
+
"AaveSetUserEModeRequestChain",
|
|
1353
|
+
"AaveSetUserEModeRequestTypedDict",
|
|
1053
1354
|
"AaveSupplyParams",
|
|
1054
1355
|
"AaveSupplyParamsAmount",
|
|
1055
1356
|
"AaveSupplyParamsAmountTypedDict",
|
|
@@ -1057,24 +1358,20 @@ __all__ = [
|
|
|
1057
1358
|
"AaveSupplyRequest",
|
|
1058
1359
|
"AaveSupplyRequestAmount",
|
|
1059
1360
|
"AaveSupplyRequestAmountTypedDict",
|
|
1361
|
+
"AaveSupplyRequestChain",
|
|
1060
1362
|
"AaveSupplyRequestTypedDict",
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1063
|
-
"
|
|
1363
|
+
"AaveSupportedTokenMetadata",
|
|
1364
|
+
"AaveSupportedTokenMetadataTypedDict",
|
|
1365
|
+
"AaveSupportedTokensResponse",
|
|
1366
|
+
"AaveSupportedTokensResponseTypedDict",
|
|
1064
1367
|
"AaveTokenPriceResponse",
|
|
1065
1368
|
"AaveTokenPriceResponseTypedDict",
|
|
1066
|
-
"AaveTokenPriceToken",
|
|
1067
|
-
"AaveUserPositionPerTokenChain",
|
|
1068
|
-
"AaveUserPositionPerTokenRequest",
|
|
1069
|
-
"AaveUserPositionPerTokenRequestTypedDict",
|
|
1070
1369
|
"AaveUserPositionPerTokenResponse",
|
|
1071
1370
|
"AaveUserPositionPerTokenResponseTypedDict",
|
|
1072
|
-
"AaveUserPositionPerTokenToken",
|
|
1073
|
-
"AaveUserPositionSummaryChain",
|
|
1074
|
-
"AaveUserPositionSummaryRequest",
|
|
1075
|
-
"AaveUserPositionSummaryRequestTypedDict",
|
|
1076
1371
|
"AaveUserPositionSummaryResponse",
|
|
1077
1372
|
"AaveUserPositionSummaryResponseTypedDict",
|
|
1373
|
+
"AaveVenue",
|
|
1374
|
+
"AaveVenueTypedDict",
|
|
1078
1375
|
"AaveWithdrawParams",
|
|
1079
1376
|
"AaveWithdrawParamsAmount",
|
|
1080
1377
|
"AaveWithdrawParamsAmountTypedDict",
|
|
@@ -1082,11 +1379,12 @@ __all__ = [
|
|
|
1082
1379
|
"AaveWithdrawRequest",
|
|
1083
1380
|
"AaveWithdrawRequestAmount",
|
|
1084
1381
|
"AaveWithdrawRequestAmountTypedDict",
|
|
1382
|
+
"AaveWithdrawRequestChain",
|
|
1085
1383
|
"AaveWithdrawRequestTypedDict",
|
|
1384
|
+
"AerodromeEnrichedPosition",
|
|
1385
|
+
"AerodromeEnrichedPositionTypedDict",
|
|
1086
1386
|
"AerodromeLPPositionsResponse",
|
|
1087
1387
|
"AerodromeLPPositionsResponseTypedDict",
|
|
1088
|
-
"AerodromePosition",
|
|
1089
|
-
"AerodromePositionTypedDict",
|
|
1090
1388
|
"AerodromeSlipstreamBuyExactlyParams",
|
|
1091
1389
|
"AerodromeSlipstreamBuyExactlyParamsAmountInMaximum",
|
|
1092
1390
|
"AerodromeSlipstreamBuyExactlyParamsAmountInMaximumTypedDict",
|
|
@@ -1098,6 +1396,7 @@ __all__ = [
|
|
|
1098
1396
|
"AerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict",
|
|
1099
1397
|
"AerodromeSlipstreamBuyExactlyRequestAmountOut",
|
|
1100
1398
|
"AerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict",
|
|
1399
|
+
"AerodromeSlipstreamBuyExactlyRequestChain",
|
|
1101
1400
|
"AerodromeSlipstreamBuyExactlyRequestTypedDict",
|
|
1102
1401
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParams",
|
|
1103
1402
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired",
|
|
@@ -1118,10 +1417,8 @@ __all__ = [
|
|
|
1118
1417
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1119
1418
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min",
|
|
1120
1419
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1420
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestChain",
|
|
1121
1421
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict",
|
|
1122
|
-
"AerodromeSlipstreamLiquidityProvisionPositionsChain",
|
|
1123
|
-
"AerodromeSlipstreamLiquidityProvisionPositionsRequest",
|
|
1124
|
-
"AerodromeSlipstreamLiquidityProvisionPositionsRequestTypedDict",
|
|
1125
1422
|
"AerodromeSlipstreamMintLiquidityProvisionParams",
|
|
1126
1423
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired",
|
|
1127
1424
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount0DesiredTypedDict",
|
|
@@ -1141,14 +1438,10 @@ __all__ = [
|
|
|
1141
1438
|
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1142
1439
|
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min",
|
|
1143
1440
|
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1441
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestChain",
|
|
1144
1442
|
"AerodromeSlipstreamMintLiquidityProvisionRequestTypedDict",
|
|
1145
|
-
"AerodromeSlipstreamPoolPriceChain",
|
|
1146
|
-
"AerodromeSlipstreamPoolPriceRequest",
|
|
1147
|
-
"AerodromeSlipstreamPoolPriceRequestTypedDict",
|
|
1148
1443
|
"AerodromeSlipstreamPoolPriceResponse",
|
|
1149
1444
|
"AerodromeSlipstreamPoolPriceResponseTypedDict",
|
|
1150
|
-
"AerodromeSlipstreamPoolPriceTokenInToken",
|
|
1151
|
-
"AerodromeSlipstreamPoolPriceTokenOutToken",
|
|
1152
1445
|
"AerodromeSlipstreamSellExactlyParams",
|
|
1153
1446
|
"AerodromeSlipstreamSellExactlyParamsAmountIn",
|
|
1154
1447
|
"AerodromeSlipstreamSellExactlyParamsAmountInTypedDict",
|
|
@@ -1160,101 +1453,197 @@ __all__ = [
|
|
|
1160
1453
|
"AerodromeSlipstreamSellExactlyRequestAmountInTypedDict",
|
|
1161
1454
|
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimum",
|
|
1162
1455
|
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict",
|
|
1456
|
+
"AerodromeSlipstreamSellExactlyRequestChain",
|
|
1163
1457
|
"AerodromeSlipstreamSellExactlyRequestTypedDict",
|
|
1164
1458
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParams",
|
|
1165
1459
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal",
|
|
1166
1460
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict",
|
|
1167
1461
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsTypedDict",
|
|
1168
1462
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequest",
|
|
1463
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestChain",
|
|
1169
1464
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal",
|
|
1170
1465
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict",
|
|
1171
1466
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict",
|
|
1172
1467
|
"AllowanceInfoResponse",
|
|
1173
1468
|
"AllowanceInfoResponseTypedDict",
|
|
1469
|
+
"ApproveTransferRequest",
|
|
1470
|
+
"ApproveTransferRequestTypedDict",
|
|
1471
|
+
"ApproveTransferResponse",
|
|
1472
|
+
"ApproveTransferResponseTypedDict",
|
|
1174
1473
|
"Apy",
|
|
1175
1474
|
"ApyTypedDict",
|
|
1475
|
+
"BatchedSafeOperationsResponseInput",
|
|
1476
|
+
"BatchedSafeOperationsResponseInputTypedDict",
|
|
1477
|
+
"BatchedSafeOperationsResponseOutput",
|
|
1478
|
+
"BatchedSafeOperationsResponseOutputTypedDict",
|
|
1176
1479
|
"BatchedUserOperationsRequest",
|
|
1480
|
+
"BatchedUserOperationsRequestChain",
|
|
1177
1481
|
"BatchedUserOperationsRequestTypedDict",
|
|
1178
1482
|
"BatchedUserOperationsResponse",
|
|
1179
1483
|
"BatchedUserOperationsResponseTypedDict",
|
|
1180
|
-
"Body",
|
|
1181
|
-
"BodyTypedDict",
|
|
1182
1484
|
"Borrow",
|
|
1183
1485
|
"BorrowTypedDict",
|
|
1184
1486
|
"Borrowratemode",
|
|
1487
|
+
"BundlerTransactionResponse",
|
|
1488
|
+
"BundlerTransactionResponseTypedDict",
|
|
1185
1489
|
"Chain",
|
|
1186
1490
|
"ChainInfo",
|
|
1187
1491
|
"ChainInfoTypedDict",
|
|
1188
|
-
"
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1207
|
-
"
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1218
|
-
"
|
|
1219
|
-
"
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1492
|
+
"ChainMarketInfo",
|
|
1493
|
+
"ChainMarketInfoTypedDict",
|
|
1494
|
+
"CompassAPIBackendV1ModelsGenericReadResponsePortfolioTokenBalance",
|
|
1495
|
+
"CompassAPIBackendV1ModelsGenericReadResponsePortfolioTokenBalanceTypedDict",
|
|
1496
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionApyData",
|
|
1497
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionApyDataTypedDict",
|
|
1498
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionAsset",
|
|
1499
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionAssetTypedDict",
|
|
1500
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionMarketState",
|
|
1501
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionMarketStateTypedDict",
|
|
1502
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultPosition",
|
|
1503
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultPositionTypedDict",
|
|
1504
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultState",
|
|
1505
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultStateTypedDict",
|
|
1506
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketApyData",
|
|
1507
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketApyDataTypedDict",
|
|
1508
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketAsset",
|
|
1509
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketAssetTypedDict",
|
|
1510
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketMarketState",
|
|
1511
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketMarketStateTypedDict",
|
|
1512
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsAsset",
|
|
1513
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsAssetTypedDict",
|
|
1514
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsMarketState",
|
|
1515
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsMarketStateTypedDict",
|
|
1516
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsAsset",
|
|
1517
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsAssetTypedDict",
|
|
1518
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsVaultState",
|
|
1519
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsVaultStateTypedDict",
|
|
1520
|
+
"CompassAPIBackendV1ModelsPendleReadResponseMarketUserPosition",
|
|
1521
|
+
"CompassAPIBackendV1ModelsPendleReadResponseMarketUserPositionTypedDict",
|
|
1522
|
+
"CompassAPIBackendV1ModelsPendleReadResponsePositionsTokenBalance",
|
|
1523
|
+
"CompassAPIBackendV1ModelsPendleReadResponsePositionsTokenBalanceTypedDict",
|
|
1524
|
+
"CompassAPIBackendV1ModelsVaultsReadResponseVaultUserPosition",
|
|
1525
|
+
"CompassAPIBackendV1ModelsVaultsReadResponseVaultUserPositionTypedDict",
|
|
1526
|
+
"CompassAPIBackendV1ModelsWildcatReadResponseMarketUserPosition",
|
|
1527
|
+
"CompassAPIBackendV1ModelsWildcatReadResponseMarketUserPositionTypedDict",
|
|
1528
|
+
"CompassAPIBackendV2ModelsEarnReadResponsePositionsVaultPosition",
|
|
1529
|
+
"CompassAPIBackendV2ModelsEarnReadResponsePositionsVaultPositionTypedDict",
|
|
1530
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712Domain",
|
|
1531
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712DomainTypedDict",
|
|
1532
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712Types",
|
|
1533
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712TypesTypedDict",
|
|
1534
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712Domain",
|
|
1535
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712DomainTypedDict",
|
|
1536
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712Types",
|
|
1537
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712TypesTypedDict",
|
|
1538
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712Domain",
|
|
1539
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712DomainTypedDict",
|
|
1540
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712Types",
|
|
1541
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712TypesTypedDict",
|
|
1542
|
+
"CooldownEnd",
|
|
1543
|
+
"CooldownEndTypedDict",
|
|
1544
|
+
"CooldownPosition",
|
|
1545
|
+
"CooldownPositionTypedDict",
|
|
1546
|
+
"CreateAccountRequest",
|
|
1547
|
+
"CreateAccountRequestChain",
|
|
1548
|
+
"CreateAccountRequestTypedDict",
|
|
1549
|
+
"CreateAccountResponse",
|
|
1550
|
+
"CreateAccountResponseTypedDict",
|
|
1551
|
+
"Denomination",
|
|
1552
|
+
"DepositForBurnRequest",
|
|
1553
|
+
"DepositForBurnRequestAmount",
|
|
1554
|
+
"DepositForBurnRequestAmountTypedDict",
|
|
1555
|
+
"DepositForBurnRequestChain",
|
|
1556
|
+
"DepositForBurnRequestTransferMode",
|
|
1557
|
+
"DepositForBurnRequestTypedDict",
|
|
1558
|
+
"DepositForBurnResponse",
|
|
1559
|
+
"DepositForBurnResponseTransferMode",
|
|
1560
|
+
"DepositForBurnResponseTypedDict",
|
|
1561
|
+
"DestinationChain",
|
|
1222
1562
|
"Details",
|
|
1223
1563
|
"DetailsTypedDict",
|
|
1564
|
+
"Direction",
|
|
1565
|
+
"EarnManageParams",
|
|
1566
|
+
"EarnManageParamsAction",
|
|
1567
|
+
"EarnManageParamsTypedDict",
|
|
1568
|
+
"EarnManageParamsVenue",
|
|
1569
|
+
"EarnManageParamsVenueTypedDict",
|
|
1570
|
+
"EarnManageRequest",
|
|
1571
|
+
"EarnManageRequestAction",
|
|
1572
|
+
"EarnManageRequestTypedDict",
|
|
1573
|
+
"EarnManageRequestVenue",
|
|
1574
|
+
"EarnManageRequestVenueTypedDict",
|
|
1575
|
+
"EarnManageResponse",
|
|
1576
|
+
"EarnManageResponseTypedDict",
|
|
1577
|
+
"EarnPositionsResponse",
|
|
1578
|
+
"EarnPositionsResponseTypedDict",
|
|
1579
|
+
"EarnSwapParams",
|
|
1580
|
+
"EarnSwapParamsAmountIn",
|
|
1581
|
+
"EarnSwapParamsAmountInTypedDict",
|
|
1582
|
+
"EarnSwapParamsSlippage",
|
|
1583
|
+
"EarnSwapParamsSlippageTypedDict",
|
|
1584
|
+
"EarnSwapParamsTypedDict",
|
|
1585
|
+
"EarnSwapRequest",
|
|
1586
|
+
"EarnSwapRequestAmountIn",
|
|
1587
|
+
"EarnSwapRequestAmountInTypedDict",
|
|
1588
|
+
"EarnSwapRequestSlippage",
|
|
1589
|
+
"EarnSwapRequestSlippageTypedDict",
|
|
1590
|
+
"EarnSwapRequestTypedDict",
|
|
1591
|
+
"EarnSwapResponse",
|
|
1592
|
+
"EarnSwapResponseTypedDict",
|
|
1593
|
+
"EarnTransferRequest",
|
|
1594
|
+
"EarnTransferRequestAction",
|
|
1595
|
+
"EarnTransferRequestAmount",
|
|
1596
|
+
"EarnTransferRequestAmountTypedDict",
|
|
1597
|
+
"EarnTransferRequestTypedDict",
|
|
1598
|
+
"EarnTransferResponse",
|
|
1599
|
+
"EarnTransferResponseEip712",
|
|
1600
|
+
"EarnTransferResponseEip712TypedDict",
|
|
1601
|
+
"EarnTransferResponseTypedDict",
|
|
1602
|
+
"Eip712DomainField",
|
|
1603
|
+
"Eip712DomainFieldTypedDict",
|
|
1604
|
+
"Eip712Field",
|
|
1605
|
+
"Eip712FieldTypedDict",
|
|
1224
1606
|
"EnsNameInfoResponse",
|
|
1225
1607
|
"EnsNameInfoResponseTypedDict",
|
|
1226
1608
|
"Erc20Data",
|
|
1227
1609
|
"Erc20DataTypedDict",
|
|
1610
|
+
"EthenaDepositParams",
|
|
1611
|
+
"EthenaDepositParamsAmount",
|
|
1612
|
+
"EthenaDepositParamsAmountTypedDict",
|
|
1613
|
+
"EthenaDepositParamsTypedDict",
|
|
1614
|
+
"EthenaDepositRequest",
|
|
1615
|
+
"EthenaDepositRequestAmount",
|
|
1616
|
+
"EthenaDepositRequestAmountTypedDict",
|
|
1617
|
+
"EthenaDepositRequestChain",
|
|
1618
|
+
"EthenaDepositRequestTypedDict",
|
|
1619
|
+
"EthenaGetVaultResponse",
|
|
1620
|
+
"EthenaGetVaultResponseTypedDict",
|
|
1621
|
+
"EthenaRequestToWithdrawParams",
|
|
1622
|
+
"EthenaRequestToWithdrawParamsTypedDict",
|
|
1623
|
+
"EthenaRequestToWithdrawRequest",
|
|
1624
|
+
"EthenaRequestToWithdrawRequestChain",
|
|
1625
|
+
"EthenaRequestToWithdrawRequestTypedDict",
|
|
1626
|
+
"EthenaRequestToWithdrawTransactionResponse",
|
|
1627
|
+
"EthenaRequestToWithdrawTransactionResponseTransaction",
|
|
1628
|
+
"EthenaRequestToWithdrawTransactionResponseTransactionTypedDict",
|
|
1629
|
+
"EthenaRequestToWithdrawTransactionResponseTypedDict",
|
|
1630
|
+
"EthenaUnstakeParams",
|
|
1631
|
+
"EthenaUnstakeParamsTypedDict",
|
|
1632
|
+
"EthenaUnstakeRequest",
|
|
1633
|
+
"EthenaUnstakeRequestChain",
|
|
1634
|
+
"EthenaUnstakeRequestTypedDict",
|
|
1635
|
+
"Fee",
|
|
1636
|
+
"FeeAmount",
|
|
1637
|
+
"FeeAmountTypedDict",
|
|
1228
1638
|
"FeeEnum",
|
|
1229
|
-
"
|
|
1230
|
-
"GenericAllowanceContractEnum",
|
|
1231
|
-
"GenericAllowanceContractUnion",
|
|
1232
|
-
"GenericAllowanceContractUnionTypedDict",
|
|
1233
|
-
"GenericAllowanceRequest",
|
|
1234
|
-
"GenericAllowanceRequestTypedDict",
|
|
1235
|
-
"GenericAllowanceToken",
|
|
1236
|
-
"GenericAllowanceTokenTypedDict",
|
|
1237
|
-
"GenericEnsChain",
|
|
1238
|
-
"GenericEnsRequest",
|
|
1239
|
-
"GenericEnsRequestTypedDict",
|
|
1240
|
-
"GenericPortfolioChain",
|
|
1241
|
-
"GenericPortfolioRequest",
|
|
1242
|
-
"GenericPortfolioRequestTypedDict",
|
|
1243
|
-
"GenericSupportedTokensChain",
|
|
1244
|
-
"GenericSupportedTokensRequest",
|
|
1245
|
-
"GenericSupportedTokensRequestTypedDict",
|
|
1246
|
-
"GenericVisualizePortfolioChain",
|
|
1247
|
-
"GenericVisualizePortfolioRequest",
|
|
1248
|
-
"GenericVisualizePortfolioRequestTypedDict",
|
|
1249
|
-
"Image",
|
|
1250
|
-
"ImageTypedDict",
|
|
1639
|
+
"FeeTypedDict",
|
|
1251
1640
|
"InitialCollateralAmount",
|
|
1252
1641
|
"InitialCollateralAmountTypedDict",
|
|
1253
1642
|
"InterestRateMode",
|
|
1254
1643
|
"LiquidationCall",
|
|
1255
1644
|
"LiquidationCallTypedDict",
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1645
|
+
"ListAaveMarketsResponse",
|
|
1646
|
+
"ListAaveMarketsResponseTypedDict",
|
|
1258
1647
|
"LoanToValue",
|
|
1259
1648
|
"LoanToValueTypedDict",
|
|
1260
1649
|
"Loc",
|
|
@@ -1269,8 +1658,16 @@ __all__ = [
|
|
|
1269
1658
|
"MarketTypedDict",
|
|
1270
1659
|
"MaxSlippagePercent",
|
|
1271
1660
|
"MaxSlippagePercentTypedDict",
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1661
|
+
"MaxSupplyApyInfo",
|
|
1662
|
+
"MaxSupplyApyInfoTypedDict",
|
|
1663
|
+
"MintPrepareCompletedResponse",
|
|
1664
|
+
"MintPrepareCompletedResponseTypedDict",
|
|
1665
|
+
"MintPreparePendingResponse",
|
|
1666
|
+
"MintPreparePendingResponseTypedDict",
|
|
1667
|
+
"MintPrepareReadyResponse",
|
|
1668
|
+
"MintPrepareReadyResponseTypedDict",
|
|
1669
|
+
"MintPrepareRequest",
|
|
1670
|
+
"MintPrepareRequestTypedDict",
|
|
1274
1671
|
"MorphoBorrowParams",
|
|
1275
1672
|
"MorphoBorrowParamsAmount",
|
|
1276
1673
|
"MorphoBorrowParamsAmountTypedDict",
|
|
@@ -1284,8 +1681,6 @@ __all__ = [
|
|
|
1284
1681
|
"MorphoCheckMarketPositionResponseTypedDict",
|
|
1285
1682
|
"MorphoCheckUserPositionResponse",
|
|
1286
1683
|
"MorphoCheckUserPositionResponseTypedDict",
|
|
1287
|
-
"MorphoCheckVaultPositionResponse",
|
|
1288
|
-
"MorphoCheckVaultPositionResponseTypedDict",
|
|
1289
1684
|
"MorphoDepositParams",
|
|
1290
1685
|
"MorphoDepositParamsAmount",
|
|
1291
1686
|
"MorphoDepositParamsAmountTypedDict",
|
|
@@ -1299,21 +1694,10 @@ __all__ = [
|
|
|
1299
1694
|
"MorphoGetMarketResponseTypedDict",
|
|
1300
1695
|
"MorphoGetMarketsResponse",
|
|
1301
1696
|
"MorphoGetMarketsResponseTypedDict",
|
|
1302
|
-
"MorphoGetVaultResponse",
|
|
1303
|
-
"MorphoGetVaultResponseTypedDict",
|
|
1304
1697
|
"MorphoGetVaultsResponse",
|
|
1305
1698
|
"MorphoGetVaultsResponseTypedDict",
|
|
1306
1699
|
"MorphoMarket",
|
|
1307
|
-
"MorphoMarketChain",
|
|
1308
|
-
"MorphoMarketPositionChain",
|
|
1309
|
-
"MorphoMarketPositionRequest",
|
|
1310
|
-
"MorphoMarketPositionRequestTypedDict",
|
|
1311
|
-
"MorphoMarketRequest",
|
|
1312
|
-
"MorphoMarketRequestTypedDict",
|
|
1313
1700
|
"MorphoMarketTypedDict",
|
|
1314
|
-
"MorphoMarketsChain",
|
|
1315
|
-
"MorphoMarketsRequest",
|
|
1316
|
-
"MorphoMarketsRequestTypedDict",
|
|
1317
1701
|
"MorphoRepayParams",
|
|
1318
1702
|
"MorphoRepayParamsTypedDict",
|
|
1319
1703
|
"MorphoRepayRequest",
|
|
@@ -1328,20 +1712,8 @@ __all__ = [
|
|
|
1328
1712
|
"MorphoSupplyCollateralRequestAmountTypedDict",
|
|
1329
1713
|
"MorphoSupplyCollateralRequestChain",
|
|
1330
1714
|
"MorphoSupplyCollateralRequestTypedDict",
|
|
1331
|
-
"MorphoUserPositionChain",
|
|
1332
|
-
"MorphoUserPositionRequest",
|
|
1333
|
-
"MorphoUserPositionRequestTypedDict",
|
|
1334
1715
|
"MorphoVault",
|
|
1335
|
-
"MorphoVaultChain",
|
|
1336
|
-
"MorphoVaultPositionChain",
|
|
1337
|
-
"MorphoVaultPositionRequest",
|
|
1338
|
-
"MorphoVaultPositionRequestTypedDict",
|
|
1339
|
-
"MorphoVaultRequest",
|
|
1340
|
-
"MorphoVaultRequestTypedDict",
|
|
1341
1716
|
"MorphoVaultTypedDict",
|
|
1342
|
-
"MorphoVaultsChain",
|
|
1343
|
-
"MorphoVaultsRequest",
|
|
1344
|
-
"MorphoVaultsRequestTypedDict",
|
|
1345
1717
|
"MorphoWithdrawCollateralParams",
|
|
1346
1718
|
"MorphoWithdrawCollateralParamsAmount",
|
|
1347
1719
|
"MorphoWithdrawCollateralParamsAmountTypedDict",
|
|
@@ -1359,103 +1731,124 @@ __all__ = [
|
|
|
1359
1731
|
"Movement10Percent",
|
|
1360
1732
|
"Movement10PercentTypedDict",
|
|
1361
1733
|
"MulticallAuthorizationRequest",
|
|
1734
|
+
"MulticallAuthorizationRequestChain",
|
|
1362
1735
|
"MulticallAuthorizationRequestTypedDict",
|
|
1363
1736
|
"MulticallAuthorizationResponse",
|
|
1364
1737
|
"MulticallAuthorizationResponseTypedDict",
|
|
1365
1738
|
"MulticallExecuteRequest",
|
|
1739
|
+
"MulticallExecuteRequestChain",
|
|
1366
1740
|
"MulticallExecuteRequestTypedDict",
|
|
1367
1741
|
"Multiplier",
|
|
1368
1742
|
"MultiplierTypedDict",
|
|
1743
|
+
"OdosSwapParams",
|
|
1744
|
+
"OdosSwapParamsAmountIn",
|
|
1745
|
+
"OdosSwapParamsAmountInTypedDict",
|
|
1746
|
+
"OdosSwapParamsTypedDict",
|
|
1747
|
+
"OdosSwapRequest",
|
|
1748
|
+
"OdosSwapRequestAmountIn",
|
|
1749
|
+
"OdosSwapRequestAmountInTypedDict",
|
|
1750
|
+
"OdosSwapRequestChain",
|
|
1751
|
+
"OdosSwapRequestTypedDict",
|
|
1752
|
+
"OdosTransactionResponse",
|
|
1753
|
+
"OdosTransactionResponseTransaction",
|
|
1754
|
+
"OdosTransactionResponseTransactionTypedDict",
|
|
1755
|
+
"OdosTransactionResponseTypedDict",
|
|
1756
|
+
"OneInchSwapParams",
|
|
1757
|
+
"OneInchSwapParamsAmountIn",
|
|
1758
|
+
"OneInchSwapParamsAmountInTypedDict",
|
|
1759
|
+
"OneInchSwapParamsTypedDict",
|
|
1369
1760
|
"OpenPosition",
|
|
1370
1761
|
"OpenPositionTypedDict",
|
|
1371
|
-
"
|
|
1372
|
-
"PendleAddLiquidityParamsAmount",
|
|
1373
|
-
"PendleAddLiquidityParamsAmountTypedDict",
|
|
1374
|
-
"PendleAddLiquidityParamsTypedDict",
|
|
1375
|
-
"PendleAddLiquidityRequest",
|
|
1376
|
-
"PendleAddLiquidityRequestAmount",
|
|
1377
|
-
"PendleAddLiquidityRequestAmountTypedDict",
|
|
1378
|
-
"PendleAddLiquidityRequestTypedDict",
|
|
1379
|
-
"PendleBuyPtParams",
|
|
1380
|
-
"PendleBuyPtParamsAmount",
|
|
1381
|
-
"PendleBuyPtParamsAmountTypedDict",
|
|
1382
|
-
"PendleBuyPtParamsTypedDict",
|
|
1383
|
-
"PendleBuyPtRequest",
|
|
1384
|
-
"PendleBuyPtRequestAmount",
|
|
1385
|
-
"PendleBuyPtRequestAmountTypedDict",
|
|
1386
|
-
"PendleBuyPtRequestTypedDict",
|
|
1387
|
-
"PendleBuyYtParams",
|
|
1388
|
-
"PendleBuyYtParamsAmount",
|
|
1389
|
-
"PendleBuyYtParamsAmountTypedDict",
|
|
1390
|
-
"PendleBuyYtParamsTypedDict",
|
|
1391
|
-
"PendleBuyYtRequest",
|
|
1392
|
-
"PendleBuyYtRequestAmount",
|
|
1393
|
-
"PendleBuyYtRequestAmountTypedDict",
|
|
1394
|
-
"PendleBuyYtRequestTypedDict",
|
|
1762
|
+
"OperationType",
|
|
1395
1763
|
"PendleGetMarketResponse",
|
|
1396
1764
|
"PendleGetMarketResponseTypedDict",
|
|
1397
|
-
"PendleGetUserPositionResponse",
|
|
1398
|
-
"PendleGetUserPositionResponseTypedDict",
|
|
1399
1765
|
"PendleListMarketsResponse",
|
|
1400
1766
|
"PendleListMarketsResponseTypedDict",
|
|
1401
1767
|
"PendleListUserPositionsResponse",
|
|
1402
1768
|
"PendleListUserPositionsResponseTypedDict",
|
|
1769
|
+
"PendleManageLiquidityParams",
|
|
1770
|
+
"PendleManageLiquidityParamsAction",
|
|
1771
|
+
"PendleManageLiquidityParamsAmountIn",
|
|
1772
|
+
"PendleManageLiquidityParamsAmountInTypedDict",
|
|
1773
|
+
"PendleManageLiquidityParamsTypedDict",
|
|
1774
|
+
"PendleManageLiquidityRequest",
|
|
1775
|
+
"PendleManageLiquidityRequestAction",
|
|
1776
|
+
"PendleManageLiquidityRequestAmountIn",
|
|
1777
|
+
"PendleManageLiquidityRequestAmountInTypedDict",
|
|
1778
|
+
"PendleManageLiquidityRequestChain",
|
|
1779
|
+
"PendleManageLiquidityRequestTypedDict",
|
|
1403
1780
|
"PendleMarket",
|
|
1404
|
-
"PendleMarketChain",
|
|
1405
|
-
"PendleMarketRequest",
|
|
1406
|
-
"PendleMarketRequestTypedDict",
|
|
1407
1781
|
"PendleMarketTypedDict",
|
|
1408
|
-
"PendleMarketsChain",
|
|
1409
|
-
"PendleMarketsRequest",
|
|
1410
|
-
"PendleMarketsRequestTypedDict",
|
|
1411
|
-
"PendlePositionChain",
|
|
1412
|
-
"PendlePositionRequest",
|
|
1413
|
-
"PendlePositionRequestTypedDict",
|
|
1414
|
-
"PendlePositionsChain",
|
|
1415
|
-
"PendlePositionsRequest",
|
|
1416
|
-
"PendlePositionsRequestTypedDict",
|
|
1417
1782
|
"PendleRedeemYieldParams",
|
|
1418
1783
|
"PendleRedeemYieldParamsTypedDict",
|
|
1419
1784
|
"PendleRedeemYieldRequest",
|
|
1785
|
+
"PendleRedeemYieldRequestChain",
|
|
1420
1786
|
"PendleRedeemYieldRequestTypedDict",
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
"
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1787
|
+
"PendleTradePtParams",
|
|
1788
|
+
"PendleTradePtParamsAction",
|
|
1789
|
+
"PendleTradePtParamsAmountIn",
|
|
1790
|
+
"PendleTradePtParamsAmountInTypedDict",
|
|
1791
|
+
"PendleTradePtParamsTypedDict",
|
|
1792
|
+
"PendleTradePtRequest",
|
|
1793
|
+
"PendleTradePtRequestAction",
|
|
1794
|
+
"PendleTradePtRequestAmountIn",
|
|
1795
|
+
"PendleTradePtRequestAmountInTypedDict",
|
|
1796
|
+
"PendleTradePtRequestChain",
|
|
1797
|
+
"PendleTradePtRequestTypedDict",
|
|
1798
|
+
"PendleTradeYtParams",
|
|
1799
|
+
"PendleTradeYtParamsAction",
|
|
1800
|
+
"PendleTradeYtParamsAmountIn",
|
|
1801
|
+
"PendleTradeYtParamsAmountInTypedDict",
|
|
1802
|
+
"PendleTradeYtParamsTypedDict",
|
|
1803
|
+
"PendleTradeYtRequest",
|
|
1804
|
+
"PendleTradeYtRequestAction",
|
|
1805
|
+
"PendleTradeYtRequestAmountIn",
|
|
1806
|
+
"PendleTradeYtRequestAmountInTypedDict",
|
|
1807
|
+
"PendleTradeYtRequestChain",
|
|
1808
|
+
"PendleTradeYtRequestTypedDict",
|
|
1809
|
+
"PendleTxResponse",
|
|
1810
|
+
"PendleTxResponseTransaction",
|
|
1811
|
+
"PendleTxResponseTransactionTypedDict",
|
|
1812
|
+
"PendleTxResponseTypedDict",
|
|
1813
|
+
"Permit2TypedDataInput",
|
|
1814
|
+
"Permit2TypedDataInputTypedDict",
|
|
1815
|
+
"Permit2TypedDataOutput",
|
|
1816
|
+
"Permit2TypedDataOutputTypedDict",
|
|
1817
|
+
"PermitField",
|
|
1818
|
+
"PermitFieldTypedDict",
|
|
1819
|
+
"PermitMessage",
|
|
1820
|
+
"PermitMessageTypedDict",
|
|
1821
|
+
"PermitTransferFromMessage",
|
|
1822
|
+
"PermitTransferFromMessageTypedDict",
|
|
1823
|
+
"PermitTypedDataResponseInput",
|
|
1824
|
+
"PermitTypedDataResponseInputTypedDict",
|
|
1825
|
+
"PermitTypedDataResponseOutput",
|
|
1826
|
+
"PermitTypedDataResponseOutputTypedDict",
|
|
1445
1827
|
"Portfolio",
|
|
1446
1828
|
"PortfolioTypedDict",
|
|
1447
1829
|
"Position",
|
|
1448
1830
|
"PositionTypedDict",
|
|
1831
|
+
"Protocol",
|
|
1449
1832
|
"R",
|
|
1450
1833
|
"RTypedDict",
|
|
1451
|
-
"RedeemUnderlying",
|
|
1452
|
-
"RedeemUnderlyingTypedDict",
|
|
1453
1834
|
"Repay",
|
|
1454
1835
|
"RepayTypedDict",
|
|
1455
1836
|
"Reserve",
|
|
1456
1837
|
"ReserveTypedDict",
|
|
1838
|
+
"Response200V2CctpMint",
|
|
1839
|
+
"Response200V2CctpMintTypedDict",
|
|
1840
|
+
"ResponseV1TransactionBundlerAaveLoop",
|
|
1841
|
+
"ResponseV1TransactionBundlerAaveLoopTypedDict",
|
|
1457
1842
|
"S",
|
|
1458
1843
|
"STypedDict",
|
|
1844
|
+
"SafeTransactionParams",
|
|
1845
|
+
"SafeTransactionParamsTypedDict",
|
|
1846
|
+
"SafeTransactionResponse",
|
|
1847
|
+
"SafeTransactionResponseTypedDict",
|
|
1848
|
+
"SafeTxField",
|
|
1849
|
+
"SafeTxFieldTypedDict",
|
|
1850
|
+
"SafeTxMessage",
|
|
1851
|
+
"SafeTxMessageTypedDict",
|
|
1459
1852
|
"Security",
|
|
1460
1853
|
"SecurityTypedDict",
|
|
1461
1854
|
"SetAllowanceParams",
|
|
@@ -1464,17 +1857,14 @@ __all__ = [
|
|
|
1464
1857
|
"SetAllowanceParamsContractEnum",
|
|
1465
1858
|
"SetAllowanceParamsContractUnion",
|
|
1466
1859
|
"SetAllowanceParamsContractUnionTypedDict",
|
|
1467
|
-
"SetAllowanceParamsToken",
|
|
1468
|
-
"SetAllowanceParamsTokenTypedDict",
|
|
1469
1860
|
"SetAllowanceParamsTypedDict",
|
|
1470
1861
|
"SetAllowanceRequest",
|
|
1471
1862
|
"SetAllowanceRequestAmount",
|
|
1472
1863
|
"SetAllowanceRequestAmountTypedDict",
|
|
1864
|
+
"SetAllowanceRequestChain",
|
|
1473
1865
|
"SetAllowanceRequestContractEnum",
|
|
1474
1866
|
"SetAllowanceRequestContractUnion",
|
|
1475
1867
|
"SetAllowanceRequestContractUnionTypedDict",
|
|
1476
|
-
"SetAllowanceRequestToken",
|
|
1477
|
-
"SetAllowanceRequestTokenTypedDict",
|
|
1478
1868
|
"SetAllowanceRequestTypedDict",
|
|
1479
1869
|
"SignedAuthorization",
|
|
1480
1870
|
"SignedAuthorizationTypedDict",
|
|
@@ -1486,6 +1876,7 @@ __all__ = [
|
|
|
1486
1876
|
"SkyBuyRequest",
|
|
1487
1877
|
"SkyBuyRequestAmount",
|
|
1488
1878
|
"SkyBuyRequestAmountTypedDict",
|
|
1879
|
+
"SkyBuyRequestChain",
|
|
1489
1880
|
"SkyBuyRequestTokenIn",
|
|
1490
1881
|
"SkyBuyRequestTypedDict",
|
|
1491
1882
|
"SkyCheckPositionResponse",
|
|
@@ -1497,9 +1888,8 @@ __all__ = [
|
|
|
1497
1888
|
"SkyDepositRequest",
|
|
1498
1889
|
"SkyDepositRequestAmount",
|
|
1499
1890
|
"SkyDepositRequestAmountTypedDict",
|
|
1891
|
+
"SkyDepositRequestChain",
|
|
1500
1892
|
"SkyDepositRequestTypedDict",
|
|
1501
|
-
"SkyPositionRequest",
|
|
1502
|
-
"SkyPositionRequestTypedDict",
|
|
1503
1893
|
"SkySellParams",
|
|
1504
1894
|
"SkySellParamsAmount",
|
|
1505
1895
|
"SkySellParamsAmountTypedDict",
|
|
@@ -1508,64 +1898,68 @@ __all__ = [
|
|
|
1508
1898
|
"SkySellRequest",
|
|
1509
1899
|
"SkySellRequestAmount",
|
|
1510
1900
|
"SkySellRequestAmountTypedDict",
|
|
1901
|
+
"SkySellRequestChain",
|
|
1511
1902
|
"SkySellRequestTokenOut",
|
|
1512
1903
|
"SkySellRequestTypedDict",
|
|
1513
1904
|
"SkyWithdrawParams",
|
|
1514
1905
|
"SkyWithdrawParamsTypedDict",
|
|
1515
1906
|
"SkyWithdrawRequest",
|
|
1907
|
+
"SkyWithdrawRequestChain",
|
|
1516
1908
|
"SkyWithdrawRequestTypedDict",
|
|
1909
|
+
"SponsorGasRequest",
|
|
1910
|
+
"SponsorGasRequestEip712",
|
|
1911
|
+
"SponsorGasRequestEip712TypedDict",
|
|
1912
|
+
"SponsorGasRequestTypedDict",
|
|
1913
|
+
"SponsorGasResponse",
|
|
1914
|
+
"SponsorGasResponseTypedDict",
|
|
1517
1915
|
"Supply",
|
|
1518
1916
|
"SupplyTypedDict",
|
|
1917
|
+
"SupportedChainInfo",
|
|
1918
|
+
"SupportedChainInfoTypedDict",
|
|
1519
1919
|
"SwapBorrowRate",
|
|
1520
1920
|
"SwapBorrowRateTypedDict",
|
|
1521
1921
|
"SyPosition",
|
|
1522
1922
|
"SyPositionTypedDict",
|
|
1523
|
-
"TokenAddressChain",
|
|
1524
|
-
"TokenAddressRequest",
|
|
1525
|
-
"TokenAddressRequestTypedDict",
|
|
1526
|
-
"TokenAddressResponse",
|
|
1527
|
-
"TokenAddressResponseTypedDict",
|
|
1528
|
-
"TokenAddressToken",
|
|
1529
|
-
"TokenBalanceChain",
|
|
1530
|
-
"TokenBalanceRequest",
|
|
1531
|
-
"TokenBalanceRequestTypedDict",
|
|
1532
1923
|
"TokenBalanceResponse",
|
|
1533
1924
|
"TokenBalanceResponseTypedDict",
|
|
1534
|
-
"
|
|
1535
|
-
"
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1925
|
+
"TokenConfig",
|
|
1926
|
+
"TokenConfigTypedDict",
|
|
1927
|
+
"TokenListResponse",
|
|
1928
|
+
"TokenListResponseTypedDict",
|
|
1929
|
+
"TokenMarketData",
|
|
1930
|
+
"TokenMarketDataTypedDict",
|
|
1931
|
+
"TokenPermissions",
|
|
1932
|
+
"TokenPermissionsTypedDict",
|
|
1542
1933
|
"TokenPriceResponse",
|
|
1543
1934
|
"TokenPriceResponseTypedDict",
|
|
1544
|
-
"
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"TokenTransferErc20ParamsAmount",
|
|
1549
|
-
"TokenTransferErc20ParamsAmountTypedDict",
|
|
1550
|
-
"TokenTransferErc20ParamsTypedDict",
|
|
1935
|
+
"TokenTransferParams",
|
|
1936
|
+
"TokenTransferParamsAmount",
|
|
1937
|
+
"TokenTransferParamsAmountTypedDict",
|
|
1938
|
+
"TokenTransferParamsTypedDict",
|
|
1551
1939
|
"TokenTransferRequest",
|
|
1552
1940
|
"TokenTransferRequestAmount",
|
|
1553
1941
|
"TokenTransferRequestAmountTypedDict",
|
|
1554
|
-
"
|
|
1555
|
-
"TokenTransferRequestTokenTypedDict",
|
|
1942
|
+
"TokenTransferRequestChain",
|
|
1556
1943
|
"TokenTransferRequestTypedDict",
|
|
1557
|
-
"
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1944
|
+
"TransactionResponse",
|
|
1945
|
+
"TransactionResponseTransaction",
|
|
1946
|
+
"TransactionResponseTransactionTypedDict",
|
|
1947
|
+
"TransactionResponseTypedDict",
|
|
1948
|
+
"UnderlyingToken",
|
|
1949
|
+
"UnderlyingTokenTypedDict",
|
|
1561
1950
|
"UniswapBuyExactlyParams",
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1951
|
+
"UniswapBuyExactlyParamsAmountOut",
|
|
1952
|
+
"UniswapBuyExactlyParamsAmountOutTypedDict",
|
|
1564
1953
|
"UniswapBuyExactlyParamsTypedDict",
|
|
1565
1954
|
"UniswapBuyExactlyRequest",
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1955
|
+
"UniswapBuyExactlyRequestAmountOut",
|
|
1956
|
+
"UniswapBuyExactlyRequestAmountOutTypedDict",
|
|
1957
|
+
"UniswapBuyExactlyRequestChain",
|
|
1568
1958
|
"UniswapBuyExactlyRequestTypedDict",
|
|
1959
|
+
"UniswapBuyExactlyTransactionResponse",
|
|
1960
|
+
"UniswapBuyExactlyTransactionResponseTransaction",
|
|
1961
|
+
"UniswapBuyExactlyTransactionResponseTransactionTypedDict",
|
|
1962
|
+
"UniswapBuyExactlyTransactionResponseTypedDict",
|
|
1569
1963
|
"UniswapBuyQuoteInfoResponse",
|
|
1570
1964
|
"UniswapBuyQuoteInfoResponseTypedDict",
|
|
1571
1965
|
"UniswapCheckInRangeResponse",
|
|
@@ -1589,15 +1983,10 @@ __all__ = [
|
|
|
1589
1983
|
"UniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1590
1984
|
"UniswapIncreaseLiquidityProvisionRequestAmount1Min",
|
|
1591
1985
|
"UniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1986
|
+
"UniswapIncreaseLiquidityProvisionRequestChain",
|
|
1592
1987
|
"UniswapIncreaseLiquidityProvisionRequestTypedDict",
|
|
1593
1988
|
"UniswapLPPositionsInfoResponse",
|
|
1594
1989
|
"UniswapLPPositionsInfoResponseTypedDict",
|
|
1595
|
-
"UniswapLiquidityProvisionInRangeChain",
|
|
1596
|
-
"UniswapLiquidityProvisionInRangeRequest",
|
|
1597
|
-
"UniswapLiquidityProvisionInRangeRequestTypedDict",
|
|
1598
|
-
"UniswapLiquidityProvisionPositionsChain",
|
|
1599
|
-
"UniswapLiquidityProvisionPositionsRequest",
|
|
1600
|
-
"UniswapLiquidityProvisionPositionsRequestTypedDict",
|
|
1601
1990
|
"UniswapMintLiquidityProvisionParams",
|
|
1602
1991
|
"UniswapMintLiquidityProvisionParamsAmount0Desired",
|
|
1603
1992
|
"UniswapMintLiquidityProvisionParamsAmount0DesiredTypedDict",
|
|
@@ -1617,41 +2006,25 @@ __all__ = [
|
|
|
1617
2006
|
"UniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1618
2007
|
"UniswapMintLiquidityProvisionRequestAmount1Min",
|
|
1619
2008
|
"UniswapMintLiquidityProvisionRequestAmount1MinTypedDict",
|
|
2009
|
+
"UniswapMintLiquidityProvisionRequestChain",
|
|
1620
2010
|
"UniswapMintLiquidityProvisionRequestTypedDict",
|
|
1621
|
-
"UniswapPoolPriceChain",
|
|
1622
|
-
"UniswapPoolPriceFeeEnum",
|
|
1623
|
-
"UniswapPoolPriceRequest",
|
|
1624
|
-
"UniswapPoolPriceRequestTypedDict",
|
|
1625
2011
|
"UniswapPoolPriceResponse",
|
|
1626
2012
|
"UniswapPoolPriceResponseTypedDict",
|
|
1627
|
-
"UniswapPoolPriceTokenInToken",
|
|
1628
|
-
"UniswapPoolPriceTokenOutToken",
|
|
1629
2013
|
"UniswapPositionsSolidityResponse",
|
|
1630
2014
|
"UniswapPositionsSolidityResponseTypedDict",
|
|
1631
|
-
"UniswapQuoteBuyExactlyAmountOut",
|
|
1632
|
-
"UniswapQuoteBuyExactlyAmountOutTypedDict",
|
|
1633
|
-
"UniswapQuoteBuyExactlyChain",
|
|
1634
|
-
"UniswapQuoteBuyExactlyFeeEnum",
|
|
1635
|
-
"UniswapQuoteBuyExactlyRequest",
|
|
1636
|
-
"UniswapQuoteBuyExactlyRequestTypedDict",
|
|
1637
|
-
"UniswapQuoteBuyExactlyTokenInToken",
|
|
1638
|
-
"UniswapQuoteBuyExactlyTokenOutToken",
|
|
1639
|
-
"UniswapQuoteSellExactlyAmountIn",
|
|
1640
|
-
"UniswapQuoteSellExactlyAmountInTypedDict",
|
|
1641
|
-
"UniswapQuoteSellExactlyChain",
|
|
1642
|
-
"UniswapQuoteSellExactlyFeeEnum",
|
|
1643
|
-
"UniswapQuoteSellExactlyRequest",
|
|
1644
|
-
"UniswapQuoteSellExactlyRequestTypedDict",
|
|
1645
|
-
"UniswapQuoteSellExactlyTokenInToken",
|
|
1646
|
-
"UniswapQuoteSellExactlyTokenOutToken",
|
|
1647
2015
|
"UniswapSellExactlyParams",
|
|
1648
|
-
"
|
|
1649
|
-
"
|
|
2016
|
+
"UniswapSellExactlyParamsAmountIn",
|
|
2017
|
+
"UniswapSellExactlyParamsAmountInTypedDict",
|
|
1650
2018
|
"UniswapSellExactlyParamsTypedDict",
|
|
1651
2019
|
"UniswapSellExactlyRequest",
|
|
1652
|
-
"
|
|
1653
|
-
"
|
|
2020
|
+
"UniswapSellExactlyRequestAmountIn",
|
|
2021
|
+
"UniswapSellExactlyRequestAmountInTypedDict",
|
|
2022
|
+
"UniswapSellExactlyRequestChain",
|
|
1654
2023
|
"UniswapSellExactlyRequestTypedDict",
|
|
2024
|
+
"UniswapSellExactlyTransactionResponse",
|
|
2025
|
+
"UniswapSellExactlyTransactionResponseTransaction",
|
|
2026
|
+
"UniswapSellExactlyTransactionResponseTransactionTypedDict",
|
|
2027
|
+
"UniswapSellExactlyTransactionResponseTypedDict",
|
|
1655
2028
|
"UniswapSellQuoteInfoResponse",
|
|
1656
2029
|
"UniswapSellQuoteInfoResponseTypedDict",
|
|
1657
2030
|
"UniswapWithdrawLiquidityProvisionParams",
|
|
@@ -1659,6 +2032,7 @@ __all__ = [
|
|
|
1659
2032
|
"UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict",
|
|
1660
2033
|
"UniswapWithdrawLiquidityProvisionParamsTypedDict",
|
|
1661
2034
|
"UniswapWithdrawLiquidityProvisionRequest",
|
|
2035
|
+
"UniswapWithdrawLiquidityProvisionRequestChain",
|
|
1662
2036
|
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal",
|
|
1663
2037
|
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict",
|
|
1664
2038
|
"UniswapWithdrawLiquidityProvisionRequestTypedDict",
|
|
@@ -1673,10 +2047,13 @@ __all__ = [
|
|
|
1673
2047
|
"UnwrapWethRequest",
|
|
1674
2048
|
"UnwrapWethRequestAmount",
|
|
1675
2049
|
"UnwrapWethRequestAmountTypedDict",
|
|
2050
|
+
"UnwrapWethRequestChain",
|
|
1676
2051
|
"UnwrapWethRequestTypedDict",
|
|
1677
2052
|
"UsageAsCollateral",
|
|
1678
2053
|
"UsageAsCollateralTypedDict",
|
|
1679
2054
|
"UserOperation",
|
|
2055
|
+
"UserOperationBody",
|
|
2056
|
+
"UserOperationBodyTypedDict",
|
|
1680
2057
|
"UserOperationResponse",
|
|
1681
2058
|
"UserOperationResponseTypedDict",
|
|
1682
2059
|
"UserOperationTypedDict",
|
|
@@ -1684,25 +2061,175 @@ __all__ = [
|
|
|
1684
2061
|
"UserPositionTypedDict",
|
|
1685
2062
|
"UserState",
|
|
1686
2063
|
"UserStateTypedDict",
|
|
2064
|
+
"V1AaveAaveSupportedTokensChain",
|
|
2065
|
+
"V1AaveAaveSupportedTokensRequest",
|
|
2066
|
+
"V1AaveAaveSupportedTokensRequestTypedDict",
|
|
2067
|
+
"V1AaveAvgRateChain",
|
|
2068
|
+
"V1AaveAvgRateRequest",
|
|
2069
|
+
"V1AaveAvgRateRequestTypedDict",
|
|
2070
|
+
"V1AaveHistoricalTransactionsChain",
|
|
2071
|
+
"V1AaveHistoricalTransactionsRequest",
|
|
2072
|
+
"V1AaveHistoricalTransactionsRequestTypedDict",
|
|
2073
|
+
"V1AaveLiquidityChangeChain",
|
|
2074
|
+
"V1AaveLiquidityChangeRequest",
|
|
2075
|
+
"V1AaveLiquidityChangeRequestTypedDict",
|
|
2076
|
+
"V1AaveRateChain",
|
|
2077
|
+
"V1AaveRateRequest",
|
|
2078
|
+
"V1AaveRateRequestTypedDict",
|
|
2079
|
+
"V1AaveReserveOverviewChain",
|
|
2080
|
+
"V1AaveReserveOverviewRequest",
|
|
2081
|
+
"V1AaveReserveOverviewRequestTypedDict",
|
|
2082
|
+
"V1AaveStdRateChain",
|
|
2083
|
+
"V1AaveStdRateRequest",
|
|
2084
|
+
"V1AaveStdRateRequestTypedDict",
|
|
2085
|
+
"V1AaveTokenPriceChain",
|
|
2086
|
+
"V1AaveTokenPriceRequest",
|
|
2087
|
+
"V1AaveTokenPriceRequestTypedDict",
|
|
2088
|
+
"V1AaveUserPositionPerTokenChain",
|
|
2089
|
+
"V1AaveUserPositionPerTokenRequest",
|
|
2090
|
+
"V1AaveUserPositionPerTokenRequestTypedDict",
|
|
2091
|
+
"V1AaveUserPositionSummaryChain",
|
|
2092
|
+
"V1AaveUserPositionSummaryRequest",
|
|
2093
|
+
"V1AaveUserPositionSummaryRequestTypedDict",
|
|
2094
|
+
"V1AerodromeSlipstreamLiquidityProvisionPositionsChain",
|
|
2095
|
+
"V1AerodromeSlipstreamLiquidityProvisionPositionsRequest",
|
|
2096
|
+
"V1AerodromeSlipstreamLiquidityProvisionPositionsRequestTypedDict",
|
|
2097
|
+
"V1AerodromeSlipstreamPoolPriceChain",
|
|
2098
|
+
"V1AerodromeSlipstreamPoolPriceRequest",
|
|
2099
|
+
"V1AerodromeSlipstreamPoolPriceRequestTypedDict",
|
|
2100
|
+
"V1EthenaVaultChain",
|
|
2101
|
+
"V1EthenaVaultRequest",
|
|
2102
|
+
"V1EthenaVaultRequestTypedDict",
|
|
2103
|
+
"V1GenericAllowanceChain",
|
|
2104
|
+
"V1GenericAllowanceContractEnum",
|
|
2105
|
+
"V1GenericAllowanceContractUnion",
|
|
2106
|
+
"V1GenericAllowanceContractUnionTypedDict",
|
|
2107
|
+
"V1GenericAllowanceRequest",
|
|
2108
|
+
"V1GenericAllowanceRequestTypedDict",
|
|
2109
|
+
"V1GenericEnsChain",
|
|
2110
|
+
"V1GenericEnsRequest",
|
|
2111
|
+
"V1GenericEnsRequestTypedDict",
|
|
2112
|
+
"V1GenericPortfolioChain",
|
|
2113
|
+
"V1GenericPortfolioRequest",
|
|
2114
|
+
"V1GenericPortfolioRequestTypedDict",
|
|
2115
|
+
"V1GenericSupportedChainsRequest",
|
|
2116
|
+
"V1GenericSupportedChainsRequestTypedDict",
|
|
2117
|
+
"V1MorphoMarketChain",
|
|
2118
|
+
"V1MorphoMarketPositionChain",
|
|
2119
|
+
"V1MorphoMarketPositionRequest",
|
|
2120
|
+
"V1MorphoMarketPositionRequestTypedDict",
|
|
2121
|
+
"V1MorphoMarketRequest",
|
|
2122
|
+
"V1MorphoMarketRequestTypedDict",
|
|
2123
|
+
"V1MorphoMarketsChain",
|
|
2124
|
+
"V1MorphoMarketsRequest",
|
|
2125
|
+
"V1MorphoMarketsRequestTypedDict",
|
|
2126
|
+
"V1MorphoUserPositionChain",
|
|
2127
|
+
"V1MorphoUserPositionRequest",
|
|
2128
|
+
"V1MorphoUserPositionRequestTypedDict",
|
|
2129
|
+
"V1MorphoVaultChain",
|
|
2130
|
+
"V1MorphoVaultRequest",
|
|
2131
|
+
"V1MorphoVaultRequestTypedDict",
|
|
2132
|
+
"V1MorphoVaultsChain",
|
|
2133
|
+
"V1MorphoVaultsRequest",
|
|
2134
|
+
"V1MorphoVaultsRequestTypedDict",
|
|
2135
|
+
"V1PendleMarketChain",
|
|
2136
|
+
"V1PendleMarketRequest",
|
|
2137
|
+
"V1PendleMarketRequestTypedDict",
|
|
2138
|
+
"V1PendleMarketsChain",
|
|
2139
|
+
"V1PendleMarketsRequest",
|
|
2140
|
+
"V1PendleMarketsRequestTypedDict",
|
|
2141
|
+
"V1PendlePositionsChain",
|
|
2142
|
+
"V1PendlePositionsRequest",
|
|
2143
|
+
"V1PendlePositionsRequestTypedDict",
|
|
2144
|
+
"V1SkyPositionChain",
|
|
2145
|
+
"V1SkyPositionRequest",
|
|
2146
|
+
"V1SkyPositionRequestTypedDict",
|
|
2147
|
+
"V1TokenBalanceChain",
|
|
2148
|
+
"V1TokenBalanceRequest",
|
|
2149
|
+
"V1TokenBalanceRequestTypedDict",
|
|
2150
|
+
"V1TokenListChain",
|
|
2151
|
+
"V1TokenListRequest",
|
|
2152
|
+
"V1TokenListRequestTypedDict",
|
|
2153
|
+
"V1TokenPriceChain",
|
|
2154
|
+
"V1TokenPriceRequest",
|
|
2155
|
+
"V1TokenPriceRequestTypedDict",
|
|
2156
|
+
"V1UniswapLiquidityProvisionInRangeChain",
|
|
2157
|
+
"V1UniswapLiquidityProvisionInRangeRequest",
|
|
2158
|
+
"V1UniswapLiquidityProvisionInRangeRequestTypedDict",
|
|
2159
|
+
"V1UniswapLiquidityProvisionPositionsChain",
|
|
2160
|
+
"V1UniswapLiquidityProvisionPositionsRequest",
|
|
2161
|
+
"V1UniswapLiquidityProvisionPositionsRequestTypedDict",
|
|
2162
|
+
"V1UniswapPoolPriceChain",
|
|
2163
|
+
"V1UniswapPoolPriceFeeEnum",
|
|
2164
|
+
"V1UniswapPoolPriceRequest",
|
|
2165
|
+
"V1UniswapPoolPriceRequestTypedDict",
|
|
2166
|
+
"V1UniswapQuoteBuyExactlyAmountOut",
|
|
2167
|
+
"V1UniswapQuoteBuyExactlyAmountOutTypedDict",
|
|
2168
|
+
"V1UniswapQuoteBuyExactlyChain",
|
|
2169
|
+
"V1UniswapQuoteBuyExactlyFeeEnum",
|
|
2170
|
+
"V1UniswapQuoteBuyExactlyRequest",
|
|
2171
|
+
"V1UniswapQuoteBuyExactlyRequestTypedDict",
|
|
2172
|
+
"V1UniswapQuoteSellExactlyAmountIn",
|
|
2173
|
+
"V1UniswapQuoteSellExactlyAmountInTypedDict",
|
|
2174
|
+
"V1UniswapQuoteSellExactlyChain",
|
|
2175
|
+
"V1UniswapQuoteSellExactlyFeeEnum",
|
|
2176
|
+
"V1UniswapQuoteSellExactlyRequest",
|
|
2177
|
+
"V1UniswapQuoteSellExactlyRequestTypedDict",
|
|
2178
|
+
"V1VaultsVaultChain",
|
|
2179
|
+
"V1VaultsVaultRequest",
|
|
2180
|
+
"V1VaultsVaultRequestTypedDict",
|
|
2181
|
+
"V1WildcatMarketChain",
|
|
2182
|
+
"V1WildcatMarketRequest",
|
|
2183
|
+
"V1WildcatMarketRequestTypedDict",
|
|
2184
|
+
"V2BundleRequest",
|
|
2185
|
+
"V2BundleRequestTypedDict",
|
|
2186
|
+
"V2BundleResponse",
|
|
2187
|
+
"V2BundleResponseTypedDict",
|
|
2188
|
+
"V2CctpMintResponse",
|
|
2189
|
+
"V2CctpMintResponseTypedDict",
|
|
2190
|
+
"V2EarnAaveMarketsRequest",
|
|
2191
|
+
"V2EarnAaveMarketsRequestTypedDict",
|
|
2192
|
+
"V2EarnPositionsChain",
|
|
2193
|
+
"V2EarnPositionsRequest",
|
|
2194
|
+
"V2EarnPositionsRequestTypedDict",
|
|
2195
|
+
"V2EarnVaultsRequest",
|
|
2196
|
+
"V2EarnVaultsRequestTypedDict",
|
|
2197
|
+
"V2UserOperation",
|
|
2198
|
+
"V2UserOperationBody",
|
|
2199
|
+
"V2UserOperationBodyTypedDict",
|
|
2200
|
+
"V2UserOperationTypedDict",
|
|
1687
2201
|
"ValidationError",
|
|
1688
2202
|
"ValidationErrorTypedDict",
|
|
1689
2203
|
"Vault",
|
|
2204
|
+
"VaultDepositParams",
|
|
2205
|
+
"VaultDepositParamsAmount",
|
|
2206
|
+
"VaultDepositParamsAmountTypedDict",
|
|
2207
|
+
"VaultDepositParamsTypedDict",
|
|
1690
2208
|
"VaultDepositRequest",
|
|
1691
2209
|
"VaultDepositRequestAmount",
|
|
1692
2210
|
"VaultDepositRequestAmountTypedDict",
|
|
2211
|
+
"VaultDepositRequestChain",
|
|
1693
2212
|
"VaultDepositRequestTypedDict",
|
|
1694
2213
|
"VaultGetVaultResponse",
|
|
1695
2214
|
"VaultGetVaultResponseTypedDict",
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
2215
|
+
"VaultInfo",
|
|
2216
|
+
"VaultInfoTypedDict",
|
|
1698
2217
|
"VaultTypedDict",
|
|
2218
|
+
"VaultVenue",
|
|
2219
|
+
"VaultVenueTypedDict",
|
|
2220
|
+
"VaultWithdrawParams",
|
|
2221
|
+
"VaultWithdrawParamsTypedDict",
|
|
1699
2222
|
"VaultWithdrawRequest",
|
|
2223
|
+
"VaultWithdrawRequestChain",
|
|
1700
2224
|
"VaultWithdrawRequestTypedDict",
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1703
|
-
"VaultsVaultRequestTypedDict",
|
|
2225
|
+
"VaultsResponse",
|
|
2226
|
+
"VaultsResponseTypedDict",
|
|
1704
2227
|
"WeeklyApys",
|
|
1705
2228
|
"WeeklyApysTypedDict",
|
|
2229
|
+
"WildcatGetMarketResponse",
|
|
2230
|
+
"WildcatGetMarketResponseTypedDict",
|
|
2231
|
+
"Withdraw",
|
|
2232
|
+
"WithdrawTypedDict",
|
|
1706
2233
|
"WrapEthParams",
|
|
1707
2234
|
"WrapEthParamsAmount",
|
|
1708
2235
|
"WrapEthParamsAmountTypedDict",
|
|
@@ -1710,46 +2237,13 @@ __all__ = [
|
|
|
1710
2237
|
"WrapEthRequest",
|
|
1711
2238
|
"WrapEthRequestAmount",
|
|
1712
2239
|
"WrapEthRequestAmountTypedDict",
|
|
2240
|
+
"WrapEthRequestChain",
|
|
1713
2241
|
"WrapEthRequestTypedDict",
|
|
1714
2242
|
"YieldRange",
|
|
1715
2243
|
"YieldRangeTypedDict",
|
|
1716
2244
|
]
|
|
1717
2245
|
|
|
1718
2246
|
_dynamic_imports: dict[str, str] = {
|
|
1719
|
-
"AaveAvgRateChain": ".aave_avg_rateop",
|
|
1720
|
-
"AaveAvgRateRequest": ".aave_avg_rateop",
|
|
1721
|
-
"AaveAvgRateRequestTypedDict": ".aave_avg_rateop",
|
|
1722
|
-
"AaveAvgRateToken": ".aave_avg_rateop",
|
|
1723
|
-
"AaveHistoricalTransactionsChain": ".aave_historical_transactionsop",
|
|
1724
|
-
"AaveHistoricalTransactionsRequest": ".aave_historical_transactionsop",
|
|
1725
|
-
"AaveHistoricalTransactionsRequestTypedDict": ".aave_historical_transactionsop",
|
|
1726
|
-
"AaveLiquidityChangeChain": ".aave_liquidity_changeop",
|
|
1727
|
-
"AaveLiquidityChangeRequest": ".aave_liquidity_changeop",
|
|
1728
|
-
"AaveLiquidityChangeRequestTypedDict": ".aave_liquidity_changeop",
|
|
1729
|
-
"AaveLiquidityChangeToken": ".aave_liquidity_changeop",
|
|
1730
|
-
"AaveRateChain": ".aave_rateop",
|
|
1731
|
-
"AaveRateRequest": ".aave_rateop",
|
|
1732
|
-
"AaveRateRequestTypedDict": ".aave_rateop",
|
|
1733
|
-
"AaveRateToken": ".aave_rateop",
|
|
1734
|
-
"AaveReserveOverviewChain": ".aave_reserve_overviewop",
|
|
1735
|
-
"AaveReserveOverviewRequest": ".aave_reserve_overviewop",
|
|
1736
|
-
"AaveReserveOverviewRequestTypedDict": ".aave_reserve_overviewop",
|
|
1737
|
-
"AaveReserveOverviewToken": ".aave_reserve_overviewop",
|
|
1738
|
-
"AaveStdRateChain": ".aave_std_rateop",
|
|
1739
|
-
"AaveStdRateRequest": ".aave_std_rateop",
|
|
1740
|
-
"AaveStdRateRequestTypedDict": ".aave_std_rateop",
|
|
1741
|
-
"AaveStdRateToken": ".aave_std_rateop",
|
|
1742
|
-
"AaveTokenPriceChain": ".aave_token_priceop",
|
|
1743
|
-
"AaveTokenPriceRequest": ".aave_token_priceop",
|
|
1744
|
-
"AaveTokenPriceRequestTypedDict": ".aave_token_priceop",
|
|
1745
|
-
"AaveTokenPriceToken": ".aave_token_priceop",
|
|
1746
|
-
"AaveUserPositionPerTokenChain": ".aave_user_position_per_tokenop",
|
|
1747
|
-
"AaveUserPositionPerTokenRequest": ".aave_user_position_per_tokenop",
|
|
1748
|
-
"AaveUserPositionPerTokenRequestTypedDict": ".aave_user_position_per_tokenop",
|
|
1749
|
-
"AaveUserPositionPerTokenToken": ".aave_user_position_per_tokenop",
|
|
1750
|
-
"AaveUserPositionSummaryChain": ".aave_user_position_summaryop",
|
|
1751
|
-
"AaveUserPositionSummaryRequest": ".aave_user_position_summaryop",
|
|
1752
|
-
"AaveUserPositionSummaryRequestTypedDict": ".aave_user_position_summaryop",
|
|
1753
2247
|
"AaveAvgRateResponse": ".aaveavgrateresponse",
|
|
1754
2248
|
"AaveAvgRateResponseTypedDict": ".aaveavgrateresponse",
|
|
1755
2249
|
"AaveBorrowParams": ".aaveborrowparams",
|
|
@@ -1759,14 +2253,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1759
2253
|
"AaveBorrowRequest": ".aaveborrowrequest",
|
|
1760
2254
|
"AaveBorrowRequestAmount": ".aaveborrowrequest",
|
|
1761
2255
|
"AaveBorrowRequestAmountTypedDict": ".aaveborrowrequest",
|
|
2256
|
+
"AaveBorrowRequestChain": ".aaveborrowrequest",
|
|
1762
2257
|
"AaveBorrowRequestTypedDict": ".aaveborrowrequest",
|
|
1763
2258
|
"AaveHistoricalTransactionsResponse": ".aavehistoricaltransactionsresponse",
|
|
2259
|
+
"AaveHistoricalTransactionsResponseTransaction": ".aavehistoricaltransactionsresponse",
|
|
2260
|
+
"AaveHistoricalTransactionsResponseTransactionTypedDict": ".aavehistoricaltransactionsresponse",
|
|
1764
2261
|
"AaveHistoricalTransactionsResponseTypedDict": ".aavehistoricaltransactionsresponse",
|
|
1765
|
-
"Transaction": ".aavehistoricaltransactionsresponse",
|
|
1766
|
-
"TransactionTypedDict": ".aavehistoricaltransactionsresponse",
|
|
1767
2262
|
"AaveLiquidityChangeResponse": ".aaveliquiditychangeresponse",
|
|
1768
2263
|
"AaveLiquidityChangeResponseTypedDict": ".aaveliquiditychangeresponse",
|
|
1769
2264
|
"AaveLoopRequest": ".aavelooprequest",
|
|
2265
|
+
"AaveLoopRequestChain": ".aavelooprequest",
|
|
1770
2266
|
"AaveLoopRequestTypedDict": ".aavelooprequest",
|
|
1771
2267
|
"InitialCollateralAmount": ".aavelooprequest",
|
|
1772
2268
|
"InitialCollateralAmountTypedDict": ".aavelooprequest",
|
|
@@ -1776,6 +2272,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1776
2272
|
"MaxSlippagePercentTypedDict": ".aavelooprequest",
|
|
1777
2273
|
"Multiplier": ".aavelooprequest",
|
|
1778
2274
|
"MultiplierTypedDict": ".aavelooprequest",
|
|
2275
|
+
"AavePosition": ".aaveposition",
|
|
2276
|
+
"AavePositionTypedDict": ".aaveposition",
|
|
1779
2277
|
"AaveRateResponse": ".aaverateresponse",
|
|
1780
2278
|
"AaveRateResponseTypedDict": ".aaverateresponse",
|
|
1781
2279
|
"AaveRepayParams": ".aaverepayparams",
|
|
@@ -1785,9 +2283,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1785
2283
|
"AaveRepayRequest": ".aaverepayrequest",
|
|
1786
2284
|
"AaveRepayRequestAmount": ".aaverepayrequest",
|
|
1787
2285
|
"AaveRepayRequestAmountTypedDict": ".aaverepayrequest",
|
|
2286
|
+
"AaveRepayRequestChain": ".aaverepayrequest",
|
|
1788
2287
|
"AaveRepayRequestTypedDict": ".aaverepayrequest",
|
|
1789
2288
|
"AaveReserveOverviewResponse": ".aavereserveoverviewresponse",
|
|
1790
2289
|
"AaveReserveOverviewResponseTypedDict": ".aavereserveoverviewresponse",
|
|
2290
|
+
"AaveSetUserEModeParams": ".aavesetuseremodeparams",
|
|
2291
|
+
"AaveSetUserEModeParamsTypedDict": ".aavesetuseremodeparams",
|
|
2292
|
+
"AaveSetUserEModeRequest": ".aavesetuseremoderequest",
|
|
2293
|
+
"AaveSetUserEModeRequestChain": ".aavesetuseremoderequest",
|
|
2294
|
+
"AaveSetUserEModeRequestTypedDict": ".aavesetuseremoderequest",
|
|
1791
2295
|
"AaveSTDRateResponse": ".aavestdrateresponse",
|
|
1792
2296
|
"AaveSTDRateResponseTypedDict": ".aavestdrateresponse",
|
|
1793
2297
|
"AaveSupplyParams": ".aavesupplyparams",
|
|
@@ -1797,13 +2301,20 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1797
2301
|
"AaveSupplyRequest": ".aavesupplyrequest",
|
|
1798
2302
|
"AaveSupplyRequestAmount": ".aavesupplyrequest",
|
|
1799
2303
|
"AaveSupplyRequestAmountTypedDict": ".aavesupplyrequest",
|
|
2304
|
+
"AaveSupplyRequestChain": ".aavesupplyrequest",
|
|
1800
2305
|
"AaveSupplyRequestTypedDict": ".aavesupplyrequest",
|
|
2306
|
+
"AaveSupportedTokenMetadata": ".aavesupportedtokenmetadata",
|
|
2307
|
+
"AaveSupportedTokenMetadataTypedDict": ".aavesupportedtokenmetadata",
|
|
2308
|
+
"AaveSupportedTokensResponse": ".aavesupportedtokensresponse",
|
|
2309
|
+
"AaveSupportedTokensResponseTypedDict": ".aavesupportedtokensresponse",
|
|
1801
2310
|
"AaveTokenPriceResponse": ".aavetokenpriceresponse",
|
|
1802
2311
|
"AaveTokenPriceResponseTypedDict": ".aavetokenpriceresponse",
|
|
1803
2312
|
"AaveUserPositionPerTokenResponse": ".aaveuserpositionpertokenresponse",
|
|
1804
2313
|
"AaveUserPositionPerTokenResponseTypedDict": ".aaveuserpositionpertokenresponse",
|
|
1805
2314
|
"AaveUserPositionSummaryResponse": ".aaveuserpositionsummaryresponse",
|
|
1806
2315
|
"AaveUserPositionSummaryResponseTypedDict": ".aaveuserpositionsummaryresponse",
|
|
2316
|
+
"AaveVenue": ".aavevenue",
|
|
2317
|
+
"AaveVenueTypedDict": ".aavevenue",
|
|
1807
2318
|
"AaveWithdrawParams": ".aavewithdrawparams",
|
|
1808
2319
|
"AaveWithdrawParamsAmount": ".aavewithdrawparams",
|
|
1809
2320
|
"AaveWithdrawParamsAmountTypedDict": ".aavewithdrawparams",
|
|
@@ -1811,19 +2322,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1811
2322
|
"AaveWithdrawRequest": ".aavewithdrawrequest",
|
|
1812
2323
|
"AaveWithdrawRequestAmount": ".aavewithdrawrequest",
|
|
1813
2324
|
"AaveWithdrawRequestAmountTypedDict": ".aavewithdrawrequest",
|
|
2325
|
+
"AaveWithdrawRequestChain": ".aavewithdrawrequest",
|
|
1814
2326
|
"AaveWithdrawRequestTypedDict": ".aavewithdrawrequest",
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1817
|
-
"AerodromeSlipstreamLiquidityProvisionPositionsRequestTypedDict": ".aerodrome_slipstream_liquidity_provision_positionsop",
|
|
1818
|
-
"AerodromeSlipstreamPoolPriceChain": ".aerodrome_slipstream_pool_priceop",
|
|
1819
|
-
"AerodromeSlipstreamPoolPriceRequest": ".aerodrome_slipstream_pool_priceop",
|
|
1820
|
-
"AerodromeSlipstreamPoolPriceRequestTypedDict": ".aerodrome_slipstream_pool_priceop",
|
|
1821
|
-
"AerodromeSlipstreamPoolPriceTokenInToken": ".aerodrome_slipstream_pool_priceop",
|
|
1822
|
-
"AerodromeSlipstreamPoolPriceTokenOutToken": ".aerodrome_slipstream_pool_priceop",
|
|
2327
|
+
"AerodromeEnrichedPosition": ".aerodromeenrichedposition",
|
|
2328
|
+
"AerodromeEnrichedPositionTypedDict": ".aerodromeenrichedposition",
|
|
1823
2329
|
"AerodromeLPPositionsResponse": ".aerodromelppositionsresponse",
|
|
1824
2330
|
"AerodromeLPPositionsResponseTypedDict": ".aerodromelppositionsresponse",
|
|
1825
|
-
"AerodromePosition": ".aerodromeposition",
|
|
1826
|
-
"AerodromePositionTypedDict": ".aerodromeposition",
|
|
1827
2331
|
"AerodromeSlipstreamBuyExactlyParams": ".aerodromeslipstreambuyexactlyparams",
|
|
1828
2332
|
"AerodromeSlipstreamBuyExactlyParamsAmountInMaximum": ".aerodromeslipstreambuyexactlyparams",
|
|
1829
2333
|
"AerodromeSlipstreamBuyExactlyParamsAmountInMaximumTypedDict": ".aerodromeslipstreambuyexactlyparams",
|
|
@@ -1835,6 +2339,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1835
2339
|
"AerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict": ".aerodromeslipstreambuyexactlyrequest",
|
|
1836
2340
|
"AerodromeSlipstreamBuyExactlyRequestAmountOut": ".aerodromeslipstreambuyexactlyrequest",
|
|
1837
2341
|
"AerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict": ".aerodromeslipstreambuyexactlyrequest",
|
|
2342
|
+
"AerodromeSlipstreamBuyExactlyRequestChain": ".aerodromeslipstreambuyexactlyrequest",
|
|
1838
2343
|
"AerodromeSlipstreamBuyExactlyRequestTypedDict": ".aerodromeslipstreambuyexactlyrequest",
|
|
1839
2344
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParams": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
1840
2345
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
@@ -1855,6 +2360,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1855
2360
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
1856
2361
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
1857
2362
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2363
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestChain": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
1858
2364
|
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
1859
2365
|
"AerodromeSlipstreamMintLiquidityProvisionParams": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
1860
2366
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
@@ -1875,6 +2381,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1875
2381
|
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
1876
2382
|
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
1877
2383
|
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2384
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestChain": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
1878
2385
|
"AerodromeSlipstreamMintLiquidityProvisionRequestTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
1879
2386
|
"AerodromeSlipstreamPoolPriceResponse": ".aerodromeslipstreampoolpriceresponse",
|
|
1880
2387
|
"AerodromeSlipstreamPoolPriceResponseTypedDict": ".aerodromeslipstreampoolpriceresponse",
|
|
@@ -1889,97 +2396,196 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1889
2396
|
"AerodromeSlipstreamSellExactlyRequestAmountInTypedDict": ".aerodromeslipstreamsellexactlyrequest",
|
|
1890
2397
|
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimum": ".aerodromeslipstreamsellexactlyrequest",
|
|
1891
2398
|
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict": ".aerodromeslipstreamsellexactlyrequest",
|
|
2399
|
+
"AerodromeSlipstreamSellExactlyRequestChain": ".aerodromeslipstreamsellexactlyrequest",
|
|
1892
2400
|
"AerodromeSlipstreamSellExactlyRequestTypedDict": ".aerodromeslipstreamsellexactlyrequest",
|
|
1893
2401
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParams": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
1894
2402
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
1895
2403
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
1896
2404
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
1897
2405
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequest": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2406
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestChain": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
1898
2407
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
1899
2408
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
1900
2409
|
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
1901
2410
|
"AllowanceInfoResponse": ".allowanceinforesponse",
|
|
1902
2411
|
"AllowanceInfoResponseTypedDict": ".allowanceinforesponse",
|
|
2412
|
+
"ApproveTransferRequest": ".approvetransferrequest",
|
|
2413
|
+
"ApproveTransferRequestTypedDict": ".approvetransferrequest",
|
|
2414
|
+
"ApproveTransferResponse": ".approvetransferresponse",
|
|
2415
|
+
"ApproveTransferResponseTypedDict": ".approvetransferresponse",
|
|
1903
2416
|
"Apy": ".apy",
|
|
1904
2417
|
"ApyTypedDict": ".apy",
|
|
2418
|
+
"BatchedSafeOperationsResponseInput": ".batchedsafeoperationsresponse_input",
|
|
2419
|
+
"BatchedSafeOperationsResponseInputTypedDict": ".batchedsafeoperationsresponse_input",
|
|
2420
|
+
"BatchedSafeOperationsResponseOutput": ".batchedsafeoperationsresponse_output",
|
|
2421
|
+
"BatchedSafeOperationsResponseOutputTypedDict": ".batchedsafeoperationsresponse_output",
|
|
1905
2422
|
"BatchedUserOperationsRequest": ".batcheduseroperationsrequest",
|
|
2423
|
+
"BatchedUserOperationsRequestChain": ".batcheduseroperationsrequest",
|
|
1906
2424
|
"BatchedUserOperationsRequestTypedDict": ".batcheduseroperationsrequest",
|
|
1907
2425
|
"BatchedUserOperationsResponse": ".batcheduseroperationsresponse",
|
|
1908
2426
|
"BatchedUserOperationsResponseTypedDict": ".batcheduseroperationsresponse",
|
|
1909
2427
|
"Borrow": ".borrow",
|
|
1910
2428
|
"BorrowTypedDict": ".borrow",
|
|
1911
2429
|
"Borrowratemode": ".borrow",
|
|
2430
|
+
"BundlerTransactionResponse": ".bundlertransactionresponse",
|
|
2431
|
+
"BundlerTransactionResponseTypedDict": ".bundlertransactionresponse",
|
|
1912
2432
|
"Chain": ".chain",
|
|
1913
2433
|
"ChainInfo": ".chaininfo",
|
|
1914
2434
|
"ChainInfoTypedDict": ".chaininfo",
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1917
|
-
"
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
"
|
|
1922
|
-
"
|
|
1923
|
-
"
|
|
1924
|
-
"
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1947
|
-
"
|
|
1948
|
-
"
|
|
2435
|
+
"ChainMarketInfo": ".chainmarketinfo",
|
|
2436
|
+
"ChainMarketInfoTypedDict": ".chainmarketinfo",
|
|
2437
|
+
"CompassAPIBackendV1ModelsGenericReadResponsePortfolioTokenBalance": ".compass_api_backend_v1_models_generic_read_response_portfolio_tokenbalance",
|
|
2438
|
+
"CompassAPIBackendV1ModelsGenericReadResponsePortfolioTokenBalanceTypedDict": ".compass_api_backend_v1_models_generic_read_response_portfolio_tokenbalance",
|
|
2439
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionApyData": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_apydata",
|
|
2440
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionApyDataTypedDict": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_apydata",
|
|
2441
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionAsset": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_asset",
|
|
2442
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionAssetTypedDict": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_asset",
|
|
2443
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionMarketState": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_marketstate",
|
|
2444
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionMarketStateTypedDict": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_marketstate",
|
|
2445
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultPosition": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultposition",
|
|
2446
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultPositionTypedDict": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultposition",
|
|
2447
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultState": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultstate",
|
|
2448
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseCheckUserPositionVaultStateTypedDict": ".compass_api_backend_v1_models_morpho_read_response_check_user_position_vaultstate",
|
|
2449
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketApyData": ".compass_api_backend_v1_models_morpho_read_response_get_market_apydata",
|
|
2450
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketApyDataTypedDict": ".compass_api_backend_v1_models_morpho_read_response_get_market_apydata",
|
|
2451
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketAsset": ".compass_api_backend_v1_models_morpho_read_response_get_market_asset",
|
|
2452
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketAssetTypedDict": ".compass_api_backend_v1_models_morpho_read_response_get_market_asset",
|
|
2453
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketMarketState": ".compass_api_backend_v1_models_morpho_read_response_get_market_marketstate",
|
|
2454
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketMarketStateTypedDict": ".compass_api_backend_v1_models_morpho_read_response_get_market_marketstate",
|
|
2455
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsAsset": ".compass_api_backend_v1_models_morpho_read_response_get_markets_asset",
|
|
2456
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsAssetTypedDict": ".compass_api_backend_v1_models_morpho_read_response_get_markets_asset",
|
|
2457
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsMarketState": ".compass_api_backend_v1_models_morpho_read_response_get_markets_marketstate",
|
|
2458
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetMarketsMarketStateTypedDict": ".compass_api_backend_v1_models_morpho_read_response_get_markets_marketstate",
|
|
2459
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsAsset": ".compass_api_backend_v1_models_morpho_read_response_get_vaults_asset",
|
|
2460
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsAssetTypedDict": ".compass_api_backend_v1_models_morpho_read_response_get_vaults_asset",
|
|
2461
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsVaultState": ".compass_api_backend_v1_models_morpho_read_response_get_vaults_vaultstate",
|
|
2462
|
+
"CompassAPIBackendV1ModelsMorphoReadResponseGetVaultsVaultStateTypedDict": ".compass_api_backend_v1_models_morpho_read_response_get_vaults_vaultstate",
|
|
2463
|
+
"CompassAPIBackendV1ModelsPendleReadResponseMarketUserPosition": ".compass_api_backend_v1_models_pendle_read_response_market_userposition",
|
|
2464
|
+
"CompassAPIBackendV1ModelsPendleReadResponseMarketUserPositionTypedDict": ".compass_api_backend_v1_models_pendle_read_response_market_userposition",
|
|
2465
|
+
"CompassAPIBackendV1ModelsPendleReadResponsePositionsTokenBalance": ".compass_api_backend_v1_models_pendle_read_response_positions_tokenbalance",
|
|
2466
|
+
"CompassAPIBackendV1ModelsPendleReadResponsePositionsTokenBalanceTypedDict": ".compass_api_backend_v1_models_pendle_read_response_positions_tokenbalance",
|
|
2467
|
+
"CompassAPIBackendV1ModelsVaultsReadResponseVaultUserPosition": ".compass_api_backend_v1_models_vaults_read_response_vault_userposition",
|
|
2468
|
+
"CompassAPIBackendV1ModelsVaultsReadResponseVaultUserPositionTypedDict": ".compass_api_backend_v1_models_vaults_read_response_vault_userposition",
|
|
2469
|
+
"CompassAPIBackendV1ModelsWildcatReadResponseMarketUserPosition": ".compass_api_backend_v1_models_wildcat_read_response_market_userposition",
|
|
2470
|
+
"CompassAPIBackendV1ModelsWildcatReadResponseMarketUserPositionTypedDict": ".compass_api_backend_v1_models_wildcat_read_response_market_userposition",
|
|
2471
|
+
"CompassAPIBackendV2ModelsEarnReadResponsePositionsVaultPosition": ".compass_api_backend_v2_models_earn_read_response_positions_vaultposition",
|
|
2472
|
+
"CompassAPIBackendV2ModelsEarnReadResponsePositionsVaultPositionTypedDict": ".compass_api_backend_v2_models_earn_read_response_positions_vaultposition",
|
|
2473
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712Domain": ".compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712domain",
|
|
2474
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712DomainTypedDict": ".compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712domain",
|
|
2475
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712Types": ".compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712types",
|
|
2476
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermit2TypedDataEip712TypesTypedDict": ".compass_api_backend_v2_models_gas_sponsorship_permit_2_typed_data_eip712types",
|
|
2477
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712Domain": ".compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712domain",
|
|
2478
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712DomainTypedDict": ".compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712domain",
|
|
2479
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712Types": ".compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712types",
|
|
2480
|
+
"CompassAPIBackendV2ModelsGasSponsorshipPermitTypedDataEip712TypesTypedDict": ".compass_api_backend_v2_models_gas_sponsorship_permit_typed_data_eip712types",
|
|
2481
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712Domain": ".compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712domain",
|
|
2482
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712DomainTypedDict": ".compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712domain",
|
|
2483
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712Types": ".compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712types",
|
|
2484
|
+
"CompassAPIBackendV2ModelsSafeTransactResponseBatchedSafeOperationsEip712TypesTypedDict": ".compass_api_backend_v2_models_safe_transact_response_batched_safe_operations_eip712types",
|
|
2485
|
+
"CooldownEnd": ".cooldownposition",
|
|
2486
|
+
"CooldownEndTypedDict": ".cooldownposition",
|
|
2487
|
+
"CooldownPosition": ".cooldownposition",
|
|
2488
|
+
"CooldownPositionTypedDict": ".cooldownposition",
|
|
2489
|
+
"CreateAccountRequest": ".createaccountrequest",
|
|
2490
|
+
"CreateAccountRequestChain": ".createaccountrequest",
|
|
2491
|
+
"CreateAccountRequestTypedDict": ".createaccountrequest",
|
|
2492
|
+
"CreateAccountResponse": ".createaccountresponse",
|
|
2493
|
+
"CreateAccountResponseTypedDict": ".createaccountresponse",
|
|
2494
|
+
"DepositForBurnRequest": ".depositforburnrequest",
|
|
2495
|
+
"DepositForBurnRequestAmount": ".depositforburnrequest",
|
|
2496
|
+
"DepositForBurnRequestAmountTypedDict": ".depositforburnrequest",
|
|
2497
|
+
"DepositForBurnRequestChain": ".depositforburnrequest",
|
|
2498
|
+
"DepositForBurnRequestTransferMode": ".depositforburnrequest",
|
|
2499
|
+
"DepositForBurnRequestTypedDict": ".depositforburnrequest",
|
|
2500
|
+
"DestinationChain": ".depositforburnrequest",
|
|
2501
|
+
"DepositForBurnResponse": ".depositforburnresponse",
|
|
2502
|
+
"DepositForBurnResponseTransferMode": ".depositforburnresponse",
|
|
2503
|
+
"DepositForBurnResponseTypedDict": ".depositforburnresponse",
|
|
1949
2504
|
"Details": ".details",
|
|
1950
2505
|
"DetailsTypedDict": ".details",
|
|
2506
|
+
"EarnManageParams": ".earnmanageparams",
|
|
2507
|
+
"EarnManageParamsAction": ".earnmanageparams",
|
|
2508
|
+
"EarnManageParamsTypedDict": ".earnmanageparams",
|
|
2509
|
+
"EarnManageParamsVenue": ".earnmanageparams",
|
|
2510
|
+
"EarnManageParamsVenueTypedDict": ".earnmanageparams",
|
|
2511
|
+
"EarnManageRequest": ".earnmanagerequest",
|
|
2512
|
+
"EarnManageRequestAction": ".earnmanagerequest",
|
|
2513
|
+
"EarnManageRequestTypedDict": ".earnmanagerequest",
|
|
2514
|
+
"EarnManageRequestVenue": ".earnmanagerequest",
|
|
2515
|
+
"EarnManageRequestVenueTypedDict": ".earnmanagerequest",
|
|
2516
|
+
"EarnManageResponse": ".earnmanageresponse",
|
|
2517
|
+
"EarnManageResponseTypedDict": ".earnmanageresponse",
|
|
2518
|
+
"EarnPositionsResponse": ".earnpositionsresponse",
|
|
2519
|
+
"EarnPositionsResponseTypedDict": ".earnpositionsresponse",
|
|
2520
|
+
"UserPosition": ".earnpositionsresponse",
|
|
2521
|
+
"UserPositionTypedDict": ".earnpositionsresponse",
|
|
2522
|
+
"EarnSwapParams": ".earnswapparams",
|
|
2523
|
+
"EarnSwapParamsAmountIn": ".earnswapparams",
|
|
2524
|
+
"EarnSwapParamsAmountInTypedDict": ".earnswapparams",
|
|
2525
|
+
"EarnSwapParamsSlippage": ".earnswapparams",
|
|
2526
|
+
"EarnSwapParamsSlippageTypedDict": ".earnswapparams",
|
|
2527
|
+
"EarnSwapParamsTypedDict": ".earnswapparams",
|
|
2528
|
+
"EarnSwapRequest": ".earnswaprequest",
|
|
2529
|
+
"EarnSwapRequestAmountIn": ".earnswaprequest",
|
|
2530
|
+
"EarnSwapRequestAmountInTypedDict": ".earnswaprequest",
|
|
2531
|
+
"EarnSwapRequestSlippage": ".earnswaprequest",
|
|
2532
|
+
"EarnSwapRequestSlippageTypedDict": ".earnswaprequest",
|
|
2533
|
+
"EarnSwapRequestTypedDict": ".earnswaprequest",
|
|
2534
|
+
"EarnSwapResponse": ".earnswapresponse",
|
|
2535
|
+
"EarnSwapResponseTypedDict": ".earnswapresponse",
|
|
2536
|
+
"EarnTransferRequest": ".earntransferrequest",
|
|
2537
|
+
"EarnTransferRequestAction": ".earntransferrequest",
|
|
2538
|
+
"EarnTransferRequestAmount": ".earntransferrequest",
|
|
2539
|
+
"EarnTransferRequestAmountTypedDict": ".earntransferrequest",
|
|
2540
|
+
"EarnTransferRequestTypedDict": ".earntransferrequest",
|
|
2541
|
+
"EarnTransferResponse": ".earntransferresponse",
|
|
2542
|
+
"EarnTransferResponseEip712": ".earntransferresponse",
|
|
2543
|
+
"EarnTransferResponseEip712TypedDict": ".earntransferresponse",
|
|
2544
|
+
"EarnTransferResponseTypedDict": ".earntransferresponse",
|
|
2545
|
+
"Eip712DomainField": ".eip712domainfield",
|
|
2546
|
+
"Eip712DomainFieldTypedDict": ".eip712domainfield",
|
|
2547
|
+
"Eip712Field": ".eip712field",
|
|
2548
|
+
"Eip712FieldTypedDict": ".eip712field",
|
|
1951
2549
|
"EnsNameInfoResponse": ".ensnameinforesponse",
|
|
1952
2550
|
"EnsNameInfoResponseTypedDict": ".ensnameinforesponse",
|
|
1953
2551
|
"Erc20Data": ".erc20data",
|
|
1954
2552
|
"Erc20DataTypedDict": ".erc20data",
|
|
2553
|
+
"EthenaDepositParams": ".ethenadepositparams",
|
|
2554
|
+
"EthenaDepositParamsAmount": ".ethenadepositparams",
|
|
2555
|
+
"EthenaDepositParamsAmountTypedDict": ".ethenadepositparams",
|
|
2556
|
+
"EthenaDepositParamsTypedDict": ".ethenadepositparams",
|
|
2557
|
+
"EthenaDepositRequest": ".ethenadepositrequest",
|
|
2558
|
+
"EthenaDepositRequestAmount": ".ethenadepositrequest",
|
|
2559
|
+
"EthenaDepositRequestAmountTypedDict": ".ethenadepositrequest",
|
|
2560
|
+
"EthenaDepositRequestChain": ".ethenadepositrequest",
|
|
2561
|
+
"EthenaDepositRequestTypedDict": ".ethenadepositrequest",
|
|
2562
|
+
"EthenaGetVaultResponse": ".ethenagetvaultresponse",
|
|
2563
|
+
"EthenaGetVaultResponseTypedDict": ".ethenagetvaultresponse",
|
|
2564
|
+
"EthenaRequestToWithdrawParams": ".ethenarequesttowithdrawparams",
|
|
2565
|
+
"EthenaRequestToWithdrawParamsTypedDict": ".ethenarequesttowithdrawparams",
|
|
2566
|
+
"EthenaRequestToWithdrawRequest": ".ethenarequesttowithdrawrequest",
|
|
2567
|
+
"EthenaRequestToWithdrawRequestChain": ".ethenarequesttowithdrawrequest",
|
|
2568
|
+
"EthenaRequestToWithdrawRequestTypedDict": ".ethenarequesttowithdrawrequest",
|
|
2569
|
+
"EthenaRequestToWithdrawTransactionResponse": ".ethenarequesttowithdrawtransactionresponse",
|
|
2570
|
+
"EthenaRequestToWithdrawTransactionResponseTransaction": ".ethenarequesttowithdrawtransactionresponse",
|
|
2571
|
+
"EthenaRequestToWithdrawTransactionResponseTransactionTypedDict": ".ethenarequesttowithdrawtransactionresponse",
|
|
2572
|
+
"EthenaRequestToWithdrawTransactionResponseTypedDict": ".ethenarequesttowithdrawtransactionresponse",
|
|
2573
|
+
"EthenaUnstakeParams": ".ethenaunstakeparams",
|
|
2574
|
+
"EthenaUnstakeParamsTypedDict": ".ethenaunstakeparams",
|
|
2575
|
+
"EthenaUnstakeRequest": ".ethenaunstakerequest",
|
|
2576
|
+
"EthenaUnstakeRequestChain": ".ethenaunstakerequest",
|
|
2577
|
+
"EthenaUnstakeRequestTypedDict": ".ethenaunstakerequest",
|
|
2578
|
+
"Denomination": ".fee",
|
|
2579
|
+
"Fee": ".fee",
|
|
2580
|
+
"FeeAmount": ".fee",
|
|
2581
|
+
"FeeAmountTypedDict": ".fee",
|
|
2582
|
+
"FeeTypedDict": ".fee",
|
|
1955
2583
|
"FeeEnum": ".feeenum",
|
|
1956
|
-
"GenericAllowanceChain": ".generic_allowanceop",
|
|
1957
|
-
"GenericAllowanceContractEnum": ".generic_allowanceop",
|
|
1958
|
-
"GenericAllowanceContractUnion": ".generic_allowanceop",
|
|
1959
|
-
"GenericAllowanceContractUnionTypedDict": ".generic_allowanceop",
|
|
1960
|
-
"GenericAllowanceRequest": ".generic_allowanceop",
|
|
1961
|
-
"GenericAllowanceRequestTypedDict": ".generic_allowanceop",
|
|
1962
|
-
"GenericAllowanceToken": ".generic_allowanceop",
|
|
1963
|
-
"GenericAllowanceTokenTypedDict": ".generic_allowanceop",
|
|
1964
|
-
"GenericEnsChain": ".generic_ensop",
|
|
1965
|
-
"GenericEnsRequest": ".generic_ensop",
|
|
1966
|
-
"GenericEnsRequestTypedDict": ".generic_ensop",
|
|
1967
|
-
"GenericPortfolioChain": ".generic_portfolioop",
|
|
1968
|
-
"GenericPortfolioRequest": ".generic_portfolioop",
|
|
1969
|
-
"GenericPortfolioRequestTypedDict": ".generic_portfolioop",
|
|
1970
|
-
"GenericSupportedTokensChain": ".generic_supported_tokensop",
|
|
1971
|
-
"GenericSupportedTokensRequest": ".generic_supported_tokensop",
|
|
1972
|
-
"GenericSupportedTokensRequestTypedDict": ".generic_supported_tokensop",
|
|
1973
|
-
"GenericVisualizePortfolioChain": ".generic_visualize_portfolioop",
|
|
1974
|
-
"GenericVisualizePortfolioRequest": ".generic_visualize_portfolioop",
|
|
1975
|
-
"GenericVisualizePortfolioRequestTypedDict": ".generic_visualize_portfolioop",
|
|
1976
|
-
"Image": ".image",
|
|
1977
|
-
"ImageTypedDict": ".image",
|
|
1978
2584
|
"InterestRateMode": ".interestratemode",
|
|
1979
2585
|
"LiquidationCall": ".liquidationcall",
|
|
1980
2586
|
"LiquidationCallTypedDict": ".liquidationcall",
|
|
1981
|
-
"
|
|
1982
|
-
"
|
|
2587
|
+
"ListAaveMarketsResponse": ".listaavemarketsresponse",
|
|
2588
|
+
"ListAaveMarketsResponseTypedDict": ".listaavemarketsresponse",
|
|
1983
2589
|
"LpBalance": ".lpbalance",
|
|
1984
2590
|
"LpBalanceTypedDict": ".lpbalance",
|
|
1985
2591
|
"Market": ".market",
|
|
@@ -1988,29 +2594,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1988
2594
|
"MarketPositionTypedDict": ".marketposition",
|
|
1989
2595
|
"MarketTokens": ".markettokens",
|
|
1990
2596
|
"MarketTokensTypedDict": ".markettokens",
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
1994
|
-
"
|
|
1995
|
-
"
|
|
1996
|
-
"
|
|
1997
|
-
"
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
2001
|
-
"MorphoMarketsRequestTypedDict": ".morpho_marketsop",
|
|
2002
|
-
"MorphoUserPositionChain": ".morpho_user_positionop",
|
|
2003
|
-
"MorphoUserPositionRequest": ".morpho_user_positionop",
|
|
2004
|
-
"MorphoUserPositionRequestTypedDict": ".morpho_user_positionop",
|
|
2005
|
-
"MorphoVaultPositionChain": ".morpho_vault_positionop",
|
|
2006
|
-
"MorphoVaultPositionRequest": ".morpho_vault_positionop",
|
|
2007
|
-
"MorphoVaultPositionRequestTypedDict": ".morpho_vault_positionop",
|
|
2008
|
-
"MorphoVaultChain": ".morpho_vaultop",
|
|
2009
|
-
"MorphoVaultRequest": ".morpho_vaultop",
|
|
2010
|
-
"MorphoVaultRequestTypedDict": ".morpho_vaultop",
|
|
2011
|
-
"MorphoVaultsChain": ".morpho_vaultsop",
|
|
2012
|
-
"MorphoVaultsRequest": ".morpho_vaultsop",
|
|
2013
|
-
"MorphoVaultsRequestTypedDict": ".morpho_vaultsop",
|
|
2597
|
+
"MaxSupplyApyInfo": ".maxsupplyapyinfo",
|
|
2598
|
+
"MaxSupplyApyInfoTypedDict": ".maxsupplyapyinfo",
|
|
2599
|
+
"MintPrepareCompletedResponse": ".mintpreparecompletedresponse",
|
|
2600
|
+
"MintPrepareCompletedResponseTypedDict": ".mintpreparecompletedresponse",
|
|
2601
|
+
"MintPreparePendingResponse": ".mintpreparependingresponse",
|
|
2602
|
+
"MintPreparePendingResponseTypedDict": ".mintpreparependingresponse",
|
|
2603
|
+
"MintPrepareReadyResponse": ".mintpreparereadyresponse",
|
|
2604
|
+
"MintPrepareReadyResponseTypedDict": ".mintpreparereadyresponse",
|
|
2605
|
+
"MintPrepareRequest": ".mintpreparerequest",
|
|
2606
|
+
"MintPrepareRequestTypedDict": ".mintpreparerequest",
|
|
2014
2607
|
"MorphoBorrowParams": ".morphoborrowparams",
|
|
2015
2608
|
"MorphoBorrowParamsAmount": ".morphoborrowparams",
|
|
2016
2609
|
"MorphoBorrowParamsAmountTypedDict": ".morphoborrowparams",
|
|
@@ -2024,8 +2617,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2024
2617
|
"MorphoCheckMarketPositionResponseTypedDict": ".morphocheckmarketpositionresponse",
|
|
2025
2618
|
"MorphoCheckUserPositionResponse": ".morphocheckuserpositionresponse",
|
|
2026
2619
|
"MorphoCheckUserPositionResponseTypedDict": ".morphocheckuserpositionresponse",
|
|
2027
|
-
"MorphoCheckVaultPositionResponse": ".morphocheckvaultpositionresponse",
|
|
2028
|
-
"MorphoCheckVaultPositionResponseTypedDict": ".morphocheckvaultpositionresponse",
|
|
2029
2620
|
"MorphoDepositParams": ".morphodepositparams",
|
|
2030
2621
|
"MorphoDepositParamsAmount": ".morphodepositparams",
|
|
2031
2622
|
"MorphoDepositParamsAmountTypedDict": ".morphodepositparams",
|
|
@@ -2039,8 +2630,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2039
2630
|
"MorphoGetMarketResponseTypedDict": ".morphogetmarketresponse",
|
|
2040
2631
|
"MorphoGetMarketsResponse": ".morphogetmarketsresponse",
|
|
2041
2632
|
"MorphoGetMarketsResponseTypedDict": ".morphogetmarketsresponse",
|
|
2042
|
-
"MorphoGetVaultResponse": ".morphogetvaultresponse",
|
|
2043
|
-
"MorphoGetVaultResponseTypedDict": ".morphogetvaultresponse",
|
|
2044
2633
|
"MorphoGetVaultsResponse": ".morphogetvaultsresponse",
|
|
2045
2634
|
"MorphoGetVaultsResponseTypedDict": ".morphogetvaultsresponse",
|
|
2046
2635
|
"MorphoMarket": ".morphomarket",
|
|
@@ -2078,97 +2667,114 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2078
2667
|
"Movement10Percent": ".movement10percent",
|
|
2079
2668
|
"Movement10PercentTypedDict": ".movement10percent",
|
|
2080
2669
|
"MulticallAuthorizationRequest": ".multicallauthorizationrequest",
|
|
2670
|
+
"MulticallAuthorizationRequestChain": ".multicallauthorizationrequest",
|
|
2081
2671
|
"MulticallAuthorizationRequestTypedDict": ".multicallauthorizationrequest",
|
|
2082
2672
|
"MulticallAuthorizationResponse": ".multicallauthorizationresponse",
|
|
2083
2673
|
"MulticallAuthorizationResponseTypedDict": ".multicallauthorizationresponse",
|
|
2084
2674
|
"MulticallExecuteRequest": ".multicallexecuterequest",
|
|
2675
|
+
"MulticallExecuteRequestChain": ".multicallexecuterequest",
|
|
2085
2676
|
"MulticallExecuteRequestTypedDict": ".multicallexecuterequest",
|
|
2677
|
+
"OdosSwapParams": ".odosswapparams",
|
|
2678
|
+
"OdosSwapParamsAmountIn": ".odosswapparams",
|
|
2679
|
+
"OdosSwapParamsAmountInTypedDict": ".odosswapparams",
|
|
2680
|
+
"OdosSwapParamsTypedDict": ".odosswapparams",
|
|
2681
|
+
"OdosSwapRequest": ".odosswaprequest",
|
|
2682
|
+
"OdosSwapRequestAmountIn": ".odosswaprequest",
|
|
2683
|
+
"OdosSwapRequestAmountInTypedDict": ".odosswaprequest",
|
|
2684
|
+
"OdosSwapRequestChain": ".odosswaprequest",
|
|
2685
|
+
"OdosSwapRequestTypedDict": ".odosswaprequest",
|
|
2686
|
+
"OdosTransactionResponse": ".odostransactionresponse",
|
|
2687
|
+
"OdosTransactionResponseTransaction": ".odostransactionresponse",
|
|
2688
|
+
"OdosTransactionResponseTransactionTypedDict": ".odostransactionresponse",
|
|
2689
|
+
"OdosTransactionResponseTypedDict": ".odostransactionresponse",
|
|
2690
|
+
"OneInchSwapParams": ".oneinchswapparams",
|
|
2691
|
+
"OneInchSwapParamsAmountIn": ".oneinchswapparams",
|
|
2692
|
+
"OneInchSwapParamsAmountInTypedDict": ".oneinchswapparams",
|
|
2693
|
+
"OneInchSwapParamsTypedDict": ".oneinchswapparams",
|
|
2086
2694
|
"OpenPosition": ".openposition",
|
|
2087
2695
|
"OpenPositionTypedDict": ".openposition",
|
|
2088
|
-
"
|
|
2089
|
-
"PendleMarketRequest": ".pendle_marketop",
|
|
2090
|
-
"PendleMarketRequestTypedDict": ".pendle_marketop",
|
|
2091
|
-
"PendleMarketsChain": ".pendle_marketsop",
|
|
2092
|
-
"PendleMarketsRequest": ".pendle_marketsop",
|
|
2093
|
-
"PendleMarketsRequestTypedDict": ".pendle_marketsop",
|
|
2094
|
-
"PendlePositionChain": ".pendle_positionop",
|
|
2095
|
-
"PendlePositionRequest": ".pendle_positionop",
|
|
2096
|
-
"PendlePositionRequestTypedDict": ".pendle_positionop",
|
|
2097
|
-
"PendlePositionsChain": ".pendle_positionsop",
|
|
2098
|
-
"PendlePositionsRequest": ".pendle_positionsop",
|
|
2099
|
-
"PendlePositionsRequestTypedDict": ".pendle_positionsop",
|
|
2100
|
-
"PendleAddLiquidityParams": ".pendleaddliquidityparams",
|
|
2101
|
-
"PendleAddLiquidityParamsAmount": ".pendleaddliquidityparams",
|
|
2102
|
-
"PendleAddLiquidityParamsAmountTypedDict": ".pendleaddliquidityparams",
|
|
2103
|
-
"PendleAddLiquidityParamsTypedDict": ".pendleaddliquidityparams",
|
|
2104
|
-
"PendleAddLiquidityRequest": ".pendleaddliquidityrequest",
|
|
2105
|
-
"PendleAddLiquidityRequestAmount": ".pendleaddliquidityrequest",
|
|
2106
|
-
"PendleAddLiquidityRequestAmountTypedDict": ".pendleaddliquidityrequest",
|
|
2107
|
-
"PendleAddLiquidityRequestTypedDict": ".pendleaddliquidityrequest",
|
|
2108
|
-
"PendleBuyPtParams": ".pendlebuyptparams",
|
|
2109
|
-
"PendleBuyPtParamsAmount": ".pendlebuyptparams",
|
|
2110
|
-
"PendleBuyPtParamsAmountTypedDict": ".pendlebuyptparams",
|
|
2111
|
-
"PendleBuyPtParamsTypedDict": ".pendlebuyptparams",
|
|
2112
|
-
"PendleBuyPtRequest": ".pendlebuyptrequest",
|
|
2113
|
-
"PendleBuyPtRequestAmount": ".pendlebuyptrequest",
|
|
2114
|
-
"PendleBuyPtRequestAmountTypedDict": ".pendlebuyptrequest",
|
|
2115
|
-
"PendleBuyPtRequestTypedDict": ".pendlebuyptrequest",
|
|
2116
|
-
"PendleBuyYtParams": ".pendlebuyytparams",
|
|
2117
|
-
"PendleBuyYtParamsAmount": ".pendlebuyytparams",
|
|
2118
|
-
"PendleBuyYtParamsAmountTypedDict": ".pendlebuyytparams",
|
|
2119
|
-
"PendleBuyYtParamsTypedDict": ".pendlebuyytparams",
|
|
2120
|
-
"PendleBuyYtRequest": ".pendlebuyytrequest",
|
|
2121
|
-
"PendleBuyYtRequestAmount": ".pendlebuyytrequest",
|
|
2122
|
-
"PendleBuyYtRequestAmountTypedDict": ".pendlebuyytrequest",
|
|
2123
|
-
"PendleBuyYtRequestTypedDict": ".pendlebuyytrequest",
|
|
2696
|
+
"OperationType": ".operationtype",
|
|
2124
2697
|
"PendleGetMarketResponse": ".pendlegetmarketresponse",
|
|
2125
2698
|
"PendleGetMarketResponseTypedDict": ".pendlegetmarketresponse",
|
|
2126
|
-
"PendleGetUserPositionResponse": ".pendlegetuserpositionresponse",
|
|
2127
|
-
"PendleGetUserPositionResponseTypedDict": ".pendlegetuserpositionresponse",
|
|
2128
2699
|
"PendleListMarketsResponse": ".pendlelistmarketsresponse",
|
|
2129
2700
|
"PendleListMarketsResponseTypedDict": ".pendlelistmarketsresponse",
|
|
2130
2701
|
"PendleListUserPositionsResponse": ".pendlelistuserpositionsresponse",
|
|
2131
2702
|
"PendleListUserPositionsResponseTypedDict": ".pendlelistuserpositionsresponse",
|
|
2703
|
+
"PendleManageLiquidityParams": ".pendlemanageliquidityparams",
|
|
2704
|
+
"PendleManageLiquidityParamsAction": ".pendlemanageliquidityparams",
|
|
2705
|
+
"PendleManageLiquidityParamsAmountIn": ".pendlemanageliquidityparams",
|
|
2706
|
+
"PendleManageLiquidityParamsAmountInTypedDict": ".pendlemanageliquidityparams",
|
|
2707
|
+
"PendleManageLiquidityParamsTypedDict": ".pendlemanageliquidityparams",
|
|
2708
|
+
"PendleManageLiquidityRequest": ".pendlemanageliquidityrequest",
|
|
2709
|
+
"PendleManageLiquidityRequestAction": ".pendlemanageliquidityrequest",
|
|
2710
|
+
"PendleManageLiquidityRequestAmountIn": ".pendlemanageliquidityrequest",
|
|
2711
|
+
"PendleManageLiquidityRequestAmountInTypedDict": ".pendlemanageliquidityrequest",
|
|
2712
|
+
"PendleManageLiquidityRequestChain": ".pendlemanageliquidityrequest",
|
|
2713
|
+
"PendleManageLiquidityRequestTypedDict": ".pendlemanageliquidityrequest",
|
|
2132
2714
|
"PendleMarket": ".pendlemarket",
|
|
2133
2715
|
"PendleMarketTypedDict": ".pendlemarket",
|
|
2134
2716
|
"PendleRedeemYieldParams": ".pendleredeemyieldparams",
|
|
2135
2717
|
"PendleRedeemYieldParamsTypedDict": ".pendleredeemyieldparams",
|
|
2136
2718
|
"PendleRedeemYieldRequest": ".pendleredeemyieldrequest",
|
|
2719
|
+
"PendleRedeemYieldRequestChain": ".pendleredeemyieldrequest",
|
|
2137
2720
|
"PendleRedeemYieldRequestTypedDict": ".pendleredeemyieldrequest",
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2145
|
-
"
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2151
|
-
"
|
|
2152
|
-
"
|
|
2153
|
-
"
|
|
2154
|
-
"
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2158
|
-
"
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2161
|
-
"
|
|
2721
|
+
"PendleTradePtParams": ".pendletradeptparams",
|
|
2722
|
+
"PendleTradePtParamsAction": ".pendletradeptparams",
|
|
2723
|
+
"PendleTradePtParamsAmountIn": ".pendletradeptparams",
|
|
2724
|
+
"PendleTradePtParamsAmountInTypedDict": ".pendletradeptparams",
|
|
2725
|
+
"PendleTradePtParamsTypedDict": ".pendletradeptparams",
|
|
2726
|
+
"PendleTradePtRequest": ".pendletradeptrequest",
|
|
2727
|
+
"PendleTradePtRequestAction": ".pendletradeptrequest",
|
|
2728
|
+
"PendleTradePtRequestAmountIn": ".pendletradeptrequest",
|
|
2729
|
+
"PendleTradePtRequestAmountInTypedDict": ".pendletradeptrequest",
|
|
2730
|
+
"PendleTradePtRequestChain": ".pendletradeptrequest",
|
|
2731
|
+
"PendleTradePtRequestTypedDict": ".pendletradeptrequest",
|
|
2732
|
+
"PendleTradeYtParams": ".pendletradeytparams",
|
|
2733
|
+
"PendleTradeYtParamsAction": ".pendletradeytparams",
|
|
2734
|
+
"PendleTradeYtParamsAmountIn": ".pendletradeytparams",
|
|
2735
|
+
"PendleTradeYtParamsAmountInTypedDict": ".pendletradeytparams",
|
|
2736
|
+
"PendleTradeYtParamsTypedDict": ".pendletradeytparams",
|
|
2737
|
+
"PendleTradeYtRequest": ".pendletradeytrequest",
|
|
2738
|
+
"PendleTradeYtRequestAction": ".pendletradeytrequest",
|
|
2739
|
+
"PendleTradeYtRequestAmountIn": ".pendletradeytrequest",
|
|
2740
|
+
"PendleTradeYtRequestAmountInTypedDict": ".pendletradeytrequest",
|
|
2741
|
+
"PendleTradeYtRequestChain": ".pendletradeytrequest",
|
|
2742
|
+
"PendleTradeYtRequestTypedDict": ".pendletradeytrequest",
|
|
2743
|
+
"PendleTxResponse": ".pendletxresponse",
|
|
2744
|
+
"PendleTxResponseTransaction": ".pendletxresponse",
|
|
2745
|
+
"PendleTxResponseTransactionTypedDict": ".pendletxresponse",
|
|
2746
|
+
"PendleTxResponseTypedDict": ".pendletxresponse",
|
|
2747
|
+
"Permit2TypedDataInput": ".permit2typeddata_input",
|
|
2748
|
+
"Permit2TypedDataInputTypedDict": ".permit2typeddata_input",
|
|
2749
|
+
"Permit2TypedDataOutput": ".permit2typeddata_output",
|
|
2750
|
+
"Permit2TypedDataOutputTypedDict": ".permit2typeddata_output",
|
|
2751
|
+
"PermitField": ".permitfield",
|
|
2752
|
+
"PermitFieldTypedDict": ".permitfield",
|
|
2753
|
+
"PermitMessage": ".permitmessage",
|
|
2754
|
+
"PermitMessageTypedDict": ".permitmessage",
|
|
2755
|
+
"PermitTransferFromMessage": ".permittransferfrommessage",
|
|
2756
|
+
"PermitTransferFromMessageTypedDict": ".permittransferfrommessage",
|
|
2757
|
+
"PermitTypedDataResponseInput": ".permittypeddataresponse_input",
|
|
2758
|
+
"PermitTypedDataResponseInputTypedDict": ".permittypeddataresponse_input",
|
|
2759
|
+
"PermitTypedDataResponseOutput": ".permittypeddataresponse_output",
|
|
2760
|
+
"PermitTypedDataResponseOutputTypedDict": ".permittypeddataresponse_output",
|
|
2162
2761
|
"Portfolio": ".portfolio",
|
|
2163
2762
|
"PortfolioTypedDict": ".portfolio",
|
|
2164
2763
|
"Position": ".position",
|
|
2165
2764
|
"PositionTypedDict": ".position",
|
|
2166
|
-
"
|
|
2167
|
-
"RedeemUnderlyingTypedDict": ".redeemunderlying",
|
|
2765
|
+
"Protocol": ".protocol",
|
|
2168
2766
|
"Repay": ".repay",
|
|
2169
2767
|
"RepayTypedDict": ".repay",
|
|
2170
2768
|
"Reserve": ".reserve",
|
|
2171
2769
|
"ReserveTypedDict": ".reserve",
|
|
2770
|
+
"SafeTransactionParams": ".safetransactionparams",
|
|
2771
|
+
"SafeTransactionParamsTypedDict": ".safetransactionparams",
|
|
2772
|
+
"SafeTransactionResponse": ".safetransactionresponse",
|
|
2773
|
+
"SafeTransactionResponseTypedDict": ".safetransactionresponse",
|
|
2774
|
+
"SafeTxField": ".safetxfield",
|
|
2775
|
+
"SafeTxFieldTypedDict": ".safetxfield",
|
|
2776
|
+
"SafeTxMessage": ".safetxmessage",
|
|
2777
|
+
"SafeTxMessageTypedDict": ".safetxmessage",
|
|
2172
2778
|
"Security": ".security",
|
|
2173
2779
|
"SecurityTypedDict": ".security",
|
|
2174
2780
|
"SetAllowanceParams": ".setallowanceparams",
|
|
@@ -2177,17 +2783,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2177
2783
|
"SetAllowanceParamsContractEnum": ".setallowanceparams",
|
|
2178
2784
|
"SetAllowanceParamsContractUnion": ".setallowanceparams",
|
|
2179
2785
|
"SetAllowanceParamsContractUnionTypedDict": ".setallowanceparams",
|
|
2180
|
-
"SetAllowanceParamsToken": ".setallowanceparams",
|
|
2181
|
-
"SetAllowanceParamsTokenTypedDict": ".setallowanceparams",
|
|
2182
2786
|
"SetAllowanceParamsTypedDict": ".setallowanceparams",
|
|
2183
2787
|
"SetAllowanceRequest": ".setallowancerequest",
|
|
2184
2788
|
"SetAllowanceRequestAmount": ".setallowancerequest",
|
|
2185
2789
|
"SetAllowanceRequestAmountTypedDict": ".setallowancerequest",
|
|
2790
|
+
"SetAllowanceRequestChain": ".setallowancerequest",
|
|
2186
2791
|
"SetAllowanceRequestContractEnum": ".setallowancerequest",
|
|
2187
2792
|
"SetAllowanceRequestContractUnion": ".setallowancerequest",
|
|
2188
2793
|
"SetAllowanceRequestContractUnionTypedDict": ".setallowancerequest",
|
|
2189
|
-
"SetAllowanceRequestToken": ".setallowancerequest",
|
|
2190
|
-
"SetAllowanceRequestTokenTypedDict": ".setallowancerequest",
|
|
2191
2794
|
"SetAllowanceRequestTypedDict": ".setallowancerequest",
|
|
2192
2795
|
"R": ".signedauthorization",
|
|
2193
2796
|
"RTypedDict": ".signedauthorization",
|
|
@@ -2195,8 +2798,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2195
2798
|
"STypedDict": ".signedauthorization",
|
|
2196
2799
|
"SignedAuthorization": ".signedauthorization",
|
|
2197
2800
|
"SignedAuthorizationTypedDict": ".signedauthorization",
|
|
2198
|
-
"SkyPositionRequest": ".sky_positionop",
|
|
2199
|
-
"SkyPositionRequestTypedDict": ".sky_positionop",
|
|
2200
2801
|
"SkyBuyParams": ".skybuyparams",
|
|
2201
2802
|
"SkyBuyParamsAmount": ".skybuyparams",
|
|
2202
2803
|
"SkyBuyParamsAmountTypedDict": ".skybuyparams",
|
|
@@ -2205,6 +2806,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2205
2806
|
"SkyBuyRequest": ".skybuyrequest",
|
|
2206
2807
|
"SkyBuyRequestAmount": ".skybuyrequest",
|
|
2207
2808
|
"SkyBuyRequestAmountTypedDict": ".skybuyrequest",
|
|
2809
|
+
"SkyBuyRequestChain": ".skybuyrequest",
|
|
2208
2810
|
"SkyBuyRequestTokenIn": ".skybuyrequest",
|
|
2209
2811
|
"SkyBuyRequestTypedDict": ".skybuyrequest",
|
|
2210
2812
|
"SkyCheckPositionResponse": ".skycheckpositionresponse",
|
|
@@ -2216,6 +2818,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2216
2818
|
"SkyDepositRequest": ".skydepositrequest",
|
|
2217
2819
|
"SkyDepositRequestAmount": ".skydepositrequest",
|
|
2218
2820
|
"SkyDepositRequestAmountTypedDict": ".skydepositrequest",
|
|
2821
|
+
"SkyDepositRequestChain": ".skydepositrequest",
|
|
2219
2822
|
"SkyDepositRequestTypedDict": ".skydepositrequest",
|
|
2220
2823
|
"SkySellParams": ".skysellparams",
|
|
2221
2824
|
"SkySellParamsAmount": ".skysellparams",
|
|
@@ -2225,90 +2828,68 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2225
2828
|
"SkySellRequest": ".skysellrequest",
|
|
2226
2829
|
"SkySellRequestAmount": ".skysellrequest",
|
|
2227
2830
|
"SkySellRequestAmountTypedDict": ".skysellrequest",
|
|
2831
|
+
"SkySellRequestChain": ".skysellrequest",
|
|
2228
2832
|
"SkySellRequestTokenOut": ".skysellrequest",
|
|
2229
2833
|
"SkySellRequestTypedDict": ".skysellrequest",
|
|
2230
2834
|
"SkyWithdrawParams": ".skywithdrawparams",
|
|
2231
2835
|
"SkyWithdrawParamsTypedDict": ".skywithdrawparams",
|
|
2232
2836
|
"SkyWithdrawRequest": ".skywithdrawrequest",
|
|
2837
|
+
"SkyWithdrawRequestChain": ".skywithdrawrequest",
|
|
2233
2838
|
"SkyWithdrawRequestTypedDict": ".skywithdrawrequest",
|
|
2839
|
+
"SponsorGasRequest": ".sponsorgasrequest",
|
|
2840
|
+
"SponsorGasRequestEip712": ".sponsorgasrequest",
|
|
2841
|
+
"SponsorGasRequestEip712TypedDict": ".sponsorgasrequest",
|
|
2842
|
+
"SponsorGasRequestTypedDict": ".sponsorgasrequest",
|
|
2843
|
+
"SponsorGasResponse": ".sponsorgasresponse",
|
|
2844
|
+
"SponsorGasResponseTypedDict": ".sponsorgasresponse",
|
|
2234
2845
|
"Supply": ".supply",
|
|
2235
2846
|
"SupplyTypedDict": ".supply",
|
|
2847
|
+
"SupportedChainInfo": ".supportedchaininfo",
|
|
2848
|
+
"SupportedChainInfoTypedDict": ".supportedchaininfo",
|
|
2236
2849
|
"SwapBorrowRate": ".swapborrowrate",
|
|
2237
2850
|
"SwapBorrowRateTypedDict": ".swapborrowrate",
|
|
2238
2851
|
"SyPosition": ".syposition",
|
|
2239
2852
|
"SyPositionTypedDict": ".syposition",
|
|
2240
|
-
"TokenAddressChain": ".token_addressop",
|
|
2241
|
-
"TokenAddressRequest": ".token_addressop",
|
|
2242
|
-
"TokenAddressRequestTypedDict": ".token_addressop",
|
|
2243
|
-
"TokenAddressToken": ".token_addressop",
|
|
2244
|
-
"TokenBalanceChain": ".token_balanceop",
|
|
2245
|
-
"TokenBalanceRequest": ".token_balanceop",
|
|
2246
|
-
"TokenBalanceRequestTypedDict": ".token_balanceop",
|
|
2247
|
-
"TokenBalanceToken": ".token_balanceop",
|
|
2248
|
-
"TokenBalanceTokenTypedDict": ".token_balanceop",
|
|
2249
|
-
"TokenEnum": ".token_enum",
|
|
2250
|
-
"TokenPriceChain": ".token_priceop",
|
|
2251
|
-
"TokenPriceRequest": ".token_priceop",
|
|
2252
|
-
"TokenPriceRequestTypedDict": ".token_priceop",
|
|
2253
|
-
"TokenPriceToken": ".token_priceop",
|
|
2254
|
-
"TokenAddressResponse": ".tokenaddressresponse",
|
|
2255
|
-
"TokenAddressResponseTypedDict": ".tokenaddressresponse",
|
|
2256
2853
|
"TokenBalanceResponse": ".tokenbalanceresponse",
|
|
2257
2854
|
"TokenBalanceResponseTypedDict": ".tokenbalanceresponse",
|
|
2258
|
-
"
|
|
2259
|
-
"
|
|
2260
|
-
"
|
|
2261
|
-
"
|
|
2855
|
+
"TokenConfig": ".tokenconfig",
|
|
2856
|
+
"TokenConfigTypedDict": ".tokenconfig",
|
|
2857
|
+
"TokenListResponse": ".tokenlistresponse",
|
|
2858
|
+
"TokenListResponseTypedDict": ".tokenlistresponse",
|
|
2859
|
+
"TokenMarketData": ".tokenmarketdata",
|
|
2860
|
+
"TokenMarketDataTypedDict": ".tokenmarketdata",
|
|
2861
|
+
"TokenPermissions": ".tokenpermissions",
|
|
2862
|
+
"TokenPermissionsTypedDict": ".tokenpermissions",
|
|
2262
2863
|
"TokenPriceResponse": ".tokenpriceresponse",
|
|
2263
2864
|
"TokenPriceResponseTypedDict": ".tokenpriceresponse",
|
|
2264
|
-
"
|
|
2265
|
-
"
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2865
|
+
"TokenTransferParams": ".tokentransferparams",
|
|
2866
|
+
"TokenTransferParamsAmount": ".tokentransferparams",
|
|
2867
|
+
"TokenTransferParamsAmountTypedDict": ".tokentransferparams",
|
|
2868
|
+
"TokenTransferParamsTypedDict": ".tokentransferparams",
|
|
2268
2869
|
"TokenTransferRequest": ".tokentransferrequest",
|
|
2269
2870
|
"TokenTransferRequestAmount": ".tokentransferrequest",
|
|
2270
2871
|
"TokenTransferRequestAmountTypedDict": ".tokentransferrequest",
|
|
2271
|
-
"
|
|
2272
|
-
"TokenTransferRequestTokenTypedDict": ".tokentransferrequest",
|
|
2872
|
+
"TokenTransferRequestChain": ".tokentransferrequest",
|
|
2273
2873
|
"TokenTransferRequestTypedDict": ".tokentransferrequest",
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2279
|
-
"
|
|
2280
|
-
"UniswapLiquidityProvisionPositionsRequest": ".uniswap_liquidity_provision_positionsop",
|
|
2281
|
-
"UniswapLiquidityProvisionPositionsRequestTypedDict": ".uniswap_liquidity_provision_positionsop",
|
|
2282
|
-
"UniswapPoolPriceChain": ".uniswap_pool_priceop",
|
|
2283
|
-
"UniswapPoolPriceFeeEnum": ".uniswap_pool_priceop",
|
|
2284
|
-
"UniswapPoolPriceRequest": ".uniswap_pool_priceop",
|
|
2285
|
-
"UniswapPoolPriceRequestTypedDict": ".uniswap_pool_priceop",
|
|
2286
|
-
"UniswapPoolPriceTokenInToken": ".uniswap_pool_priceop",
|
|
2287
|
-
"UniswapPoolPriceTokenOutToken": ".uniswap_pool_priceop",
|
|
2288
|
-
"UniswapQuoteBuyExactlyAmountOut": ".uniswap_quote_buy_exactlyop",
|
|
2289
|
-
"UniswapQuoteBuyExactlyAmountOutTypedDict": ".uniswap_quote_buy_exactlyop",
|
|
2290
|
-
"UniswapQuoteBuyExactlyChain": ".uniswap_quote_buy_exactlyop",
|
|
2291
|
-
"UniswapQuoteBuyExactlyFeeEnum": ".uniswap_quote_buy_exactlyop",
|
|
2292
|
-
"UniswapQuoteBuyExactlyRequest": ".uniswap_quote_buy_exactlyop",
|
|
2293
|
-
"UniswapQuoteBuyExactlyRequestTypedDict": ".uniswap_quote_buy_exactlyop",
|
|
2294
|
-
"UniswapQuoteBuyExactlyTokenInToken": ".uniswap_quote_buy_exactlyop",
|
|
2295
|
-
"UniswapQuoteBuyExactlyTokenOutToken": ".uniswap_quote_buy_exactlyop",
|
|
2296
|
-
"UniswapQuoteSellExactlyAmountIn": ".uniswap_quote_sell_exactlyop",
|
|
2297
|
-
"UniswapQuoteSellExactlyAmountInTypedDict": ".uniswap_quote_sell_exactlyop",
|
|
2298
|
-
"UniswapQuoteSellExactlyChain": ".uniswap_quote_sell_exactlyop",
|
|
2299
|
-
"UniswapQuoteSellExactlyFeeEnum": ".uniswap_quote_sell_exactlyop",
|
|
2300
|
-
"UniswapQuoteSellExactlyRequest": ".uniswap_quote_sell_exactlyop",
|
|
2301
|
-
"UniswapQuoteSellExactlyRequestTypedDict": ".uniswap_quote_sell_exactlyop",
|
|
2302
|
-
"UniswapQuoteSellExactlyTokenInToken": ".uniswap_quote_sell_exactlyop",
|
|
2303
|
-
"UniswapQuoteSellExactlyTokenOutToken": ".uniswap_quote_sell_exactlyop",
|
|
2874
|
+
"TransactionResponse": ".transactionresponse",
|
|
2875
|
+
"TransactionResponseTransaction": ".transactionresponse",
|
|
2876
|
+
"TransactionResponseTransactionTypedDict": ".transactionresponse",
|
|
2877
|
+
"TransactionResponseTypedDict": ".transactionresponse",
|
|
2878
|
+
"UnderlyingToken": ".underlyingtoken",
|
|
2879
|
+
"UnderlyingTokenTypedDict": ".underlyingtoken",
|
|
2304
2880
|
"UniswapBuyExactlyParams": ".uniswapbuyexactlyparams",
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2881
|
+
"UniswapBuyExactlyParamsAmountOut": ".uniswapbuyexactlyparams",
|
|
2882
|
+
"UniswapBuyExactlyParamsAmountOutTypedDict": ".uniswapbuyexactlyparams",
|
|
2307
2883
|
"UniswapBuyExactlyParamsTypedDict": ".uniswapbuyexactlyparams",
|
|
2308
2884
|
"UniswapBuyExactlyRequest": ".uniswapbuyexactlyrequest",
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
2885
|
+
"UniswapBuyExactlyRequestAmountOut": ".uniswapbuyexactlyrequest",
|
|
2886
|
+
"UniswapBuyExactlyRequestAmountOutTypedDict": ".uniswapbuyexactlyrequest",
|
|
2887
|
+
"UniswapBuyExactlyRequestChain": ".uniswapbuyexactlyrequest",
|
|
2311
2888
|
"UniswapBuyExactlyRequestTypedDict": ".uniswapbuyexactlyrequest",
|
|
2889
|
+
"UniswapBuyExactlyTransactionResponse": ".uniswapbuyexactlytransactionresponse",
|
|
2890
|
+
"UniswapBuyExactlyTransactionResponseTransaction": ".uniswapbuyexactlytransactionresponse",
|
|
2891
|
+
"UniswapBuyExactlyTransactionResponseTransactionTypedDict": ".uniswapbuyexactlytransactionresponse",
|
|
2892
|
+
"UniswapBuyExactlyTransactionResponseTypedDict": ".uniswapbuyexactlytransactionresponse",
|
|
2312
2893
|
"UniswapBuyQuoteInfoResponse": ".uniswapbuyquoteinforesponse",
|
|
2313
2894
|
"UniswapBuyQuoteInfoResponseTypedDict": ".uniswapbuyquoteinforesponse",
|
|
2314
2895
|
"UniswapCheckInRangeResponse": ".uniswapcheckinrangeresponse",
|
|
@@ -2332,6 +2913,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2332
2913
|
"UniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2333
2914
|
"UniswapIncreaseLiquidityProvisionRequestAmount1Min": ".uniswapincreaseliquidityprovisionrequest",
|
|
2334
2915
|
"UniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2916
|
+
"UniswapIncreaseLiquidityProvisionRequestChain": ".uniswapincreaseliquidityprovisionrequest",
|
|
2335
2917
|
"UniswapIncreaseLiquidityProvisionRequestTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2336
2918
|
"UniswapLPPositionsInfoResponse": ".uniswaplppositionsinforesponse",
|
|
2337
2919
|
"UniswapLPPositionsInfoResponseTypedDict": ".uniswaplppositionsinforesponse",
|
|
@@ -2354,19 +2936,25 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2354
2936
|
"UniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2355
2937
|
"UniswapMintLiquidityProvisionRequestAmount1Min": ".uniswapmintliquidityprovisionrequest",
|
|
2356
2938
|
"UniswapMintLiquidityProvisionRequestAmount1MinTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2939
|
+
"UniswapMintLiquidityProvisionRequestChain": ".uniswapmintliquidityprovisionrequest",
|
|
2357
2940
|
"UniswapMintLiquidityProvisionRequestTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2358
2941
|
"UniswapPoolPriceResponse": ".uniswappoolpriceresponse",
|
|
2359
2942
|
"UniswapPoolPriceResponseTypedDict": ".uniswappoolpriceresponse",
|
|
2360
2943
|
"UniswapPositionsSolidityResponse": ".uniswappositionssolidityresponse",
|
|
2361
2944
|
"UniswapPositionsSolidityResponseTypedDict": ".uniswappositionssolidityresponse",
|
|
2362
2945
|
"UniswapSellExactlyParams": ".uniswapsellexactlyparams",
|
|
2363
|
-
"
|
|
2364
|
-
"
|
|
2946
|
+
"UniswapSellExactlyParamsAmountIn": ".uniswapsellexactlyparams",
|
|
2947
|
+
"UniswapSellExactlyParamsAmountInTypedDict": ".uniswapsellexactlyparams",
|
|
2365
2948
|
"UniswapSellExactlyParamsTypedDict": ".uniswapsellexactlyparams",
|
|
2366
2949
|
"UniswapSellExactlyRequest": ".uniswapsellexactlyrequest",
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2950
|
+
"UniswapSellExactlyRequestAmountIn": ".uniswapsellexactlyrequest",
|
|
2951
|
+
"UniswapSellExactlyRequestAmountInTypedDict": ".uniswapsellexactlyrequest",
|
|
2952
|
+
"UniswapSellExactlyRequestChain": ".uniswapsellexactlyrequest",
|
|
2369
2953
|
"UniswapSellExactlyRequestTypedDict": ".uniswapsellexactlyrequest",
|
|
2954
|
+
"UniswapSellExactlyTransactionResponse": ".uniswapsellexactlytransactionresponse",
|
|
2955
|
+
"UniswapSellExactlyTransactionResponseTransaction": ".uniswapsellexactlytransactionresponse",
|
|
2956
|
+
"UniswapSellExactlyTransactionResponseTransactionTypedDict": ".uniswapsellexactlytransactionresponse",
|
|
2957
|
+
"UniswapSellExactlyTransactionResponseTypedDict": ".uniswapsellexactlytransactionresponse",
|
|
2370
2958
|
"UniswapSellQuoteInfoResponse": ".uniswapsellquoteinforesponse",
|
|
2371
2959
|
"UniswapSellQuoteInfoResponseTypedDict": ".uniswapsellquoteinforesponse",
|
|
2372
2960
|
"UniswapWithdrawLiquidityProvisionParams": ".uniswapwithdrawliquidityprovisionparams",
|
|
@@ -2374,6 +2962,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2374
2962
|
"UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict": ".uniswapwithdrawliquidityprovisionparams",
|
|
2375
2963
|
"UniswapWithdrawLiquidityProvisionParamsTypedDict": ".uniswapwithdrawliquidityprovisionparams",
|
|
2376
2964
|
"UniswapWithdrawLiquidityProvisionRequest": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2965
|
+
"UniswapWithdrawLiquidityProvisionRequestChain": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2377
2966
|
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2378
2967
|
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2379
2968
|
"UniswapWithdrawLiquidityProvisionRequestTypedDict": ".uniswapwithdrawliquidityprovisionrequest",
|
|
@@ -2388,40 +2977,194 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2388
2977
|
"UnwrapWethRequest": ".unwrapwethrequest",
|
|
2389
2978
|
"UnwrapWethRequestAmount": ".unwrapwethrequest",
|
|
2390
2979
|
"UnwrapWethRequestAmountTypedDict": ".unwrapwethrequest",
|
|
2980
|
+
"UnwrapWethRequestChain": ".unwrapwethrequest",
|
|
2391
2981
|
"UnwrapWethRequestTypedDict": ".unwrapwethrequest",
|
|
2392
2982
|
"UsageAsCollateral": ".usageascollateral",
|
|
2393
2983
|
"UsageAsCollateralTypedDict": ".usageascollateral",
|
|
2394
|
-
"Body": ".useroperation",
|
|
2395
|
-
"BodyTypedDict": ".useroperation",
|
|
2396
2984
|
"UserOperation": ".useroperation",
|
|
2985
|
+
"UserOperationBody": ".useroperation",
|
|
2986
|
+
"UserOperationBodyTypedDict": ".useroperation",
|
|
2397
2987
|
"UserOperationTypedDict": ".useroperation",
|
|
2398
2988
|
"UserOperationResponse": ".useroperationresponse",
|
|
2399
2989
|
"UserOperationResponseTypedDict": ".useroperationresponse",
|
|
2400
|
-
"UserPosition": ".userposition",
|
|
2401
|
-
"UserPositionTypedDict": ".userposition",
|
|
2402
2990
|
"UserState": ".userstate",
|
|
2403
2991
|
"UserStateTypedDict": ".userstate",
|
|
2992
|
+
"V1AaveAaveSupportedTokensChain": ".v1_aave_aave_supported_tokensop",
|
|
2993
|
+
"V1AaveAaveSupportedTokensRequest": ".v1_aave_aave_supported_tokensop",
|
|
2994
|
+
"V1AaveAaveSupportedTokensRequestTypedDict": ".v1_aave_aave_supported_tokensop",
|
|
2995
|
+
"V1AaveAvgRateChain": ".v1_aave_avg_rateop",
|
|
2996
|
+
"V1AaveAvgRateRequest": ".v1_aave_avg_rateop",
|
|
2997
|
+
"V1AaveAvgRateRequestTypedDict": ".v1_aave_avg_rateop",
|
|
2998
|
+
"V1AaveHistoricalTransactionsChain": ".v1_aave_historical_transactionsop",
|
|
2999
|
+
"V1AaveHistoricalTransactionsRequest": ".v1_aave_historical_transactionsop",
|
|
3000
|
+
"V1AaveHistoricalTransactionsRequestTypedDict": ".v1_aave_historical_transactionsop",
|
|
3001
|
+
"V1AaveLiquidityChangeChain": ".v1_aave_liquidity_changeop",
|
|
3002
|
+
"V1AaveLiquidityChangeRequest": ".v1_aave_liquidity_changeop",
|
|
3003
|
+
"V1AaveLiquidityChangeRequestTypedDict": ".v1_aave_liquidity_changeop",
|
|
3004
|
+
"V1AaveRateChain": ".v1_aave_rateop",
|
|
3005
|
+
"V1AaveRateRequest": ".v1_aave_rateop",
|
|
3006
|
+
"V1AaveRateRequestTypedDict": ".v1_aave_rateop",
|
|
3007
|
+
"V1AaveReserveOverviewChain": ".v1_aave_reserve_overviewop",
|
|
3008
|
+
"V1AaveReserveOverviewRequest": ".v1_aave_reserve_overviewop",
|
|
3009
|
+
"V1AaveReserveOverviewRequestTypedDict": ".v1_aave_reserve_overviewop",
|
|
3010
|
+
"V1AaveStdRateChain": ".v1_aave_std_rateop",
|
|
3011
|
+
"V1AaveStdRateRequest": ".v1_aave_std_rateop",
|
|
3012
|
+
"V1AaveStdRateRequestTypedDict": ".v1_aave_std_rateop",
|
|
3013
|
+
"V1AaveTokenPriceChain": ".v1_aave_token_priceop",
|
|
3014
|
+
"V1AaveTokenPriceRequest": ".v1_aave_token_priceop",
|
|
3015
|
+
"V1AaveTokenPriceRequestTypedDict": ".v1_aave_token_priceop",
|
|
3016
|
+
"V1AaveUserPositionPerTokenChain": ".v1_aave_user_position_per_tokenop",
|
|
3017
|
+
"V1AaveUserPositionPerTokenRequest": ".v1_aave_user_position_per_tokenop",
|
|
3018
|
+
"V1AaveUserPositionPerTokenRequestTypedDict": ".v1_aave_user_position_per_tokenop",
|
|
3019
|
+
"V1AaveUserPositionSummaryChain": ".v1_aave_user_position_summaryop",
|
|
3020
|
+
"V1AaveUserPositionSummaryRequest": ".v1_aave_user_position_summaryop",
|
|
3021
|
+
"V1AaveUserPositionSummaryRequestTypedDict": ".v1_aave_user_position_summaryop",
|
|
3022
|
+
"V1AerodromeSlipstreamLiquidityProvisionPositionsChain": ".v1_aerodrome_slipstream_liquidity_provision_positionsop",
|
|
3023
|
+
"V1AerodromeSlipstreamLiquidityProvisionPositionsRequest": ".v1_aerodrome_slipstream_liquidity_provision_positionsop",
|
|
3024
|
+
"V1AerodromeSlipstreamLiquidityProvisionPositionsRequestTypedDict": ".v1_aerodrome_slipstream_liquidity_provision_positionsop",
|
|
3025
|
+
"V1AerodromeSlipstreamPoolPriceChain": ".v1_aerodrome_slipstream_pool_priceop",
|
|
3026
|
+
"V1AerodromeSlipstreamPoolPriceRequest": ".v1_aerodrome_slipstream_pool_priceop",
|
|
3027
|
+
"V1AerodromeSlipstreamPoolPriceRequestTypedDict": ".v1_aerodrome_slipstream_pool_priceop",
|
|
3028
|
+
"V1EthenaVaultChain": ".v1_ethena_vaultop",
|
|
3029
|
+
"V1EthenaVaultRequest": ".v1_ethena_vaultop",
|
|
3030
|
+
"V1EthenaVaultRequestTypedDict": ".v1_ethena_vaultop",
|
|
3031
|
+
"V1GenericAllowanceChain": ".v1_generic_allowanceop",
|
|
3032
|
+
"V1GenericAllowanceContractEnum": ".v1_generic_allowanceop",
|
|
3033
|
+
"V1GenericAllowanceContractUnion": ".v1_generic_allowanceop",
|
|
3034
|
+
"V1GenericAllowanceContractUnionTypedDict": ".v1_generic_allowanceop",
|
|
3035
|
+
"V1GenericAllowanceRequest": ".v1_generic_allowanceop",
|
|
3036
|
+
"V1GenericAllowanceRequestTypedDict": ".v1_generic_allowanceop",
|
|
3037
|
+
"V1GenericEnsChain": ".v1_generic_ensop",
|
|
3038
|
+
"V1GenericEnsRequest": ".v1_generic_ensop",
|
|
3039
|
+
"V1GenericEnsRequestTypedDict": ".v1_generic_ensop",
|
|
3040
|
+
"V1GenericPortfolioChain": ".v1_generic_portfolioop",
|
|
3041
|
+
"V1GenericPortfolioRequest": ".v1_generic_portfolioop",
|
|
3042
|
+
"V1GenericPortfolioRequestTypedDict": ".v1_generic_portfolioop",
|
|
3043
|
+
"V1GenericSupportedChainsRequest": ".v1_generic_supported_chainsop",
|
|
3044
|
+
"V1GenericSupportedChainsRequestTypedDict": ".v1_generic_supported_chainsop",
|
|
3045
|
+
"V1MorphoMarketPositionChain": ".v1_morpho_market_positionop",
|
|
3046
|
+
"V1MorphoMarketPositionRequest": ".v1_morpho_market_positionop",
|
|
3047
|
+
"V1MorphoMarketPositionRequestTypedDict": ".v1_morpho_market_positionop",
|
|
3048
|
+
"V1MorphoMarketChain": ".v1_morpho_marketop",
|
|
3049
|
+
"V1MorphoMarketRequest": ".v1_morpho_marketop",
|
|
3050
|
+
"V1MorphoMarketRequestTypedDict": ".v1_morpho_marketop",
|
|
3051
|
+
"V1MorphoMarketsChain": ".v1_morpho_marketsop",
|
|
3052
|
+
"V1MorphoMarketsRequest": ".v1_morpho_marketsop",
|
|
3053
|
+
"V1MorphoMarketsRequestTypedDict": ".v1_morpho_marketsop",
|
|
3054
|
+
"V1MorphoUserPositionChain": ".v1_morpho_user_positionop",
|
|
3055
|
+
"V1MorphoUserPositionRequest": ".v1_morpho_user_positionop",
|
|
3056
|
+
"V1MorphoUserPositionRequestTypedDict": ".v1_morpho_user_positionop",
|
|
3057
|
+
"V1MorphoVaultChain": ".v1_morpho_vaultop",
|
|
3058
|
+
"V1MorphoVaultRequest": ".v1_morpho_vaultop",
|
|
3059
|
+
"V1MorphoVaultRequestTypedDict": ".v1_morpho_vaultop",
|
|
3060
|
+
"V1MorphoVaultsChain": ".v1_morpho_vaultsop",
|
|
3061
|
+
"V1MorphoVaultsRequest": ".v1_morpho_vaultsop",
|
|
3062
|
+
"V1MorphoVaultsRequestTypedDict": ".v1_morpho_vaultsop",
|
|
3063
|
+
"V1PendleMarketChain": ".v1_pendle_marketop",
|
|
3064
|
+
"V1PendleMarketRequest": ".v1_pendle_marketop",
|
|
3065
|
+
"V1PendleMarketRequestTypedDict": ".v1_pendle_marketop",
|
|
3066
|
+
"V1PendleMarketsChain": ".v1_pendle_marketsop",
|
|
3067
|
+
"V1PendleMarketsRequest": ".v1_pendle_marketsop",
|
|
3068
|
+
"V1PendleMarketsRequestTypedDict": ".v1_pendle_marketsop",
|
|
3069
|
+
"V1PendlePositionsChain": ".v1_pendle_positionsop",
|
|
3070
|
+
"V1PendlePositionsRequest": ".v1_pendle_positionsop",
|
|
3071
|
+
"V1PendlePositionsRequestTypedDict": ".v1_pendle_positionsop",
|
|
3072
|
+
"V1SkyPositionChain": ".v1_sky_positionop",
|
|
3073
|
+
"V1SkyPositionRequest": ".v1_sky_positionop",
|
|
3074
|
+
"V1SkyPositionRequestTypedDict": ".v1_sky_positionop",
|
|
3075
|
+
"V1TokenBalanceChain": ".v1_token_balanceop",
|
|
3076
|
+
"V1TokenBalanceRequest": ".v1_token_balanceop",
|
|
3077
|
+
"V1TokenBalanceRequestTypedDict": ".v1_token_balanceop",
|
|
3078
|
+
"V1TokenListChain": ".v1_token_listop",
|
|
3079
|
+
"V1TokenListRequest": ".v1_token_listop",
|
|
3080
|
+
"V1TokenListRequestTypedDict": ".v1_token_listop",
|
|
3081
|
+
"V1TokenPriceChain": ".v1_token_priceop",
|
|
3082
|
+
"V1TokenPriceRequest": ".v1_token_priceop",
|
|
3083
|
+
"V1TokenPriceRequestTypedDict": ".v1_token_priceop",
|
|
3084
|
+
"ResponseV1TransactionBundlerAaveLoop": ".v1_transaction_bundler_aave_loopop",
|
|
3085
|
+
"ResponseV1TransactionBundlerAaveLoopTypedDict": ".v1_transaction_bundler_aave_loopop",
|
|
3086
|
+
"V1UniswapLiquidityProvisionInRangeChain": ".v1_uniswap_liquidity_provision_in_rangeop",
|
|
3087
|
+
"V1UniswapLiquidityProvisionInRangeRequest": ".v1_uniswap_liquidity_provision_in_rangeop",
|
|
3088
|
+
"V1UniswapLiquidityProvisionInRangeRequestTypedDict": ".v1_uniswap_liquidity_provision_in_rangeop",
|
|
3089
|
+
"V1UniswapLiquidityProvisionPositionsChain": ".v1_uniswap_liquidity_provision_positionsop",
|
|
3090
|
+
"V1UniswapLiquidityProvisionPositionsRequest": ".v1_uniswap_liquidity_provision_positionsop",
|
|
3091
|
+
"V1UniswapLiquidityProvisionPositionsRequestTypedDict": ".v1_uniswap_liquidity_provision_positionsop",
|
|
3092
|
+
"V1UniswapPoolPriceChain": ".v1_uniswap_pool_priceop",
|
|
3093
|
+
"V1UniswapPoolPriceFeeEnum": ".v1_uniswap_pool_priceop",
|
|
3094
|
+
"V1UniswapPoolPriceRequest": ".v1_uniswap_pool_priceop",
|
|
3095
|
+
"V1UniswapPoolPriceRequestTypedDict": ".v1_uniswap_pool_priceop",
|
|
3096
|
+
"V1UniswapQuoteBuyExactlyAmountOut": ".v1_uniswap_quote_buy_exactlyop",
|
|
3097
|
+
"V1UniswapQuoteBuyExactlyAmountOutTypedDict": ".v1_uniswap_quote_buy_exactlyop",
|
|
3098
|
+
"V1UniswapQuoteBuyExactlyChain": ".v1_uniswap_quote_buy_exactlyop",
|
|
3099
|
+
"V1UniswapQuoteBuyExactlyFeeEnum": ".v1_uniswap_quote_buy_exactlyop",
|
|
3100
|
+
"V1UniswapQuoteBuyExactlyRequest": ".v1_uniswap_quote_buy_exactlyop",
|
|
3101
|
+
"V1UniswapQuoteBuyExactlyRequestTypedDict": ".v1_uniswap_quote_buy_exactlyop",
|
|
3102
|
+
"V1UniswapQuoteSellExactlyAmountIn": ".v1_uniswap_quote_sell_exactlyop",
|
|
3103
|
+
"V1UniswapQuoteSellExactlyAmountInTypedDict": ".v1_uniswap_quote_sell_exactlyop",
|
|
3104
|
+
"V1UniswapQuoteSellExactlyChain": ".v1_uniswap_quote_sell_exactlyop",
|
|
3105
|
+
"V1UniswapQuoteSellExactlyFeeEnum": ".v1_uniswap_quote_sell_exactlyop",
|
|
3106
|
+
"V1UniswapQuoteSellExactlyRequest": ".v1_uniswap_quote_sell_exactlyop",
|
|
3107
|
+
"V1UniswapQuoteSellExactlyRequestTypedDict": ".v1_uniswap_quote_sell_exactlyop",
|
|
3108
|
+
"V1VaultsVaultChain": ".v1_vaults_vaultop",
|
|
3109
|
+
"V1VaultsVaultRequest": ".v1_vaults_vaultop",
|
|
3110
|
+
"V1VaultsVaultRequestTypedDict": ".v1_vaults_vaultop",
|
|
3111
|
+
"V1WildcatMarketChain": ".v1_wildcat_marketop",
|
|
3112
|
+
"V1WildcatMarketRequest": ".v1_wildcat_marketop",
|
|
3113
|
+
"V1WildcatMarketRequestTypedDict": ".v1_wildcat_marketop",
|
|
3114
|
+
"Response200V2CctpMint": ".v2_cctp_mintop",
|
|
3115
|
+
"Response200V2CctpMintTypedDict": ".v2_cctp_mintop",
|
|
3116
|
+
"V2CctpMintResponse": ".v2_cctp_mintop",
|
|
3117
|
+
"V2CctpMintResponseTypedDict": ".v2_cctp_mintop",
|
|
3118
|
+
"V2EarnAaveMarketsRequest": ".v2_earn_aave_marketsop",
|
|
3119
|
+
"V2EarnAaveMarketsRequestTypedDict": ".v2_earn_aave_marketsop",
|
|
3120
|
+
"V2EarnPositionsChain": ".v2_earn_positionsop",
|
|
3121
|
+
"V2EarnPositionsRequest": ".v2_earn_positionsop",
|
|
3122
|
+
"V2EarnPositionsRequestTypedDict": ".v2_earn_positionsop",
|
|
3123
|
+
"Direction": ".v2_earn_vaultsop",
|
|
3124
|
+
"V2EarnVaultsRequest": ".v2_earn_vaultsop",
|
|
3125
|
+
"V2EarnVaultsRequestTypedDict": ".v2_earn_vaultsop",
|
|
3126
|
+
"V2BundleRequest": ".v2bundlerequest",
|
|
3127
|
+
"V2BundleRequestTypedDict": ".v2bundlerequest",
|
|
3128
|
+
"V2BundleResponse": ".v2bundleresponse",
|
|
3129
|
+
"V2BundleResponseTypedDict": ".v2bundleresponse",
|
|
3130
|
+
"V2UserOperation": ".v2useroperation",
|
|
3131
|
+
"V2UserOperationBody": ".v2useroperation",
|
|
3132
|
+
"V2UserOperationBodyTypedDict": ".v2useroperation",
|
|
3133
|
+
"V2UserOperationTypedDict": ".v2useroperation",
|
|
2404
3134
|
"Loc": ".validationerror",
|
|
2405
3135
|
"LocTypedDict": ".validationerror",
|
|
2406
3136
|
"ValidationError": ".validationerror",
|
|
2407
3137
|
"ValidationErrorTypedDict": ".validationerror",
|
|
2408
3138
|
"Vault": ".vault",
|
|
2409
3139
|
"VaultTypedDict": ".vault",
|
|
3140
|
+
"VaultDepositParams": ".vaultdepositparams",
|
|
3141
|
+
"VaultDepositParamsAmount": ".vaultdepositparams",
|
|
3142
|
+
"VaultDepositParamsAmountTypedDict": ".vaultdepositparams",
|
|
3143
|
+
"VaultDepositParamsTypedDict": ".vaultdepositparams",
|
|
2410
3144
|
"VaultDepositRequest": ".vaultdepositrequest",
|
|
2411
3145
|
"VaultDepositRequestAmount": ".vaultdepositrequest",
|
|
2412
3146
|
"VaultDepositRequestAmountTypedDict": ".vaultdepositrequest",
|
|
3147
|
+
"VaultDepositRequestChain": ".vaultdepositrequest",
|
|
2413
3148
|
"VaultDepositRequestTypedDict": ".vaultdepositrequest",
|
|
2414
3149
|
"VaultGetVaultResponse": ".vaultgetvaultresponse",
|
|
2415
3150
|
"VaultGetVaultResponseTypedDict": ".vaultgetvaultresponse",
|
|
2416
|
-
"
|
|
2417
|
-
"
|
|
2418
|
-
"
|
|
2419
|
-
"
|
|
2420
|
-
"
|
|
3151
|
+
"VaultInfo": ".vaultinfo",
|
|
3152
|
+
"VaultInfoTypedDict": ".vaultinfo",
|
|
3153
|
+
"VaultsResponse": ".vaultsresponse",
|
|
3154
|
+
"VaultsResponseTypedDict": ".vaultsresponse",
|
|
3155
|
+
"VaultVenue": ".vaultvenue",
|
|
3156
|
+
"VaultVenueTypedDict": ".vaultvenue",
|
|
3157
|
+
"VaultWithdrawParams": ".vaultwithdrawparams",
|
|
3158
|
+
"VaultWithdrawParamsTypedDict": ".vaultwithdrawparams",
|
|
2421
3159
|
"VaultWithdrawRequest": ".vaultwithdrawrequest",
|
|
3160
|
+
"VaultWithdrawRequestChain": ".vaultwithdrawrequest",
|
|
2422
3161
|
"VaultWithdrawRequestTypedDict": ".vaultwithdrawrequest",
|
|
2423
3162
|
"WeeklyApys": ".weeklyapys",
|
|
2424
3163
|
"WeeklyApysTypedDict": ".weeklyapys",
|
|
3164
|
+
"WildcatGetMarketResponse": ".wildcatgetmarketresponse",
|
|
3165
|
+
"WildcatGetMarketResponseTypedDict": ".wildcatgetmarketresponse",
|
|
3166
|
+
"Withdraw": ".withdraw",
|
|
3167
|
+
"WithdrawTypedDict": ".withdraw",
|
|
2425
3168
|
"WrapEthParams": ".wrapethparams",
|
|
2426
3169
|
"WrapEthParamsAmount": ".wrapethparams",
|
|
2427
3170
|
"WrapEthParamsAmountTypedDict": ".wrapethparams",
|
|
@@ -2429,12 +3172,25 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2429
3172
|
"WrapEthRequest": ".wrapethrequest",
|
|
2430
3173
|
"WrapEthRequestAmount": ".wrapethrequest",
|
|
2431
3174
|
"WrapEthRequestAmountTypedDict": ".wrapethrequest",
|
|
3175
|
+
"WrapEthRequestChain": ".wrapethrequest",
|
|
2432
3176
|
"WrapEthRequestTypedDict": ".wrapethrequest",
|
|
2433
3177
|
"YieldRange": ".yieldrange",
|
|
2434
3178
|
"YieldRangeTypedDict": ".yieldrange",
|
|
2435
3179
|
}
|
|
2436
3180
|
|
|
2437
3181
|
|
|
3182
|
+
def dynamic_import(modname, retries=3):
|
|
3183
|
+
for attempt in range(retries):
|
|
3184
|
+
try:
|
|
3185
|
+
return import_module(modname, __package__)
|
|
3186
|
+
except KeyError:
|
|
3187
|
+
# Clear any half-initialized module and retry
|
|
3188
|
+
sys.modules.pop(modname, None)
|
|
3189
|
+
if attempt == retries - 1:
|
|
3190
|
+
break
|
|
3191
|
+
raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
|
|
3192
|
+
|
|
3193
|
+
|
|
2438
3194
|
def __getattr__(attr_name: str) -> object:
|
|
2439
3195
|
module_name = _dynamic_imports.get(attr_name)
|
|
2440
3196
|
if module_name is None:
|
|
@@ -2443,7 +3199,7 @@ def __getattr__(attr_name: str) -> object:
|
|
|
2443
3199
|
)
|
|
2444
3200
|
|
|
2445
3201
|
try:
|
|
2446
|
-
module =
|
|
3202
|
+
module = dynamic_import(module_name)
|
|
2447
3203
|
result = getattr(module, attr_name)
|
|
2448
3204
|
return result
|
|
2449
3205
|
except ImportError as e:
|
|
@@ -2457,5 +3213,5 @@ def __getattr__(attr_name: str) -> object:
|
|
|
2457
3213
|
|
|
2458
3214
|
|
|
2459
3215
|
def __dir__():
|
|
2460
|
-
lazy_attrs = list(_dynamic_imports.keys())
|
|
2461
|
-
return sorted(lazy_attrs)
|
|
3216
|
+
lazy_attrs = builtins.list(_dynamic_imports.keys())
|
|
3217
|
+
return builtins.sorted(lazy_attrs)
|