compass_api_sdk 0.9.52__py3-none-any.whl → 1.0.1__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.
Potentially problematic release.
This version of compass_api_sdk might be problematic. Click here for more details.
- compass_api_sdk/_version.py +3 -3
- compass_api_sdk/aave_v3.py +78 -124
- compass_api_sdk/aerodrome_slipstream.py +86 -88
- compass_api_sdk/erc_4626_vaults.py +18 -42
- compass_api_sdk/ethena.py +880 -0
- compass_api_sdk/models/__init__.py +1050 -989
- compass_api_sdk/models/{compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest.py → aaveborrowrequest.py} +10 -18
- compass_api_sdk/models/aavehistoricaltransactionsresponse.py +65 -0
- compass_api_sdk/models/{compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest.py → aavelooprequest.py} +5 -11
- compass_api_sdk/models/{compass_api_backend_models_aave_transact_request_repay_aaverepayrequest.py → aaverepayrequest.py} +10 -18
- compass_api_sdk/models/{compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest.py → aavesupplyrequest.py} +10 -18
- compass_api_sdk/models/{compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest.py → aavewithdrawrequest.py} +11 -19
- compass_api_sdk/models/{compass_api_backend_models_aerodrome_slipstream_read_response_positions_aerodromelppositionsresponse.py → aerodromelppositionsresponse.py} +2 -6
- compass_api_sdk/models/{compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest.py → aerodromeslipstreambuyexactlyrequest.py} +17 -27
- compass_api_sdk/models/aerodromeslipstreamincreaseliquidityprovisionrequest.py +125 -0
- compass_api_sdk/models/{compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest.py → aerodromeslipstreammintliquidityprovisionrequest.py} +33 -39
- compass_api_sdk/models/{compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest.py → aerodromeslipstreamsellexactlyrequest.py} +17 -27
- compass_api_sdk/models/aerodromeslipstreamwithdrawliquidityprovisionrequest.py +66 -0
- compass_api_sdk/models/batcheduseroperationsrequest.py +36 -0
- compass_api_sdk/models/{compass_api_backend_models_aave_read_response_historical_transactions_borrow.py → borrow.py} +2 -4
- compass_api_sdk/models/bundlertransactionresponse.py +17 -0
- compass_api_sdk/models/{compass_api_backend_config_chain_chain.py → chain.py} +1 -1
- compass_api_sdk/models/compass_api_backend_models_vaults_read_response_vault_userposition.py +8 -4
- compass_api_sdk/models/cooldownposition.py +35 -0
- compass_api_sdk/models/ethenadepositparams.py +82 -0
- compass_api_sdk/models/ethenadepositrequest.py +95 -0
- compass_api_sdk/models/ethenagetvaultresponse.py +109 -0
- compass_api_sdk/models/ethenarequesttowithdrawparams.py +28 -0
- compass_api_sdk/models/ethenarequesttowithdrawrequest.py +41 -0
- compass_api_sdk/models/ethenarequesttowithdrawtransactionresponse.py +37 -0
- compass_api_sdk/models/ethenawithdrawparams.py +70 -0
- compass_api_sdk/models/ethenawithdrawrequest.py +83 -0
- compass_api_sdk/models/{compass_api_backend_models_aave_read_response_historical_transactions_liquidationcall.py → liquidationcall.py} +2 -6
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_check_user_position_marketposition.py → marketposition.py} +2 -6
- compass_api_sdk/models/{compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest.py → morphoborrowrequest.py} +11 -19
- compass_api_sdk/models/morphocheckuserpositionresponse.py +32 -0
- compass_api_sdk/models/{compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest.py → morphodepositrequest.py} +11 -23
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_market_morphogetmarketresponse.py → morphogetmarketresponse.py} +2 -6
- compass_api_sdk/models/morphogetmarketsresponse.py +17 -0
- compass_api_sdk/models/morphogetvaultsresponse.py +17 -0
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_markets_morphomarket.py → morphomarket.py} +2 -4
- compass_api_sdk/models/{compass_api_backend_models_morpho_transact_request_repay_morphorepayrequest.py → morphorepayrequest.py} +5 -9
- compass_api_sdk/models/{compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest.py → morphosupplycollateralrequest.py} +11 -19
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_get_vaults_morphovault.py → morphovault.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest.py → morphowithdrawcollateralrequest.py} +11 -19
- compass_api_sdk/models/{compass_api_backend_models_morpho_transact_request_withdraw_morphowithdrawrequest.py → morphowithdrawrequest.py} +5 -15
- compass_api_sdk/models/{compass_api_backend_models_multicall_read_request_get_authorization_multicallauthorizationrequest.py → multicallauthorizationrequest.py} +5 -11
- compass_api_sdk/models/{compass_api_backend_models_multicall_transact_request_multicall_execution_request_multicallexecuterequest.py → multicallexecuterequest.py} +8 -21
- compass_api_sdk/models/odosswaprequest.py +90 -0
- compass_api_sdk/models/odostransactionresponse.py +37 -0
- compass_api_sdk/models/{compass_api_backend_models_pendle_read_response_positions_openposition.py → openposition.py} +2 -4
- compass_api_sdk/models/{compass_api_backend_models_pendle_read_response_market_pendlegetmarketresponse.py → pendlegetmarketresponse.py} +2 -4
- compass_api_sdk/models/pendlelistmarketsresponse.py +17 -0
- compass_api_sdk/models/pendlelistuserpositionsresponse.py +17 -0
- compass_api_sdk/models/{compass_api_backend_models_pendle_read_response_markets_pendlemarket.py → pendlemarket.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_pendle_transact_request_redeem_yield_pendleredeemyieldrequest.py → pendleredeemyieldrequest.py} +5 -11
- compass_api_sdk/models/pendletxresponse.py +2 -11
- compass_api_sdk/models/{compass_api_backend_models_generic_read_response_portfolio_portfolio.py → portfolio.py} +2 -2
- compass_api_sdk/models/{compass_api_backend_models_pendle_read_response_positions_position.py → position.py} +7 -18
- compass_api_sdk/models/{compass_api_backend_models_aave_read_response_historical_transactions_redeemunderlying.py → redeemunderlying.py} +2 -6
- compass_api_sdk/models/{compass_api_backend_models_aave_read_response_historical_transactions_repay.py → repay.py} +2 -4
- compass_api_sdk/models/setallowanceparams.py +1 -0
- compass_api_sdk/models/setallowancerequest.py +113 -0
- compass_api_sdk/models/{compass_api_backend_models_sky_transact_request_buy_skybuyrequest.py → skybuyrequest.py} +13 -18
- compass_api_sdk/models/{compass_api_backend_models_sky_transact_request_deposit_skydepositrequest.py → skydepositrequest.py} +10 -22
- compass_api_sdk/models/{compass_api_backend_models_sky_transact_request_sell_skysellrequest.py → skysellrequest.py} +13 -21
- compass_api_sdk/models/{compass_api_backend_models_sky_transact_request_withdraw_skywithdrawrequest.py → skywithdrawrequest.py} +5 -13
- compass_api_sdk/models/{compass_api_backend_models_aave_read_response_historical_transactions_supply.py → supply.py} +2 -4
- compass_api_sdk/models/supportedchaininfo.py +19 -0
- compass_api_sdk/models/{compass_api_backend_models_aave_read_response_historical_transactions_swapborrowrate.py → swapborrowrate.py} +2 -6
- compass_api_sdk/models/token_enum.py +31 -25
- compass_api_sdk/models/tokentransferparams.py +21 -21
- compass_api_sdk/models/tokentransferrequest.py +82 -0
- compass_api_sdk/models/transactionresponse.py +2 -11
- compass_api_sdk/models/{compass_api_backend_models_vaults_read_response_vault_asset.py → underlyingtoken.py} +2 -2
- compass_api_sdk/models/uniswapbuyexactlyrequest.py +111 -0
- compass_api_sdk/models/uniswapbuyexactlytransactionresponse.py +2 -10
- compass_api_sdk/models/uniswapincreaseliquidityprovisionrequest.py +115 -0
- compass_api_sdk/models/{compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest.py → uniswapmintliquidityprovisionrequest.py} +29 -43
- compass_api_sdk/models/uniswapsellexactlyrequest.py +111 -0
- compass_api_sdk/models/uniswapsellexactlytransactionresponse.py +2 -10
- compass_api_sdk/models/uniswapwithdrawliquidityprovisionrequest.py +67 -0
- compass_api_sdk/models/{compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest.py → unwrapwethrequest.py} +10 -22
- compass_api_sdk/models/{compass_api_backend_models_aave_read_response_historical_transactions_usageascollateral.py → usageascollateral.py} +2 -6
- compass_api_sdk/models/{compass_api_backend_models_multicall_transact_request_multicall_execution_request_useroperation.py → useroperation.py} +27 -25
- compass_api_sdk/models/v1_aave_avg_rateop.py +31 -25
- compass_api_sdk/models/v1_aave_liquidity_changeop.py +31 -25
- compass_api_sdk/models/v1_aave_rateop.py +31 -25
- compass_api_sdk/models/v1_aave_reserve_overviewop.py +31 -25
- compass_api_sdk/models/v1_aave_std_rateop.py +31 -25
- compass_api_sdk/models/v1_aave_token_priceop.py +31 -25
- compass_api_sdk/models/v1_aave_user_position_per_tokenop.py +31 -25
- compass_api_sdk/models/v1_aerodrome_slipstream_pool_priceop.py +62 -50
- compass_api_sdk/models/v1_ethena_vaultop.py +75 -0
- compass_api_sdk/models/v1_generic_allowanceop.py +1 -0
- compass_api_sdk/models/v1_token_addressop.py +31 -25
- compass_api_sdk/models/v1_token_priceop.py +4 -16
- compass_api_sdk/models/v1_transaction_bundler_aave_loopop.py +6 -3
- compass_api_sdk/models/v1_uniswap_pool_priceop.py +62 -50
- compass_api_sdk/models/v1_uniswap_quote_buy_exactlyop.py +62 -50
- compass_api_sdk/models/v1_uniswap_quote_sell_exactlyop.py +62 -50
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_check_user_position_vault.py → vault.py} +2 -4
- compass_api_sdk/models/{compass_api_backend_models_vaults_transact_request_deposit_vaultdepositrequest.py → vaultdepositrequest.py} +11 -19
- compass_api_sdk/models/{compass_api_backend_models_vaults_read_response_vault_vaultgetvaultresponse.py → vaultgetvaultresponse.py} +5 -10
- compass_api_sdk/models/{compass_api_backend_models_morpho_read_response_check_user_position_vaultposition.py → vaultposition.py} +5 -12
- compass_api_sdk/models/{compass_api_backend_models_vaults_transact_request_withdraw_vaultwithdrawrequest.py → vaultwithdrawrequest.py} +5 -11
- compass_api_sdk/models/{compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest.py → wrapethrequest.py} +10 -20
- compass_api_sdk/morpho.py +82 -170
- compass_api_sdk/pendle.py +18 -56
- compass_api_sdk/sdk.py +3 -0
- compass_api_sdk/sky.py +56 -106
- compass_api_sdk/smart_account.py +10 -38
- compass_api_sdk/swap.py +16 -30
- compass_api_sdk/token_sdk.py +30 -40
- compass_api_sdk/transaction_bundler.py +26 -74
- compass_api_sdk/uniswap_v3.py +90 -106
- compass_api_sdk/universal.py +44 -92
- {compass_api_sdk-0.9.52.dist-info → compass_api_sdk-1.0.1.dist-info}/METADATA +150 -135
- {compass_api_sdk-0.9.52.dist-info → compass_api_sdk-1.0.1.dist-info}/RECORD +120 -108
- compass_api_sdk/models/compass_api_backend_models_aave_read_response_historical_transactions_aavehistoricaltransactionsresponse.py +0 -115
- compass_api_sdk/models/compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest.py +0 -125
- compass_api_sdk/models/compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest.py +0 -68
- compass_api_sdk/models/compass_api_backend_models_generic_read_response_chains_supportedchaininfo.py +0 -21
- compass_api_sdk/models/compass_api_backend_models_generic_transact_request_allowance_setallowancerequest.py +0 -139
- compass_api_sdk/models/compass_api_backend_models_morpho_read_response_check_user_position_morphocheckuserpositionresponse.py +0 -48
- compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_markets_morphogetmarketsresponse.py +0 -26
- compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_vaults_morphogetvaultsresponse.py +0 -24
- compass_api_sdk/models/compass_api_backend_models_pendle_read_response_markets_pendlelistmarketsresponse.py +0 -24
- compass_api_sdk/models/compass_api_backend_models_pendle_read_response_positions_pendlelistuserpositionsresponse.py +0 -24
- compass_api_sdk/models/compass_api_backend_models_smart_account_transact_request_user_operations_batcheduseroperationsrequest.py +0 -49
- compass_api_sdk/models/compass_api_backend_models_swap_transact_request_odos_odosswaprequest.py +0 -108
- compass_api_sdk/models/compass_api_backend_models_token_transact_request_transfer_tokentransferrequest.py +0 -98
- compass_api_sdk/models/compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest.py +0 -129
- compass_api_sdk/models/compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest.py +0 -68
- compass_api_sdk/models/compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest.py +0 -123
- compass_api_sdk/models/compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest.py +0 -123
- compass_api_sdk/models/tokentransfererc20params.py +0 -63
- {compass_api_sdk-0.9.52.dist-info → compass_api_sdk-1.0.1.dist-info}/WHEEL +0 -0
|
@@ -12,10 +12,36 @@ if TYPE_CHECKING:
|
|
|
12
12
|
AaveBorrowParamsAmountTypedDict,
|
|
13
13
|
AaveBorrowParamsTypedDict,
|
|
14
14
|
)
|
|
15
|
+
from .aaveborrowrequest import (
|
|
16
|
+
AaveBorrowRequest,
|
|
17
|
+
AaveBorrowRequestAmount,
|
|
18
|
+
AaveBorrowRequestAmountTypedDict,
|
|
19
|
+
AaveBorrowRequestChain,
|
|
20
|
+
AaveBorrowRequestTypedDict,
|
|
21
|
+
)
|
|
22
|
+
from .aavehistoricaltransactionsresponse import (
|
|
23
|
+
AaveHistoricalTransactionsResponse,
|
|
24
|
+
AaveHistoricalTransactionsResponseTransaction,
|
|
25
|
+
AaveHistoricalTransactionsResponseTransactionTypedDict,
|
|
26
|
+
AaveHistoricalTransactionsResponseTypedDict,
|
|
27
|
+
)
|
|
15
28
|
from .aaveliquiditychangeresponse import (
|
|
16
29
|
AaveLiquidityChangeResponse,
|
|
17
30
|
AaveLiquidityChangeResponseTypedDict,
|
|
18
31
|
)
|
|
32
|
+
from .aavelooprequest import (
|
|
33
|
+
AaveLoopRequest,
|
|
34
|
+
AaveLoopRequestChain,
|
|
35
|
+
AaveLoopRequestTypedDict,
|
|
36
|
+
InitialCollateralAmount,
|
|
37
|
+
InitialCollateralAmountTypedDict,
|
|
38
|
+
LoanToValue,
|
|
39
|
+
LoanToValueTypedDict,
|
|
40
|
+
MaxSlippagePercent,
|
|
41
|
+
MaxSlippagePercentTypedDict,
|
|
42
|
+
Multiplier,
|
|
43
|
+
MultiplierTypedDict,
|
|
44
|
+
)
|
|
19
45
|
from .aaverateresponse import AaveRateResponse, AaveRateResponseTypedDict
|
|
20
46
|
from .aaverepayparams import (
|
|
21
47
|
AaveRepayParams,
|
|
@@ -23,6 +49,13 @@ if TYPE_CHECKING:
|
|
|
23
49
|
AaveRepayParamsAmountTypedDict,
|
|
24
50
|
AaveRepayParamsTypedDict,
|
|
25
51
|
)
|
|
52
|
+
from .aaverepayrequest import (
|
|
53
|
+
AaveRepayRequest,
|
|
54
|
+
AaveRepayRequestAmount,
|
|
55
|
+
AaveRepayRequestAmountTypedDict,
|
|
56
|
+
AaveRepayRequestChain,
|
|
57
|
+
AaveRepayRequestTypedDict,
|
|
58
|
+
)
|
|
26
59
|
from .aavereserveoverviewresponse import (
|
|
27
60
|
AaveReserveOverviewResponse,
|
|
28
61
|
AaveReserveOverviewResponseTypedDict,
|
|
@@ -34,6 +67,13 @@ if TYPE_CHECKING:
|
|
|
34
67
|
AaveSupplyParamsAmountTypedDict,
|
|
35
68
|
AaveSupplyParamsTypedDict,
|
|
36
69
|
)
|
|
70
|
+
from .aavesupplyrequest import (
|
|
71
|
+
AaveSupplyRequest,
|
|
72
|
+
AaveSupplyRequestAmount,
|
|
73
|
+
AaveSupplyRequestAmountTypedDict,
|
|
74
|
+
AaveSupplyRequestChain,
|
|
75
|
+
AaveSupplyRequestTypedDict,
|
|
76
|
+
)
|
|
37
77
|
from .aavesupportedtokenmetadata import (
|
|
38
78
|
AaveSupportedTokenMetadata,
|
|
39
79
|
AaveSupportedTokenMetadataTypedDict,
|
|
@@ -60,6 +100,17 @@ if TYPE_CHECKING:
|
|
|
60
100
|
AaveWithdrawParamsAmountTypedDict,
|
|
61
101
|
AaveWithdrawParamsTypedDict,
|
|
62
102
|
)
|
|
103
|
+
from .aavewithdrawrequest import (
|
|
104
|
+
AaveWithdrawRequest,
|
|
105
|
+
AaveWithdrawRequestAmount,
|
|
106
|
+
AaveWithdrawRequestAmountTypedDict,
|
|
107
|
+
AaveWithdrawRequestChain,
|
|
108
|
+
AaveWithdrawRequestTypedDict,
|
|
109
|
+
)
|
|
110
|
+
from .aerodromelppositionsresponse import (
|
|
111
|
+
AerodromeLPPositionsResponse,
|
|
112
|
+
AerodromeLPPositionsResponseTypedDict,
|
|
113
|
+
)
|
|
63
114
|
from .aerodromeposition import AerodromePosition, AerodromePositionTypedDict
|
|
64
115
|
from .aerodromeslipstreambuyexactlyparams import (
|
|
65
116
|
AerodromeSlipstreamBuyExactlyParams,
|
|
@@ -69,6 +120,15 @@ if TYPE_CHECKING:
|
|
|
69
120
|
AerodromeSlipstreamBuyExactlyParamsAmountOutTypedDict,
|
|
70
121
|
AerodromeSlipstreamBuyExactlyParamsTypedDict,
|
|
71
122
|
)
|
|
123
|
+
from .aerodromeslipstreambuyexactlyrequest import (
|
|
124
|
+
AerodromeSlipstreamBuyExactlyRequest,
|
|
125
|
+
AerodromeSlipstreamBuyExactlyRequestAmountInMaximum,
|
|
126
|
+
AerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict,
|
|
127
|
+
AerodromeSlipstreamBuyExactlyRequestAmountOut,
|
|
128
|
+
AerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict,
|
|
129
|
+
AerodromeSlipstreamBuyExactlyRequestChain,
|
|
130
|
+
AerodromeSlipstreamBuyExactlyRequestTypedDict,
|
|
131
|
+
)
|
|
72
132
|
from .aerodromeslipstreamincreaseliquidityprovisionparams import (
|
|
73
133
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams,
|
|
74
134
|
AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired,
|
|
@@ -81,6 +141,19 @@ if TYPE_CHECKING:
|
|
|
81
141
|
AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1MinTypedDict,
|
|
82
142
|
AerodromeSlipstreamIncreaseLiquidityProvisionParamsTypedDict,
|
|
83
143
|
)
|
|
144
|
+
from .aerodromeslipstreamincreaseliquidityprovisionrequest import (
|
|
145
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequest,
|
|
146
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired,
|
|
147
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
148
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Min,
|
|
149
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0MinTypedDict,
|
|
150
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Desired,
|
|
151
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
152
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min,
|
|
153
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict,
|
|
154
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestChain,
|
|
155
|
+
AerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict,
|
|
156
|
+
)
|
|
84
157
|
from .aerodromeslipstreammintliquidityprovisionparams import (
|
|
85
158
|
AerodromeSlipstreamMintLiquidityProvisionParams,
|
|
86
159
|
AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired,
|
|
@@ -93,6 +166,19 @@ if TYPE_CHECKING:
|
|
|
93
166
|
AerodromeSlipstreamMintLiquidityProvisionParamsAmount1MinTypedDict,
|
|
94
167
|
AerodromeSlipstreamMintLiquidityProvisionParamsTypedDict,
|
|
95
168
|
)
|
|
169
|
+
from .aerodromeslipstreammintliquidityprovisionrequest import (
|
|
170
|
+
AerodromeSlipstreamMintLiquidityProvisionRequest,
|
|
171
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired,
|
|
172
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
173
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Min,
|
|
174
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount0MinTypedDict,
|
|
175
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Desired,
|
|
176
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
177
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min,
|
|
178
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict,
|
|
179
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestChain,
|
|
180
|
+
AerodromeSlipstreamMintLiquidityProvisionRequestTypedDict,
|
|
181
|
+
)
|
|
96
182
|
from .aerodromeslipstreampoolpriceresponse import (
|
|
97
183
|
AerodromeSlipstreamPoolPriceResponse,
|
|
98
184
|
AerodromeSlipstreamPoolPriceResponseTypedDict,
|
|
@@ -105,181 +191,53 @@ if TYPE_CHECKING:
|
|
|
105
191
|
AerodromeSlipstreamSellExactlyParamsAmountOutMinimumTypedDict,
|
|
106
192
|
AerodromeSlipstreamSellExactlyParamsTypedDict,
|
|
107
193
|
)
|
|
194
|
+
from .aerodromeslipstreamsellexactlyrequest import (
|
|
195
|
+
AerodromeSlipstreamSellExactlyRequest,
|
|
196
|
+
AerodromeSlipstreamSellExactlyRequestAmountIn,
|
|
197
|
+
AerodromeSlipstreamSellExactlyRequestAmountInTypedDict,
|
|
198
|
+
AerodromeSlipstreamSellExactlyRequestAmountOutMinimum,
|
|
199
|
+
AerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict,
|
|
200
|
+
AerodromeSlipstreamSellExactlyRequestChain,
|
|
201
|
+
AerodromeSlipstreamSellExactlyRequestTypedDict,
|
|
202
|
+
)
|
|
108
203
|
from .aerodromeslipstreamwithdrawliquidityprovisionparams import (
|
|
109
204
|
AerodromeSlipstreamWithdrawLiquidityProvisionParams,
|
|
110
205
|
AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal,
|
|
111
206
|
AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict,
|
|
112
207
|
AerodromeSlipstreamWithdrawLiquidityProvisionParamsTypedDict,
|
|
113
208
|
)
|
|
209
|
+
from .aerodromeslipstreamwithdrawliquidityprovisionrequest import (
|
|
210
|
+
AerodromeSlipstreamWithdrawLiquidityProvisionRequest,
|
|
211
|
+
AerodromeSlipstreamWithdrawLiquidityProvisionRequestChain,
|
|
212
|
+
AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal,
|
|
213
|
+
AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict,
|
|
214
|
+
AerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict,
|
|
215
|
+
)
|
|
114
216
|
from .allowanceinforesponse import (
|
|
115
217
|
AllowanceInfoResponse,
|
|
116
218
|
AllowanceInfoResponseTypedDict,
|
|
117
219
|
)
|
|
118
220
|
from .apy import Apy, ApyTypedDict
|
|
221
|
+
from .batcheduseroperationsrequest import (
|
|
222
|
+
BatchedUserOperationsRequest,
|
|
223
|
+
BatchedUserOperationsRequestChain,
|
|
224
|
+
BatchedUserOperationsRequestTypedDict,
|
|
225
|
+
)
|
|
119
226
|
from .batcheduseroperationsresponse import (
|
|
120
227
|
BatchedUserOperationsResponse,
|
|
121
228
|
BatchedUserOperationsResponseTypedDict,
|
|
122
229
|
)
|
|
123
|
-
from .
|
|
124
|
-
from .
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_aavehistoricaltransactionsresponse import (
|
|
128
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponse,
|
|
129
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTransaction,
|
|
130
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTransactionTypedDict,
|
|
131
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTypedDict,
|
|
132
|
-
)
|
|
133
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_borrow import (
|
|
134
|
-
Borrowratemode,
|
|
135
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsBorrow,
|
|
136
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsBorrowTypedDict,
|
|
137
|
-
)
|
|
138
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_liquidationcall import (
|
|
139
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsLiquidationCall,
|
|
140
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsLiquidationCallTypedDict,
|
|
141
|
-
)
|
|
142
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_redeemunderlying import (
|
|
143
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRedeemUnderlying,
|
|
144
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRedeemUnderlyingTypedDict,
|
|
145
|
-
)
|
|
146
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_repay import (
|
|
147
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRepay,
|
|
148
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRepayTypedDict,
|
|
149
|
-
)
|
|
150
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_supply import (
|
|
151
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSupply,
|
|
152
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSupplyTypedDict,
|
|
153
|
-
)
|
|
154
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_swapborrowrate import (
|
|
155
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSwapBorrowRate,
|
|
156
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSwapBorrowRateTypedDict,
|
|
157
|
-
)
|
|
158
|
-
from .compass_api_backend_models_aave_read_response_historical_transactions_usageascollateral import (
|
|
159
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsUsageAsCollateral,
|
|
160
|
-
CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsUsageAsCollateralTypedDict,
|
|
161
|
-
)
|
|
162
|
-
from .compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest import (
|
|
163
|
-
CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequest,
|
|
164
|
-
CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestAmount,
|
|
165
|
-
CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestAmountTypedDict,
|
|
166
|
-
CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestChain,
|
|
167
|
-
CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestTypedDict,
|
|
168
|
-
)
|
|
169
|
-
from .compass_api_backend_models_aave_transact_request_repay_aaverepayrequest import (
|
|
170
|
-
CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequest,
|
|
171
|
-
CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestAmount,
|
|
172
|
-
CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestAmountTypedDict,
|
|
173
|
-
CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestChain,
|
|
174
|
-
CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestTypedDict,
|
|
175
|
-
)
|
|
176
|
-
from .compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest import (
|
|
177
|
-
CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequest,
|
|
178
|
-
CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestAmount,
|
|
179
|
-
CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestAmountTypedDict,
|
|
180
|
-
CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestChain,
|
|
181
|
-
CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestTypedDict,
|
|
182
|
-
)
|
|
183
|
-
from .compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest import (
|
|
184
|
-
CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequest,
|
|
185
|
-
CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestAmount,
|
|
186
|
-
CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestAmountTypedDict,
|
|
187
|
-
CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestChain,
|
|
188
|
-
CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestTypedDict,
|
|
189
|
-
)
|
|
190
|
-
from .compass_api_backend_models_aerodrome_slipstream_read_response_positions_aerodromelppositionsresponse import (
|
|
191
|
-
CompassAPIBackendModelsAerodromeSlipstreamReadResponsePositionsAerodromeLPPositionsResponse,
|
|
192
|
-
CompassAPIBackendModelsAerodromeSlipstreamReadResponsePositionsAerodromeLPPositionsResponseTypedDict,
|
|
193
|
-
)
|
|
194
|
-
from .compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest import (
|
|
195
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequest,
|
|
196
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired,
|
|
197
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
198
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Min,
|
|
199
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0MinTypedDict,
|
|
200
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Desired,
|
|
201
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
202
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min,
|
|
203
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict,
|
|
204
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestChain,
|
|
205
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict,
|
|
206
|
-
)
|
|
207
|
-
from .compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest import (
|
|
208
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequest,
|
|
209
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired,
|
|
210
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
211
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0Min,
|
|
212
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0MinTypedDict,
|
|
213
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1Desired,
|
|
214
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
215
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min,
|
|
216
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict,
|
|
217
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestChain,
|
|
218
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestTypedDict,
|
|
219
|
-
)
|
|
220
|
-
from .compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest import (
|
|
221
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequest,
|
|
222
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestChain,
|
|
223
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal,
|
|
224
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict,
|
|
225
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict,
|
|
226
|
-
)
|
|
227
|
-
from .compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest import (
|
|
228
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequest,
|
|
229
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountInMaximum,
|
|
230
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict,
|
|
231
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountOut,
|
|
232
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict,
|
|
233
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestChain,
|
|
234
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestTypedDict,
|
|
235
|
-
)
|
|
236
|
-
from .compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest import (
|
|
237
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequest,
|
|
238
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountIn,
|
|
239
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountInTypedDict,
|
|
240
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountOutMinimum,
|
|
241
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict,
|
|
242
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestChain,
|
|
243
|
-
CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestTypedDict,
|
|
244
|
-
)
|
|
245
|
-
from .compass_api_backend_models_generic_read_response_chains_supportedchaininfo import (
|
|
246
|
-
CompassAPIBackendModelsGenericReadResponseChainsSupportedChainInfo,
|
|
247
|
-
CompassAPIBackendModelsGenericReadResponseChainsSupportedChainInfoTypedDict,
|
|
248
|
-
)
|
|
249
|
-
from .compass_api_backend_models_generic_read_response_portfolio_portfolio import (
|
|
250
|
-
CompassAPIBackendModelsGenericReadResponsePortfolioPortfolio,
|
|
251
|
-
CompassAPIBackendModelsGenericReadResponsePortfolioPortfolioTypedDict,
|
|
230
|
+
from .borrow import Borrow, BorrowTypedDict, Borrowratemode
|
|
231
|
+
from .bundlertransactionresponse import (
|
|
232
|
+
BundlerTransactionResponse,
|
|
233
|
+
BundlerTransactionResponseTypedDict,
|
|
252
234
|
)
|
|
235
|
+
from .chain import Chain
|
|
236
|
+
from .chaininfo import ChainInfo, ChainInfoTypedDict
|
|
253
237
|
from .compass_api_backend_models_generic_read_response_portfolio_tokenbalance import (
|
|
254
238
|
CompassAPIBackendModelsGenericReadResponsePortfolioTokenBalance,
|
|
255
239
|
CompassAPIBackendModelsGenericReadResponsePortfolioTokenBalanceTypedDict,
|
|
256
240
|
)
|
|
257
|
-
from .compass_api_backend_models_generic_transact_request_allowance_setallowancerequest import (
|
|
258
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequest,
|
|
259
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestAmount,
|
|
260
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestAmountTypedDict,
|
|
261
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestChain,
|
|
262
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractEnum,
|
|
263
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractUnion,
|
|
264
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractUnionTypedDict,
|
|
265
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestToken,
|
|
266
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestTokenTypedDict,
|
|
267
|
-
CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestTypedDict,
|
|
268
|
-
)
|
|
269
|
-
from .compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest import (
|
|
270
|
-
CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequest,
|
|
271
|
-
CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestAmount,
|
|
272
|
-
CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestAmountTypedDict,
|
|
273
|
-
CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestChain,
|
|
274
|
-
CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestTypedDict,
|
|
275
|
-
)
|
|
276
|
-
from .compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest import (
|
|
277
|
-
CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequest,
|
|
278
|
-
CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestAmount,
|
|
279
|
-
CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestAmountTypedDict,
|
|
280
|
-
CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestChain,
|
|
281
|
-
CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestTypedDict,
|
|
282
|
-
)
|
|
283
241
|
from .compass_api_backend_models_morpho_read_response_check_user_position_apydata import (
|
|
284
242
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionApyData,
|
|
285
243
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionApyDataTypedDict,
|
|
@@ -288,26 +246,10 @@ if TYPE_CHECKING:
|
|
|
288
246
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionAsset,
|
|
289
247
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionAssetTypedDict,
|
|
290
248
|
)
|
|
291
|
-
from .compass_api_backend_models_morpho_read_response_check_user_position_marketposition import (
|
|
292
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketPosition,
|
|
293
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketPositionTypedDict,
|
|
294
|
-
)
|
|
295
249
|
from .compass_api_backend_models_morpho_read_response_check_user_position_marketstate import (
|
|
296
250
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketState,
|
|
297
251
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketStateTypedDict,
|
|
298
252
|
)
|
|
299
|
-
from .compass_api_backend_models_morpho_read_response_check_user_position_morphocheckuserpositionresponse import (
|
|
300
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMorphoCheckUserPositionResponse,
|
|
301
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMorphoCheckUserPositionResponseTypedDict,
|
|
302
|
-
)
|
|
303
|
-
from .compass_api_backend_models_morpho_read_response_check_user_position_vault import (
|
|
304
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVault,
|
|
305
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultTypedDict,
|
|
306
|
-
)
|
|
307
|
-
from .compass_api_backend_models_morpho_read_response_check_user_position_vaultposition import (
|
|
308
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultPosition,
|
|
309
|
-
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultPositionTypedDict,
|
|
310
|
-
)
|
|
311
253
|
from .compass_api_backend_models_morpho_read_response_check_user_position_vaultstate import (
|
|
312
254
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultState,
|
|
313
255
|
CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultStateTypedDict,
|
|
@@ -324,10 +266,6 @@ if TYPE_CHECKING:
|
|
|
324
266
|
CompassAPIBackendModelsMorphoReadResponseGetMarketMarketState,
|
|
325
267
|
CompassAPIBackendModelsMorphoReadResponseGetMarketMarketStateTypedDict,
|
|
326
268
|
)
|
|
327
|
-
from .compass_api_backend_models_morpho_read_response_get_market_morphogetmarketresponse import (
|
|
328
|
-
CompassAPIBackendModelsMorphoReadResponseGetMarketMorphoGetMarketResponse,
|
|
329
|
-
CompassAPIBackendModelsMorphoReadResponseGetMarketMorphoGetMarketResponseTypedDict,
|
|
330
|
-
)
|
|
331
269
|
from .compass_api_backend_models_morpho_read_response_get_markets_asset import (
|
|
332
270
|
CompassAPIBackendModelsMorphoReadResponseGetMarketsAsset,
|
|
333
271
|
CompassAPIBackendModelsMorphoReadResponseGetMarketsAssetTypedDict,
|
|
@@ -336,273 +274,82 @@ if TYPE_CHECKING:
|
|
|
336
274
|
CompassAPIBackendModelsMorphoReadResponseGetMarketsMarketState,
|
|
337
275
|
CompassAPIBackendModelsMorphoReadResponseGetMarketsMarketStateTypedDict,
|
|
338
276
|
)
|
|
339
|
-
from .compass_api_backend_models_morpho_read_response_get_markets_morphogetmarketsresponse import (
|
|
340
|
-
CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoGetMarketsResponse,
|
|
341
|
-
CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoGetMarketsResponseTypedDict,
|
|
342
|
-
)
|
|
343
|
-
from .compass_api_backend_models_morpho_read_response_get_markets_morphomarket import (
|
|
344
|
-
CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoMarket,
|
|
345
|
-
CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoMarketTypedDict,
|
|
346
|
-
)
|
|
347
277
|
from .compass_api_backend_models_morpho_read_response_get_vaults_asset import (
|
|
348
278
|
CompassAPIBackendModelsMorphoReadResponseGetVaultsAsset,
|
|
349
279
|
CompassAPIBackendModelsMorphoReadResponseGetVaultsAssetTypedDict,
|
|
350
280
|
)
|
|
351
|
-
from .compass_api_backend_models_morpho_read_response_get_vaults_morphogetvaultsresponse import (
|
|
352
|
-
CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoGetVaultsResponse,
|
|
353
|
-
CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoGetVaultsResponseTypedDict,
|
|
354
|
-
)
|
|
355
|
-
from .compass_api_backend_models_morpho_read_response_get_vaults_morphovault import (
|
|
356
|
-
CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoVault,
|
|
357
|
-
CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoVaultTypedDict,
|
|
358
|
-
)
|
|
359
281
|
from .compass_api_backend_models_morpho_read_response_get_vaults_vaultstate import (
|
|
360
282
|
CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultState,
|
|
361
283
|
CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultStateTypedDict,
|
|
362
284
|
)
|
|
363
|
-
from .compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest import (
|
|
364
|
-
CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequest,
|
|
365
|
-
CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestAmount,
|
|
366
|
-
CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestAmountTypedDict,
|
|
367
|
-
CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestChain,
|
|
368
|
-
CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestTypedDict,
|
|
369
|
-
)
|
|
370
|
-
from .compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest import (
|
|
371
|
-
CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequest,
|
|
372
|
-
CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestAmount,
|
|
373
|
-
CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestAmountTypedDict,
|
|
374
|
-
CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestChain,
|
|
375
|
-
CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestTypedDict,
|
|
376
|
-
)
|
|
377
|
-
from .compass_api_backend_models_morpho_transact_request_repay_morphorepayrequest import (
|
|
378
|
-
CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequest,
|
|
379
|
-
CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequestChain,
|
|
380
|
-
CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequestTypedDict,
|
|
381
|
-
)
|
|
382
|
-
from .compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest import (
|
|
383
|
-
CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequest,
|
|
384
|
-
CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestAmount,
|
|
385
|
-
CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestAmountTypedDict,
|
|
386
|
-
CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestChain,
|
|
387
|
-
CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestTypedDict,
|
|
388
|
-
)
|
|
389
|
-
from .compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest import (
|
|
390
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequest,
|
|
391
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestAmount,
|
|
392
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestAmountTypedDict,
|
|
393
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestChain,
|
|
394
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestTypedDict,
|
|
395
|
-
)
|
|
396
|
-
from .compass_api_backend_models_morpho_transact_request_withdraw_morphowithdrawrequest import (
|
|
397
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequest,
|
|
398
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequestChain,
|
|
399
|
-
CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequestTypedDict,
|
|
400
|
-
)
|
|
401
|
-
from .compass_api_backend_models_multicall_read_request_get_authorization_multicallauthorizationrequest import (
|
|
402
|
-
CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequest,
|
|
403
|
-
CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequestChain,
|
|
404
|
-
CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequestTypedDict,
|
|
405
|
-
)
|
|
406
|
-
from .compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest import (
|
|
407
|
-
CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequest,
|
|
408
|
-
CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequestChain,
|
|
409
|
-
CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequestTypedDict,
|
|
410
|
-
InitialCollateralAmount,
|
|
411
|
-
InitialCollateralAmountTypedDict,
|
|
412
|
-
LoanToValue,
|
|
413
|
-
LoanToValueTypedDict,
|
|
414
|
-
MaxSlippagePercent,
|
|
415
|
-
MaxSlippagePercentTypedDict,
|
|
416
|
-
Multiplier,
|
|
417
|
-
MultiplierTypedDict,
|
|
418
|
-
)
|
|
419
|
-
from .compass_api_backend_models_multicall_transact_request_multicall_execution_request_multicallexecuterequest import (
|
|
420
|
-
CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequest,
|
|
421
|
-
CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequestChain,
|
|
422
|
-
CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequestTypedDict,
|
|
423
|
-
)
|
|
424
|
-
from .compass_api_backend_models_multicall_transact_request_multicall_execution_request_useroperation import (
|
|
425
|
-
Body,
|
|
426
|
-
BodyTypedDict,
|
|
427
|
-
CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestUserOperation,
|
|
428
|
-
CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestUserOperationTypedDict,
|
|
429
|
-
)
|
|
430
|
-
from .compass_api_backend_models_pendle_read_response_market_pendlegetmarketresponse import (
|
|
431
|
-
CompassAPIBackendModelsPendleReadResponseMarketPendleGetMarketResponse,
|
|
432
|
-
CompassAPIBackendModelsPendleReadResponseMarketPendleGetMarketResponseTypedDict,
|
|
433
|
-
)
|
|
434
285
|
from .compass_api_backend_models_pendle_read_response_market_userposition import (
|
|
435
286
|
CompassAPIBackendModelsPendleReadResponseMarketUserPosition,
|
|
436
287
|
CompassAPIBackendModelsPendleReadResponseMarketUserPositionTypedDict,
|
|
437
288
|
)
|
|
438
|
-
from .compass_api_backend_models_pendle_read_response_markets_pendlelistmarketsresponse import (
|
|
439
|
-
CompassAPIBackendModelsPendleReadResponseMarketsPendleListMarketsResponse,
|
|
440
|
-
CompassAPIBackendModelsPendleReadResponseMarketsPendleListMarketsResponseTypedDict,
|
|
441
|
-
)
|
|
442
|
-
from .compass_api_backend_models_pendle_read_response_markets_pendlemarket import (
|
|
443
|
-
CompassAPIBackendModelsPendleReadResponseMarketsPendleMarket,
|
|
444
|
-
CompassAPIBackendModelsPendleReadResponseMarketsPendleMarketTypedDict,
|
|
445
|
-
)
|
|
446
|
-
from .compass_api_backend_models_pendle_read_response_positions_openposition import (
|
|
447
|
-
CompassAPIBackendModelsPendleReadResponsePositionsOpenPosition,
|
|
448
|
-
CompassAPIBackendModelsPendleReadResponsePositionsOpenPositionTypedDict,
|
|
449
|
-
)
|
|
450
|
-
from .compass_api_backend_models_pendle_read_response_positions_pendlelistuserpositionsresponse import (
|
|
451
|
-
CompassAPIBackendModelsPendleReadResponsePositionsPendleListUserPositionsResponse,
|
|
452
|
-
CompassAPIBackendModelsPendleReadResponsePositionsPendleListUserPositionsResponseTypedDict,
|
|
453
|
-
)
|
|
454
|
-
from .compass_api_backend_models_pendle_read_response_positions_position import (
|
|
455
|
-
CompassAPIBackendModelsPendleReadResponsePositionsPosition,
|
|
456
|
-
CompassAPIBackendModelsPendleReadResponsePositionsPositionTypedDict,
|
|
457
|
-
)
|
|
458
289
|
from .compass_api_backend_models_pendle_read_response_positions_tokenbalance import (
|
|
459
290
|
CompassAPIBackendModelsPendleReadResponsePositionsTokenBalance,
|
|
460
291
|
CompassAPIBackendModelsPendleReadResponsePositionsTokenBalanceTypedDict,
|
|
461
292
|
)
|
|
462
|
-
from .compass_api_backend_models_pendle_transact_request_redeem_yield_pendleredeemyieldrequest import (
|
|
463
|
-
CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequest,
|
|
464
|
-
CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequestChain,
|
|
465
|
-
CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequestTypedDict,
|
|
466
|
-
)
|
|
467
|
-
from .compass_api_backend_models_sky_transact_request_buy_skybuyrequest import (
|
|
468
|
-
CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequest,
|
|
469
|
-
CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestAmount,
|
|
470
|
-
CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestAmountTypedDict,
|
|
471
|
-
CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestChain,
|
|
472
|
-
CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestTokenIn,
|
|
473
|
-
CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestTypedDict,
|
|
474
|
-
)
|
|
475
|
-
from .compass_api_backend_models_sky_transact_request_deposit_skydepositrequest import (
|
|
476
|
-
CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequest,
|
|
477
|
-
CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestAmount,
|
|
478
|
-
CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestAmountTypedDict,
|
|
479
|
-
CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestChain,
|
|
480
|
-
CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestTypedDict,
|
|
481
|
-
)
|
|
482
|
-
from .compass_api_backend_models_sky_transact_request_sell_skysellrequest import (
|
|
483
|
-
CompassAPIBackendModelsSkyTransactRequestSellSkySellRequest,
|
|
484
|
-
CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestAmount,
|
|
485
|
-
CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestAmountTypedDict,
|
|
486
|
-
CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestChain,
|
|
487
|
-
CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestTokenOut,
|
|
488
|
-
CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestTypedDict,
|
|
489
|
-
)
|
|
490
|
-
from .compass_api_backend_models_sky_transact_request_withdraw_skywithdrawrequest import (
|
|
491
|
-
CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequest,
|
|
492
|
-
CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequestChain,
|
|
493
|
-
CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequestTypedDict,
|
|
494
|
-
)
|
|
495
|
-
from .compass_api_backend_models_smart_account_transact_request_user_operations_batcheduseroperationsrequest import (
|
|
496
|
-
CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequest,
|
|
497
|
-
CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequestChain,
|
|
498
|
-
CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequestTypedDict,
|
|
499
|
-
)
|
|
500
|
-
from .compass_api_backend_models_swap_transact_request_odos_odosswaprequest import (
|
|
501
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequest,
|
|
502
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestAmount,
|
|
503
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestAmountTypedDict,
|
|
504
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestChain,
|
|
505
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenIn,
|
|
506
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenInTypedDict,
|
|
507
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenOut,
|
|
508
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenOutTypedDict,
|
|
509
|
-
CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTypedDict,
|
|
510
|
-
)
|
|
511
|
-
from .compass_api_backend_models_token_transact_request_transfer_tokentransferrequest import (
|
|
512
|
-
CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequest,
|
|
513
|
-
CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestAmount,
|
|
514
|
-
CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestAmountTypedDict,
|
|
515
|
-
CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestChain,
|
|
516
|
-
CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestToken,
|
|
517
|
-
CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestTokenTypedDict,
|
|
518
|
-
CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestTypedDict,
|
|
519
|
-
)
|
|
520
|
-
from .compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest import (
|
|
521
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequest,
|
|
522
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0Desired,
|
|
523
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
524
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0Min,
|
|
525
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0MinTypedDict,
|
|
526
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1Desired,
|
|
527
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
528
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1Min,
|
|
529
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict,
|
|
530
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestChain,
|
|
531
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestTypedDict,
|
|
532
|
-
)
|
|
533
|
-
from .compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest import (
|
|
534
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequest,
|
|
535
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0Desired,
|
|
536
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
537
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0Min,
|
|
538
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0MinTypedDict,
|
|
539
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1Desired,
|
|
540
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
541
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1Min,
|
|
542
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1MinTypedDict,
|
|
543
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestChain,
|
|
544
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestTypedDict,
|
|
545
|
-
)
|
|
546
|
-
from .compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest import (
|
|
547
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequest,
|
|
548
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestChain,
|
|
549
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal,
|
|
550
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict,
|
|
551
|
-
CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestTypedDict,
|
|
552
|
-
)
|
|
553
|
-
from .compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest import (
|
|
554
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequest,
|
|
555
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestAmountOut,
|
|
556
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestAmountOutTypedDict,
|
|
557
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestChain,
|
|
558
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenIn,
|
|
559
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenInTypedDict,
|
|
560
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenOut,
|
|
561
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenOutTypedDict,
|
|
562
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTypedDict,
|
|
563
|
-
)
|
|
564
|
-
from .compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest import (
|
|
565
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequest,
|
|
566
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestAmountIn,
|
|
567
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestAmountInTypedDict,
|
|
568
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestChain,
|
|
569
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenIn,
|
|
570
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenInTypedDict,
|
|
571
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenOut,
|
|
572
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenOutTypedDict,
|
|
573
|
-
CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTypedDict,
|
|
574
|
-
)
|
|
575
|
-
from .compass_api_backend_models_vaults_read_response_vault_asset import (
|
|
576
|
-
CompassAPIBackendModelsVaultsReadResponseVaultAsset,
|
|
577
|
-
CompassAPIBackendModelsVaultsReadResponseVaultAssetTypedDict,
|
|
578
|
-
)
|
|
579
293
|
from .compass_api_backend_models_vaults_read_response_vault_userposition import (
|
|
580
294
|
CompassAPIBackendModelsVaultsReadResponseVaultUserPosition,
|
|
581
295
|
CompassAPIBackendModelsVaultsReadResponseVaultUserPositionTypedDict,
|
|
582
296
|
)
|
|
583
|
-
from .
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequest,
|
|
589
|
-
CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestAmount,
|
|
590
|
-
CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestAmountTypedDict,
|
|
591
|
-
CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestChain,
|
|
592
|
-
CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestTypedDict,
|
|
593
|
-
)
|
|
594
|
-
from .compass_api_backend_models_vaults_transact_request_withdraw_vaultwithdrawrequest import (
|
|
595
|
-
CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequest,
|
|
596
|
-
CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequestChain,
|
|
597
|
-
CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequestTypedDict,
|
|
297
|
+
from .cooldownposition import (
|
|
298
|
+
CooldownEnd,
|
|
299
|
+
CooldownEndTypedDict,
|
|
300
|
+
CooldownPosition,
|
|
301
|
+
CooldownPositionTypedDict,
|
|
598
302
|
)
|
|
599
303
|
from .details import Details, DetailsTypedDict
|
|
600
304
|
from .ensnameinforesponse import EnsNameInfoResponse, EnsNameInfoResponseTypedDict
|
|
601
305
|
from .erc20data import Erc20Data, Erc20DataTypedDict
|
|
306
|
+
from .ethenadepositparams import (
|
|
307
|
+
EthenaDepositParams,
|
|
308
|
+
EthenaDepositParamsAmount,
|
|
309
|
+
EthenaDepositParamsAmountTypedDict,
|
|
310
|
+
EthenaDepositParamsTypedDict,
|
|
311
|
+
)
|
|
312
|
+
from .ethenadepositrequest import (
|
|
313
|
+
EthenaDepositRequest,
|
|
314
|
+
EthenaDepositRequestAmount,
|
|
315
|
+
EthenaDepositRequestAmountTypedDict,
|
|
316
|
+
EthenaDepositRequestChain,
|
|
317
|
+
EthenaDepositRequestTypedDict,
|
|
318
|
+
)
|
|
319
|
+
from .ethenagetvaultresponse import (
|
|
320
|
+
EthenaGetVaultResponse,
|
|
321
|
+
EthenaGetVaultResponseTypedDict,
|
|
322
|
+
)
|
|
323
|
+
from .ethenarequesttowithdrawparams import (
|
|
324
|
+
EthenaRequestToWithdrawParams,
|
|
325
|
+
EthenaRequestToWithdrawParamsTypedDict,
|
|
326
|
+
)
|
|
327
|
+
from .ethenarequesttowithdrawrequest import (
|
|
328
|
+
EthenaRequestToWithdrawRequest,
|
|
329
|
+
EthenaRequestToWithdrawRequestChain,
|
|
330
|
+
EthenaRequestToWithdrawRequestTypedDict,
|
|
331
|
+
)
|
|
332
|
+
from .ethenarequesttowithdrawtransactionresponse import (
|
|
333
|
+
EthenaRequestToWithdrawTransactionResponse,
|
|
334
|
+
EthenaRequestToWithdrawTransactionResponseTransaction,
|
|
335
|
+
EthenaRequestToWithdrawTransactionResponseTransactionTypedDict,
|
|
336
|
+
EthenaRequestToWithdrawTransactionResponseTypedDict,
|
|
337
|
+
)
|
|
338
|
+
from .ethenawithdrawparams import (
|
|
339
|
+
EthenaWithdrawParams,
|
|
340
|
+
EthenaWithdrawParamsTypedDict,
|
|
341
|
+
)
|
|
342
|
+
from .ethenawithdrawrequest import (
|
|
343
|
+
EthenaWithdrawRequest,
|
|
344
|
+
EthenaWithdrawRequestChain,
|
|
345
|
+
EthenaWithdrawRequestTypedDict,
|
|
346
|
+
)
|
|
602
347
|
from .feeenum import FeeEnum
|
|
603
348
|
from .interestratemode import InterestRateMode
|
|
349
|
+
from .liquidationcall import LiquidationCall, LiquidationCallTypedDict
|
|
604
350
|
from .lpbalance import LpBalance, LpBalanceTypedDict
|
|
605
351
|
from .market import Market, MarketTypedDict
|
|
352
|
+
from .marketposition import MarketPosition, MarketPositionTypedDict
|
|
606
353
|
from .markettokens import MarketTokens, MarketTokensTypedDict
|
|
607
354
|
from .morphoborrowparams import (
|
|
608
355
|
MorphoBorrowParams,
|
|
@@ -610,38 +357,104 @@ if TYPE_CHECKING:
|
|
|
610
357
|
MorphoBorrowParamsAmountTypedDict,
|
|
611
358
|
MorphoBorrowParamsTypedDict,
|
|
612
359
|
)
|
|
360
|
+
from .morphoborrowrequest import (
|
|
361
|
+
MorphoBorrowRequest,
|
|
362
|
+
MorphoBorrowRequestAmount,
|
|
363
|
+
MorphoBorrowRequestAmountTypedDict,
|
|
364
|
+
MorphoBorrowRequestChain,
|
|
365
|
+
MorphoBorrowRequestTypedDict,
|
|
366
|
+
)
|
|
613
367
|
from .morphocheckmarketpositionresponse import (
|
|
614
368
|
MorphoCheckMarketPositionResponse,
|
|
615
369
|
MorphoCheckMarketPositionResponseTypedDict,
|
|
616
370
|
)
|
|
371
|
+
from .morphocheckuserpositionresponse import (
|
|
372
|
+
MorphoCheckUserPositionResponse,
|
|
373
|
+
MorphoCheckUserPositionResponseTypedDict,
|
|
374
|
+
)
|
|
617
375
|
from .morphodepositparams import (
|
|
618
376
|
MorphoDepositParams,
|
|
619
377
|
MorphoDepositParamsAmount,
|
|
620
378
|
MorphoDepositParamsAmountTypedDict,
|
|
621
379
|
MorphoDepositParamsTypedDict,
|
|
622
380
|
)
|
|
381
|
+
from .morphodepositrequest import (
|
|
382
|
+
MorphoDepositRequest,
|
|
383
|
+
MorphoDepositRequestAmount,
|
|
384
|
+
MorphoDepositRequestAmountTypedDict,
|
|
385
|
+
MorphoDepositRequestChain,
|
|
386
|
+
MorphoDepositRequestTypedDict,
|
|
387
|
+
)
|
|
388
|
+
from .morphogetmarketresponse import (
|
|
389
|
+
MorphoGetMarketResponse,
|
|
390
|
+
MorphoGetMarketResponseTypedDict,
|
|
391
|
+
)
|
|
392
|
+
from .morphogetmarketsresponse import (
|
|
393
|
+
MorphoGetMarketsResponse,
|
|
394
|
+
MorphoGetMarketsResponseTypedDict,
|
|
395
|
+
)
|
|
396
|
+
from .morphogetvaultsresponse import (
|
|
397
|
+
MorphoGetVaultsResponse,
|
|
398
|
+
MorphoGetVaultsResponseTypedDict,
|
|
399
|
+
)
|
|
400
|
+
from .morphomarket import MorphoMarket, MorphoMarketTypedDict
|
|
623
401
|
from .morphorepayparams import MorphoRepayParams, MorphoRepayParamsTypedDict
|
|
402
|
+
from .morphorepayrequest import (
|
|
403
|
+
MorphoRepayRequest,
|
|
404
|
+
MorphoRepayRequestChain,
|
|
405
|
+
MorphoRepayRequestTypedDict,
|
|
406
|
+
)
|
|
624
407
|
from .morphosupplycollateralparams import (
|
|
625
408
|
MorphoSupplyCollateralParams,
|
|
626
409
|
MorphoSupplyCollateralParamsAmount,
|
|
627
410
|
MorphoSupplyCollateralParamsAmountTypedDict,
|
|
628
411
|
MorphoSupplyCollateralParamsTypedDict,
|
|
629
412
|
)
|
|
413
|
+
from .morphosupplycollateralrequest import (
|
|
414
|
+
MorphoSupplyCollateralRequest,
|
|
415
|
+
MorphoSupplyCollateralRequestAmount,
|
|
416
|
+
MorphoSupplyCollateralRequestAmountTypedDict,
|
|
417
|
+
MorphoSupplyCollateralRequestChain,
|
|
418
|
+
MorphoSupplyCollateralRequestTypedDict,
|
|
419
|
+
)
|
|
420
|
+
from .morphovault import MorphoVault, MorphoVaultTypedDict
|
|
630
421
|
from .morphowithdrawcollateralparams import (
|
|
631
422
|
MorphoWithdrawCollateralParams,
|
|
632
423
|
MorphoWithdrawCollateralParamsAmount,
|
|
633
424
|
MorphoWithdrawCollateralParamsAmountTypedDict,
|
|
634
425
|
MorphoWithdrawCollateralParamsTypedDict,
|
|
635
426
|
)
|
|
427
|
+
from .morphowithdrawcollateralrequest import (
|
|
428
|
+
MorphoWithdrawCollateralRequest,
|
|
429
|
+
MorphoWithdrawCollateralRequestAmount,
|
|
430
|
+
MorphoWithdrawCollateralRequestAmountTypedDict,
|
|
431
|
+
MorphoWithdrawCollateralRequestChain,
|
|
432
|
+
MorphoWithdrawCollateralRequestTypedDict,
|
|
433
|
+
)
|
|
636
434
|
from .morphowithdrawparams import (
|
|
637
435
|
MorphoWithdrawParams,
|
|
638
436
|
MorphoWithdrawParamsTypedDict,
|
|
639
437
|
)
|
|
438
|
+
from .morphowithdrawrequest import (
|
|
439
|
+
MorphoWithdrawRequest,
|
|
440
|
+
MorphoWithdrawRequestChain,
|
|
441
|
+
MorphoWithdrawRequestTypedDict,
|
|
442
|
+
)
|
|
640
443
|
from .movement10percent import Movement10Percent, Movement10PercentTypedDict
|
|
444
|
+
from .multicallauthorizationrequest import (
|
|
445
|
+
MulticallAuthorizationRequest,
|
|
446
|
+
MulticallAuthorizationRequestChain,
|
|
447
|
+
MulticallAuthorizationRequestTypedDict,
|
|
448
|
+
)
|
|
641
449
|
from .multicallauthorizationresponse import (
|
|
642
450
|
MulticallAuthorizationResponse,
|
|
643
451
|
MulticallAuthorizationResponseTypedDict,
|
|
644
452
|
)
|
|
453
|
+
from .multicallexecuterequest import (
|
|
454
|
+
MulticallExecuteRequest,
|
|
455
|
+
MulticallExecuteRequestChain,
|
|
456
|
+
MulticallExecuteRequestTypedDict,
|
|
457
|
+
)
|
|
645
458
|
from .odosswapparams import (
|
|
646
459
|
OdosSwapParams,
|
|
647
460
|
OdosSwapParamsAmount,
|
|
@@ -652,6 +465,36 @@ if TYPE_CHECKING:
|
|
|
652
465
|
OdosSwapParamsTokenOutTypedDict,
|
|
653
466
|
OdosSwapParamsTypedDict,
|
|
654
467
|
)
|
|
468
|
+
from .odosswaprequest import (
|
|
469
|
+
OdosSwapRequest,
|
|
470
|
+
OdosSwapRequestAmount,
|
|
471
|
+
OdosSwapRequestAmountTypedDict,
|
|
472
|
+
OdosSwapRequestChain,
|
|
473
|
+
OdosSwapRequestTokenIn,
|
|
474
|
+
OdosSwapRequestTokenInTypedDict,
|
|
475
|
+
OdosSwapRequestTokenOut,
|
|
476
|
+
OdosSwapRequestTokenOutTypedDict,
|
|
477
|
+
OdosSwapRequestTypedDict,
|
|
478
|
+
)
|
|
479
|
+
from .odostransactionresponse import (
|
|
480
|
+
OdosTransactionResponse,
|
|
481
|
+
OdosTransactionResponseTransaction,
|
|
482
|
+
OdosTransactionResponseTransactionTypedDict,
|
|
483
|
+
OdosTransactionResponseTypedDict,
|
|
484
|
+
)
|
|
485
|
+
from .openposition import OpenPosition, OpenPositionTypedDict
|
|
486
|
+
from .pendlegetmarketresponse import (
|
|
487
|
+
PendleGetMarketResponse,
|
|
488
|
+
PendleGetMarketResponseTypedDict,
|
|
489
|
+
)
|
|
490
|
+
from .pendlelistmarketsresponse import (
|
|
491
|
+
PendleListMarketsResponse,
|
|
492
|
+
PendleListMarketsResponseTypedDict,
|
|
493
|
+
)
|
|
494
|
+
from .pendlelistuserpositionsresponse import (
|
|
495
|
+
PendleListUserPositionsResponse,
|
|
496
|
+
PendleListUserPositionsResponseTypedDict,
|
|
497
|
+
)
|
|
655
498
|
from .pendlemanageliquidityparams import (
|
|
656
499
|
PendleManageLiquidityParams,
|
|
657
500
|
PendleManageLiquidityParamsAction,
|
|
@@ -671,10 +514,16 @@ if TYPE_CHECKING:
|
|
|
671
514
|
PendleManageLiquidityRequestTokenTypedDict,
|
|
672
515
|
PendleManageLiquidityRequestTypedDict,
|
|
673
516
|
)
|
|
517
|
+
from .pendlemarket import PendleMarket, PendleMarketTypedDict
|
|
674
518
|
from .pendleredeemyieldparams import (
|
|
675
519
|
PendleRedeemYieldParams,
|
|
676
520
|
PendleRedeemYieldParamsTypedDict,
|
|
677
521
|
)
|
|
522
|
+
from .pendleredeemyieldrequest import (
|
|
523
|
+
PendleRedeemYieldRequest,
|
|
524
|
+
PendleRedeemYieldRequestChain,
|
|
525
|
+
PendleRedeemYieldRequestTypedDict,
|
|
526
|
+
)
|
|
678
527
|
from .pendletradeptparams import (
|
|
679
528
|
PendleTradePtParams,
|
|
680
529
|
PendleTradePtParamsAction,
|
|
@@ -719,7 +568,11 @@ if TYPE_CHECKING:
|
|
|
719
568
|
PendleTxResponseTransactionTypedDict,
|
|
720
569
|
PendleTxResponseTypedDict,
|
|
721
570
|
)
|
|
571
|
+
from .portfolio import Portfolio, PortfolioTypedDict
|
|
572
|
+
from .position import Position, PositionTypedDict
|
|
722
573
|
from .protocol import Protocol
|
|
574
|
+
from .redeemunderlying import RedeemUnderlying, RedeemUnderlyingTypedDict
|
|
575
|
+
from .repay import Repay, RepayTypedDict
|
|
723
576
|
from .reserve import Reserve, ReserveTypedDict
|
|
724
577
|
from .security import Security, SecurityTypedDict
|
|
725
578
|
from .setallowanceparams import (
|
|
@@ -733,6 +586,18 @@ if TYPE_CHECKING:
|
|
|
733
586
|
SetAllowanceParamsTokenTypedDict,
|
|
734
587
|
SetAllowanceParamsTypedDict,
|
|
735
588
|
)
|
|
589
|
+
from .setallowancerequest import (
|
|
590
|
+
SetAllowanceRequest,
|
|
591
|
+
SetAllowanceRequestAmount,
|
|
592
|
+
SetAllowanceRequestAmountTypedDict,
|
|
593
|
+
SetAllowanceRequestChain,
|
|
594
|
+
SetAllowanceRequestContractEnum,
|
|
595
|
+
SetAllowanceRequestContractUnion,
|
|
596
|
+
SetAllowanceRequestContractUnionTypedDict,
|
|
597
|
+
SetAllowanceRequestToken,
|
|
598
|
+
SetAllowanceRequestTokenTypedDict,
|
|
599
|
+
SetAllowanceRequestTypedDict,
|
|
600
|
+
)
|
|
736
601
|
from .signedauthorization import (
|
|
737
602
|
R,
|
|
738
603
|
RTypedDict,
|
|
@@ -748,6 +613,14 @@ if TYPE_CHECKING:
|
|
|
748
613
|
SkyBuyParamsTokenIn,
|
|
749
614
|
SkyBuyParamsTypedDict,
|
|
750
615
|
)
|
|
616
|
+
from .skybuyrequest import (
|
|
617
|
+
SkyBuyRequest,
|
|
618
|
+
SkyBuyRequestAmount,
|
|
619
|
+
SkyBuyRequestAmountTypedDict,
|
|
620
|
+
SkyBuyRequestChain,
|
|
621
|
+
SkyBuyRequestTokenIn,
|
|
622
|
+
SkyBuyRequestTypedDict,
|
|
623
|
+
)
|
|
751
624
|
from .skycheckpositionresponse import (
|
|
752
625
|
SkyCheckPositionResponse,
|
|
753
626
|
SkyCheckPositionResponseTypedDict,
|
|
@@ -758,6 +631,13 @@ if TYPE_CHECKING:
|
|
|
758
631
|
SkyDepositParamsAmountTypedDict,
|
|
759
632
|
SkyDepositParamsTypedDict,
|
|
760
633
|
)
|
|
634
|
+
from .skydepositrequest import (
|
|
635
|
+
SkyDepositRequest,
|
|
636
|
+
SkyDepositRequestAmount,
|
|
637
|
+
SkyDepositRequestAmountTypedDict,
|
|
638
|
+
SkyDepositRequestChain,
|
|
639
|
+
SkyDepositRequestTypedDict,
|
|
640
|
+
)
|
|
761
641
|
from .skysellparams import (
|
|
762
642
|
SkySellParams,
|
|
763
643
|
SkySellParamsAmount,
|
|
@@ -765,7 +645,23 @@ if TYPE_CHECKING:
|
|
|
765
645
|
SkySellParamsTokenOut,
|
|
766
646
|
SkySellParamsTypedDict,
|
|
767
647
|
)
|
|
648
|
+
from .skysellrequest import (
|
|
649
|
+
SkySellRequest,
|
|
650
|
+
SkySellRequestAmount,
|
|
651
|
+
SkySellRequestAmountTypedDict,
|
|
652
|
+
SkySellRequestChain,
|
|
653
|
+
SkySellRequestTokenOut,
|
|
654
|
+
SkySellRequestTypedDict,
|
|
655
|
+
)
|
|
768
656
|
from .skywithdrawparams import SkyWithdrawParams, SkyWithdrawParamsTypedDict
|
|
657
|
+
from .skywithdrawrequest import (
|
|
658
|
+
SkyWithdrawRequest,
|
|
659
|
+
SkyWithdrawRequestChain,
|
|
660
|
+
SkyWithdrawRequestTypedDict,
|
|
661
|
+
)
|
|
662
|
+
from .supply import Supply, SupplyTypedDict
|
|
663
|
+
from .supportedchaininfo import SupportedChainInfo, SupportedChainInfoTypedDict
|
|
664
|
+
from .swapborrowrate import SwapBorrowRate, SwapBorrowRateTypedDict
|
|
769
665
|
from .syposition import SyPosition, SyPositionTypedDict
|
|
770
666
|
from .token_enum import TokenEnum
|
|
771
667
|
from .tokenaddressresponse import (
|
|
@@ -780,12 +676,6 @@ if TYPE_CHECKING:
|
|
|
780
676
|
)
|
|
781
677
|
from .tokeninfo import TokenInfo, TokenInfoTypedDict
|
|
782
678
|
from .tokenpriceresponse import TokenPriceResponse, TokenPriceResponseTypedDict
|
|
783
|
-
from .tokentransfererc20params import (
|
|
784
|
-
TokenTransferErc20Params,
|
|
785
|
-
TokenTransferErc20ParamsAmount,
|
|
786
|
-
TokenTransferErc20ParamsAmountTypedDict,
|
|
787
|
-
TokenTransferErc20ParamsTypedDict,
|
|
788
|
-
)
|
|
789
679
|
from .tokentransferparams import (
|
|
790
680
|
TokenTransferParams,
|
|
791
681
|
TokenTransferParamsAmount,
|
|
@@ -794,12 +684,22 @@ if TYPE_CHECKING:
|
|
|
794
684
|
TokenTransferParamsTokenTypedDict,
|
|
795
685
|
TokenTransferParamsTypedDict,
|
|
796
686
|
)
|
|
687
|
+
from .tokentransferrequest import (
|
|
688
|
+
TokenTransferRequest,
|
|
689
|
+
TokenTransferRequestAmount,
|
|
690
|
+
TokenTransferRequestAmountTypedDict,
|
|
691
|
+
TokenTransferRequestChain,
|
|
692
|
+
TokenTransferRequestToken,
|
|
693
|
+
TokenTransferRequestTokenTypedDict,
|
|
694
|
+
TokenTransferRequestTypedDict,
|
|
695
|
+
)
|
|
797
696
|
from .transactionresponse import (
|
|
798
697
|
TransactionResponse,
|
|
799
698
|
TransactionResponseTransaction,
|
|
800
699
|
TransactionResponseTransactionTypedDict,
|
|
801
700
|
TransactionResponseTypedDict,
|
|
802
701
|
)
|
|
702
|
+
from .underlyingtoken import UnderlyingToken, UnderlyingTokenTypedDict
|
|
803
703
|
from .uniswapbuyexactlyparams import (
|
|
804
704
|
UniswapBuyExactlyParams,
|
|
805
705
|
UniswapBuyExactlyParamsAmountOut,
|
|
@@ -810,6 +710,17 @@ if TYPE_CHECKING:
|
|
|
810
710
|
UniswapBuyExactlyParamsTokenOutTypedDict,
|
|
811
711
|
UniswapBuyExactlyParamsTypedDict,
|
|
812
712
|
)
|
|
713
|
+
from .uniswapbuyexactlyrequest import (
|
|
714
|
+
UniswapBuyExactlyRequest,
|
|
715
|
+
UniswapBuyExactlyRequestAmountOut,
|
|
716
|
+
UniswapBuyExactlyRequestAmountOutTypedDict,
|
|
717
|
+
UniswapBuyExactlyRequestChain,
|
|
718
|
+
UniswapBuyExactlyRequestTokenIn,
|
|
719
|
+
UniswapBuyExactlyRequestTokenInTypedDict,
|
|
720
|
+
UniswapBuyExactlyRequestTokenOut,
|
|
721
|
+
UniswapBuyExactlyRequestTokenOutTypedDict,
|
|
722
|
+
UniswapBuyExactlyRequestTypedDict,
|
|
723
|
+
)
|
|
813
724
|
from .uniswapbuyexactlytransactionresponse import (
|
|
814
725
|
UniswapBuyExactlyTransactionResponse,
|
|
815
726
|
UniswapBuyExactlyTransactionResponseTransaction,
|
|
@@ -836,6 +747,19 @@ if TYPE_CHECKING:
|
|
|
836
747
|
UniswapIncreaseLiquidityProvisionParamsAmount1MinTypedDict,
|
|
837
748
|
UniswapIncreaseLiquidityProvisionParamsTypedDict,
|
|
838
749
|
)
|
|
750
|
+
from .uniswapincreaseliquidityprovisionrequest import (
|
|
751
|
+
UniswapIncreaseLiquidityProvisionRequest,
|
|
752
|
+
UniswapIncreaseLiquidityProvisionRequestAmount0Desired,
|
|
753
|
+
UniswapIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
754
|
+
UniswapIncreaseLiquidityProvisionRequestAmount0Min,
|
|
755
|
+
UniswapIncreaseLiquidityProvisionRequestAmount0MinTypedDict,
|
|
756
|
+
UniswapIncreaseLiquidityProvisionRequestAmount1Desired,
|
|
757
|
+
UniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
758
|
+
UniswapIncreaseLiquidityProvisionRequestAmount1Min,
|
|
759
|
+
UniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict,
|
|
760
|
+
UniswapIncreaseLiquidityProvisionRequestChain,
|
|
761
|
+
UniswapIncreaseLiquidityProvisionRequestTypedDict,
|
|
762
|
+
)
|
|
839
763
|
from .uniswaplppositionsinforesponse import (
|
|
840
764
|
UniswapLPPositionsInfoResponse,
|
|
841
765
|
UniswapLPPositionsInfoResponseTypedDict,
|
|
@@ -852,6 +776,19 @@ if TYPE_CHECKING:
|
|
|
852
776
|
UniswapMintLiquidityProvisionParamsAmount1MinTypedDict,
|
|
853
777
|
UniswapMintLiquidityProvisionParamsTypedDict,
|
|
854
778
|
)
|
|
779
|
+
from .uniswapmintliquidityprovisionrequest import (
|
|
780
|
+
UniswapMintLiquidityProvisionRequest,
|
|
781
|
+
UniswapMintLiquidityProvisionRequestAmount0Desired,
|
|
782
|
+
UniswapMintLiquidityProvisionRequestAmount0DesiredTypedDict,
|
|
783
|
+
UniswapMintLiquidityProvisionRequestAmount0Min,
|
|
784
|
+
UniswapMintLiquidityProvisionRequestAmount0MinTypedDict,
|
|
785
|
+
UniswapMintLiquidityProvisionRequestAmount1Desired,
|
|
786
|
+
UniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict,
|
|
787
|
+
UniswapMintLiquidityProvisionRequestAmount1Min,
|
|
788
|
+
UniswapMintLiquidityProvisionRequestAmount1MinTypedDict,
|
|
789
|
+
UniswapMintLiquidityProvisionRequestChain,
|
|
790
|
+
UniswapMintLiquidityProvisionRequestTypedDict,
|
|
791
|
+
)
|
|
855
792
|
from .uniswappoolpriceresponse import (
|
|
856
793
|
UniswapPoolPriceResponse,
|
|
857
794
|
UniswapPoolPriceResponseTypedDict,
|
|
@@ -870,6 +807,17 @@ if TYPE_CHECKING:
|
|
|
870
807
|
UniswapSellExactlyParamsTokenOutTypedDict,
|
|
871
808
|
UniswapSellExactlyParamsTypedDict,
|
|
872
809
|
)
|
|
810
|
+
from .uniswapsellexactlyrequest import (
|
|
811
|
+
UniswapSellExactlyRequest,
|
|
812
|
+
UniswapSellExactlyRequestAmountIn,
|
|
813
|
+
UniswapSellExactlyRequestAmountInTypedDict,
|
|
814
|
+
UniswapSellExactlyRequestChain,
|
|
815
|
+
UniswapSellExactlyRequestTokenIn,
|
|
816
|
+
UniswapSellExactlyRequestTokenInTypedDict,
|
|
817
|
+
UniswapSellExactlyRequestTokenOut,
|
|
818
|
+
UniswapSellExactlyRequestTokenOutTypedDict,
|
|
819
|
+
UniswapSellExactlyRequestTypedDict,
|
|
820
|
+
)
|
|
873
821
|
from .uniswapsellexactlytransactionresponse import (
|
|
874
822
|
UniswapSellExactlyTransactionResponse,
|
|
875
823
|
UniswapSellExactlyTransactionResponseTransaction,
|
|
@@ -886,6 +834,13 @@ if TYPE_CHECKING:
|
|
|
886
834
|
UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict,
|
|
887
835
|
UniswapWithdrawLiquidityProvisionParamsTypedDict,
|
|
888
836
|
)
|
|
837
|
+
from .uniswapwithdrawliquidityprovisionrequest import (
|
|
838
|
+
UniswapWithdrawLiquidityProvisionRequest,
|
|
839
|
+
UniswapWithdrawLiquidityProvisionRequestChain,
|
|
840
|
+
UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal,
|
|
841
|
+
UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict,
|
|
842
|
+
UniswapWithdrawLiquidityProvisionRequestTypedDict,
|
|
843
|
+
)
|
|
889
844
|
from .unsignedmulticalltransaction import (
|
|
890
845
|
UnsignedMulticallTransaction,
|
|
891
846
|
UnsignedMulticallTransactionTypedDict,
|
|
@@ -897,6 +852,20 @@ if TYPE_CHECKING:
|
|
|
897
852
|
UnwrapWethParamsAmountTypedDict,
|
|
898
853
|
UnwrapWethParamsTypedDict,
|
|
899
854
|
)
|
|
855
|
+
from .unwrapwethrequest import (
|
|
856
|
+
UnwrapWethRequest,
|
|
857
|
+
UnwrapWethRequestAmount,
|
|
858
|
+
UnwrapWethRequestAmountTypedDict,
|
|
859
|
+
UnwrapWethRequestChain,
|
|
860
|
+
UnwrapWethRequestTypedDict,
|
|
861
|
+
)
|
|
862
|
+
from .usageascollateral import UsageAsCollateral, UsageAsCollateralTypedDict
|
|
863
|
+
from .useroperation import (
|
|
864
|
+
Body,
|
|
865
|
+
BodyTypedDict,
|
|
866
|
+
UserOperation,
|
|
867
|
+
UserOperationTypedDict,
|
|
868
|
+
)
|
|
900
869
|
from .useroperationresponse import (
|
|
901
870
|
UserOperationResponse,
|
|
902
871
|
UserOperationResponseTypedDict,
|
|
@@ -971,6 +940,11 @@ if TYPE_CHECKING:
|
|
|
971
940
|
V1AerodromeSlipstreamPoolPriceTokenInToken,
|
|
972
941
|
V1AerodromeSlipstreamPoolPriceTokenOutToken,
|
|
973
942
|
)
|
|
943
|
+
from .v1_ethena_vaultop import (
|
|
944
|
+
V1EthenaVaultChain,
|
|
945
|
+
V1EthenaVaultRequest,
|
|
946
|
+
V1EthenaVaultRequestTypedDict,
|
|
947
|
+
)
|
|
974
948
|
from .v1_generic_allowanceop import (
|
|
975
949
|
V1GenericAllowanceChain,
|
|
976
950
|
V1GenericAllowanceContractEnum,
|
|
@@ -1073,8 +1047,6 @@ if TYPE_CHECKING:
|
|
|
1073
1047
|
V1TokenPriceChain,
|
|
1074
1048
|
V1TokenPriceRequest,
|
|
1075
1049
|
V1TokenPriceRequestTypedDict,
|
|
1076
|
-
V1TokenPriceToken,
|
|
1077
|
-
V1TokenPriceTokenTypedDict,
|
|
1078
1050
|
)
|
|
1079
1051
|
from .v1_transaction_bundler_aave_loopop import (
|
|
1080
1052
|
ResponseV1TransactionBundlerAaveLoop,
|
|
@@ -1129,13 +1101,31 @@ if TYPE_CHECKING:
|
|
|
1129
1101
|
ValidationError,
|
|
1130
1102
|
ValidationErrorTypedDict,
|
|
1131
1103
|
)
|
|
1104
|
+
from .vault import Vault, VaultTypedDict
|
|
1132
1105
|
from .vaultdepositparams import (
|
|
1133
1106
|
VaultDepositParams,
|
|
1134
1107
|
VaultDepositParamsAmount,
|
|
1135
1108
|
VaultDepositParamsAmountTypedDict,
|
|
1136
1109
|
VaultDepositParamsTypedDict,
|
|
1137
1110
|
)
|
|
1111
|
+
from .vaultdepositrequest import (
|
|
1112
|
+
VaultDepositRequest,
|
|
1113
|
+
VaultDepositRequestAmount,
|
|
1114
|
+
VaultDepositRequestAmountTypedDict,
|
|
1115
|
+
VaultDepositRequestChain,
|
|
1116
|
+
VaultDepositRequestTypedDict,
|
|
1117
|
+
)
|
|
1118
|
+
from .vaultgetvaultresponse import (
|
|
1119
|
+
VaultGetVaultResponse,
|
|
1120
|
+
VaultGetVaultResponseTypedDict,
|
|
1121
|
+
)
|
|
1122
|
+
from .vaultposition import VaultPosition, VaultPositionTypedDict
|
|
1138
1123
|
from .vaultwithdrawparams import VaultWithdrawParams, VaultWithdrawParamsTypedDict
|
|
1124
|
+
from .vaultwithdrawrequest import (
|
|
1125
|
+
VaultWithdrawRequest,
|
|
1126
|
+
VaultWithdrawRequestChain,
|
|
1127
|
+
VaultWithdrawRequestTypedDict,
|
|
1128
|
+
)
|
|
1139
1129
|
from .weeklyapys import WeeklyApys, WeeklyApysTypedDict
|
|
1140
1130
|
from .wrapethparams import (
|
|
1141
1131
|
WrapEthParams,
|
|
@@ -1143,6 +1133,13 @@ if TYPE_CHECKING:
|
|
|
1143
1133
|
WrapEthParamsAmountTypedDict,
|
|
1144
1134
|
WrapEthParamsTypedDict,
|
|
1145
1135
|
)
|
|
1136
|
+
from .wrapethrequest import (
|
|
1137
|
+
WrapEthRequest,
|
|
1138
|
+
WrapEthRequestAmount,
|
|
1139
|
+
WrapEthRequestAmountTypedDict,
|
|
1140
|
+
WrapEthRequestChain,
|
|
1141
|
+
WrapEthRequestTypedDict,
|
|
1142
|
+
)
|
|
1146
1143
|
from .yieldrange import YieldRange, YieldRangeTypedDict
|
|
1147
1144
|
|
|
1148
1145
|
__all__ = [
|
|
@@ -1152,14 +1149,31 @@ __all__ = [
|
|
|
1152
1149
|
"AaveBorrowParamsAmount",
|
|
1153
1150
|
"AaveBorrowParamsAmountTypedDict",
|
|
1154
1151
|
"AaveBorrowParamsTypedDict",
|
|
1152
|
+
"AaveBorrowRequest",
|
|
1153
|
+
"AaveBorrowRequestAmount",
|
|
1154
|
+
"AaveBorrowRequestAmountTypedDict",
|
|
1155
|
+
"AaveBorrowRequestChain",
|
|
1156
|
+
"AaveBorrowRequestTypedDict",
|
|
1157
|
+
"AaveHistoricalTransactionsResponse",
|
|
1158
|
+
"AaveHistoricalTransactionsResponseTransaction",
|
|
1159
|
+
"AaveHistoricalTransactionsResponseTransactionTypedDict",
|
|
1160
|
+
"AaveHistoricalTransactionsResponseTypedDict",
|
|
1155
1161
|
"AaveLiquidityChangeResponse",
|
|
1156
1162
|
"AaveLiquidityChangeResponseTypedDict",
|
|
1163
|
+
"AaveLoopRequest",
|
|
1164
|
+
"AaveLoopRequestChain",
|
|
1165
|
+
"AaveLoopRequestTypedDict",
|
|
1157
1166
|
"AaveRateResponse",
|
|
1158
1167
|
"AaveRateResponseTypedDict",
|
|
1159
1168
|
"AaveRepayParams",
|
|
1160
1169
|
"AaveRepayParamsAmount",
|
|
1161
1170
|
"AaveRepayParamsAmountTypedDict",
|
|
1162
1171
|
"AaveRepayParamsTypedDict",
|
|
1172
|
+
"AaveRepayRequest",
|
|
1173
|
+
"AaveRepayRequestAmount",
|
|
1174
|
+
"AaveRepayRequestAmountTypedDict",
|
|
1175
|
+
"AaveRepayRequestChain",
|
|
1176
|
+
"AaveRepayRequestTypedDict",
|
|
1163
1177
|
"AaveReserveOverviewResponse",
|
|
1164
1178
|
"AaveReserveOverviewResponseTypedDict",
|
|
1165
1179
|
"AaveSTDRateResponse",
|
|
@@ -1168,6 +1182,11 @@ __all__ = [
|
|
|
1168
1182
|
"AaveSupplyParamsAmount",
|
|
1169
1183
|
"AaveSupplyParamsAmountTypedDict",
|
|
1170
1184
|
"AaveSupplyParamsTypedDict",
|
|
1185
|
+
"AaveSupplyRequest",
|
|
1186
|
+
"AaveSupplyRequestAmount",
|
|
1187
|
+
"AaveSupplyRequestAmountTypedDict",
|
|
1188
|
+
"AaveSupplyRequestChain",
|
|
1189
|
+
"AaveSupplyRequestTypedDict",
|
|
1171
1190
|
"AaveSupportedTokenMetadata",
|
|
1172
1191
|
"AaveSupportedTokenMetadataTypedDict",
|
|
1173
1192
|
"AaveSupportedTokensResponse",
|
|
@@ -1182,6 +1201,13 @@ __all__ = [
|
|
|
1182
1201
|
"AaveWithdrawParamsAmount",
|
|
1183
1202
|
"AaveWithdrawParamsAmountTypedDict",
|
|
1184
1203
|
"AaveWithdrawParamsTypedDict",
|
|
1204
|
+
"AaveWithdrawRequest",
|
|
1205
|
+
"AaveWithdrawRequestAmount",
|
|
1206
|
+
"AaveWithdrawRequestAmountTypedDict",
|
|
1207
|
+
"AaveWithdrawRequestChain",
|
|
1208
|
+
"AaveWithdrawRequestTypedDict",
|
|
1209
|
+
"AerodromeLPPositionsResponse",
|
|
1210
|
+
"AerodromeLPPositionsResponseTypedDict",
|
|
1185
1211
|
"AerodromePosition",
|
|
1186
1212
|
"AerodromePositionTypedDict",
|
|
1187
1213
|
"AerodromeSlipstreamBuyExactlyParams",
|
|
@@ -1190,6 +1216,13 @@ __all__ = [
|
|
|
1190
1216
|
"AerodromeSlipstreamBuyExactlyParamsAmountOut",
|
|
1191
1217
|
"AerodromeSlipstreamBuyExactlyParamsAmountOutTypedDict",
|
|
1192
1218
|
"AerodromeSlipstreamBuyExactlyParamsTypedDict",
|
|
1219
|
+
"AerodromeSlipstreamBuyExactlyRequest",
|
|
1220
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountInMaximum",
|
|
1221
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict",
|
|
1222
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountOut",
|
|
1223
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict",
|
|
1224
|
+
"AerodromeSlipstreamBuyExactlyRequestChain",
|
|
1225
|
+
"AerodromeSlipstreamBuyExactlyRequestTypedDict",
|
|
1193
1226
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParams",
|
|
1194
1227
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired",
|
|
1195
1228
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0DesiredTypedDict",
|
|
@@ -1200,6 +1233,17 @@ __all__ = [
|
|
|
1200
1233
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1Min",
|
|
1201
1234
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1MinTypedDict",
|
|
1202
1235
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsTypedDict",
|
|
1236
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequest",
|
|
1237
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired",
|
|
1238
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1239
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Min",
|
|
1240
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1241
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Desired",
|
|
1242
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1243
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min",
|
|
1244
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1245
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestChain",
|
|
1246
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict",
|
|
1203
1247
|
"AerodromeSlipstreamMintLiquidityProvisionParams",
|
|
1204
1248
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired",
|
|
1205
1249
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount0DesiredTypedDict",
|
|
@@ -1210,6 +1254,17 @@ __all__ = [
|
|
|
1210
1254
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount1Min",
|
|
1211
1255
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount1MinTypedDict",
|
|
1212
1256
|
"AerodromeSlipstreamMintLiquidityProvisionParamsTypedDict",
|
|
1257
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequest",
|
|
1258
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired",
|
|
1259
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1260
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Min",
|
|
1261
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1262
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Desired",
|
|
1263
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1264
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min",
|
|
1265
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1266
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestChain",
|
|
1267
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestTypedDict",
|
|
1213
1268
|
"AerodromeSlipstreamPoolPriceResponse",
|
|
1214
1269
|
"AerodromeSlipstreamPoolPriceResponseTypedDict",
|
|
1215
1270
|
"AerodromeSlipstreamSellExactlyParams",
|
|
@@ -1218,325 +1273,77 @@ __all__ = [
|
|
|
1218
1273
|
"AerodromeSlipstreamSellExactlyParamsAmountOutMinimum",
|
|
1219
1274
|
"AerodromeSlipstreamSellExactlyParamsAmountOutMinimumTypedDict",
|
|
1220
1275
|
"AerodromeSlipstreamSellExactlyParamsTypedDict",
|
|
1276
|
+
"AerodromeSlipstreamSellExactlyRequest",
|
|
1277
|
+
"AerodromeSlipstreamSellExactlyRequestAmountIn",
|
|
1278
|
+
"AerodromeSlipstreamSellExactlyRequestAmountInTypedDict",
|
|
1279
|
+
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimum",
|
|
1280
|
+
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict",
|
|
1281
|
+
"AerodromeSlipstreamSellExactlyRequestChain",
|
|
1282
|
+
"AerodromeSlipstreamSellExactlyRequestTypedDict",
|
|
1221
1283
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParams",
|
|
1222
1284
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal",
|
|
1223
1285
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict",
|
|
1224
1286
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsTypedDict",
|
|
1287
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequest",
|
|
1288
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestChain",
|
|
1289
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal",
|
|
1290
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict",
|
|
1291
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict",
|
|
1225
1292
|
"AllowanceInfoResponse",
|
|
1226
1293
|
"AllowanceInfoResponseTypedDict",
|
|
1227
1294
|
"Apy",
|
|
1228
1295
|
"ApyTypedDict",
|
|
1296
|
+
"BatchedUserOperationsRequest",
|
|
1297
|
+
"BatchedUserOperationsRequestChain",
|
|
1298
|
+
"BatchedUserOperationsRequestTypedDict",
|
|
1229
1299
|
"BatchedUserOperationsResponse",
|
|
1230
1300
|
"BatchedUserOperationsResponseTypedDict",
|
|
1231
1301
|
"Body",
|
|
1232
1302
|
"BodyTypedDict",
|
|
1303
|
+
"Borrow",
|
|
1304
|
+
"BorrowTypedDict",
|
|
1233
1305
|
"Borrowratemode",
|
|
1306
|
+
"BundlerTransactionResponse",
|
|
1307
|
+
"BundlerTransactionResponseTypedDict",
|
|
1308
|
+
"Chain",
|
|
1234
1309
|
"ChainInfo",
|
|
1235
1310
|
"ChainInfoTypedDict",
|
|
1236
1311
|
"CollateralToken",
|
|
1237
1312
|
"CollateralTokenTypedDict",
|
|
1238
|
-
"CompassAPIBackendConfigChainChain",
|
|
1239
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponse",
|
|
1240
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTransaction",
|
|
1241
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTransactionTypedDict",
|
|
1242
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTypedDict",
|
|
1243
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsBorrow",
|
|
1244
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsBorrowTypedDict",
|
|
1245
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsLiquidationCall",
|
|
1246
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsLiquidationCallTypedDict",
|
|
1247
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRedeemUnderlying",
|
|
1248
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRedeemUnderlyingTypedDict",
|
|
1249
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRepay",
|
|
1250
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRepayTypedDict",
|
|
1251
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSupply",
|
|
1252
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSupplyTypedDict",
|
|
1253
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSwapBorrowRate",
|
|
1254
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSwapBorrowRateTypedDict",
|
|
1255
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsUsageAsCollateral",
|
|
1256
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsUsageAsCollateralTypedDict",
|
|
1257
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequest",
|
|
1258
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestAmount",
|
|
1259
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestAmountTypedDict",
|
|
1260
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestChain",
|
|
1261
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestTypedDict",
|
|
1262
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequest",
|
|
1263
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestAmount",
|
|
1264
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestAmountTypedDict",
|
|
1265
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestChain",
|
|
1266
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestTypedDict",
|
|
1267
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequest",
|
|
1268
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestAmount",
|
|
1269
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestAmountTypedDict",
|
|
1270
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestChain",
|
|
1271
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestTypedDict",
|
|
1272
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequest",
|
|
1273
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestAmount",
|
|
1274
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestAmountTypedDict",
|
|
1275
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestChain",
|
|
1276
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestTypedDict",
|
|
1277
|
-
"CompassAPIBackendModelsAerodromeSlipstreamReadResponsePositionsAerodromeLPPositionsResponse",
|
|
1278
|
-
"CompassAPIBackendModelsAerodromeSlipstreamReadResponsePositionsAerodromeLPPositionsResponseTypedDict",
|
|
1279
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequest",
|
|
1280
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired",
|
|
1281
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1282
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Min",
|
|
1283
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1284
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Desired",
|
|
1285
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1286
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min",
|
|
1287
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1288
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestChain",
|
|
1289
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict",
|
|
1290
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequest",
|
|
1291
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired",
|
|
1292
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1293
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0Min",
|
|
1294
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1295
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1Desired",
|
|
1296
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1297
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min",
|
|
1298
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1299
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestChain",
|
|
1300
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestTypedDict",
|
|
1301
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequest",
|
|
1302
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestChain",
|
|
1303
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal",
|
|
1304
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict",
|
|
1305
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict",
|
|
1306
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequest",
|
|
1307
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountInMaximum",
|
|
1308
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict",
|
|
1309
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountOut",
|
|
1310
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict",
|
|
1311
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestChain",
|
|
1312
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestTypedDict",
|
|
1313
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequest",
|
|
1314
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountIn",
|
|
1315
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountInTypedDict",
|
|
1316
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountOutMinimum",
|
|
1317
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict",
|
|
1318
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestChain",
|
|
1319
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestTypedDict",
|
|
1320
|
-
"CompassAPIBackendModelsGenericReadResponseChainsSupportedChainInfo",
|
|
1321
|
-
"CompassAPIBackendModelsGenericReadResponseChainsSupportedChainInfoTypedDict",
|
|
1322
|
-
"CompassAPIBackendModelsGenericReadResponsePortfolioPortfolio",
|
|
1323
|
-
"CompassAPIBackendModelsGenericReadResponsePortfolioPortfolioTypedDict",
|
|
1324
1313
|
"CompassAPIBackendModelsGenericReadResponsePortfolioTokenBalance",
|
|
1325
1314
|
"CompassAPIBackendModelsGenericReadResponsePortfolioTokenBalanceTypedDict",
|
|
1326
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequest",
|
|
1327
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestAmount",
|
|
1328
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestAmountTypedDict",
|
|
1329
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestChain",
|
|
1330
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractEnum",
|
|
1331
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractUnion",
|
|
1332
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractUnionTypedDict",
|
|
1333
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestToken",
|
|
1334
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestTokenTypedDict",
|
|
1335
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestTypedDict",
|
|
1336
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequest",
|
|
1337
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestAmount",
|
|
1338
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestAmountTypedDict",
|
|
1339
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestChain",
|
|
1340
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestTypedDict",
|
|
1341
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequest",
|
|
1342
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestAmount",
|
|
1343
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestAmountTypedDict",
|
|
1344
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestChain",
|
|
1345
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestTypedDict",
|
|
1346
1315
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionApyData",
|
|
1347
1316
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionApyDataTypedDict",
|
|
1348
1317
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionAsset",
|
|
1349
1318
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionAssetTypedDict",
|
|
1350
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketPosition",
|
|
1351
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketPositionTypedDict",
|
|
1352
1319
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketState",
|
|
1353
1320
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketStateTypedDict",
|
|
1354
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMorphoCheckUserPositionResponse",
|
|
1355
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMorphoCheckUserPositionResponseTypedDict",
|
|
1356
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVault",
|
|
1357
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultPosition",
|
|
1358
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultPositionTypedDict",
|
|
1359
1321
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultState",
|
|
1360
1322
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultStateTypedDict",
|
|
1361
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultTypedDict",
|
|
1362
1323
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketApyData",
|
|
1363
1324
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketApyDataTypedDict",
|
|
1364
1325
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketAsset",
|
|
1365
1326
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketAssetTypedDict",
|
|
1366
1327
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketMarketState",
|
|
1367
1328
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketMarketStateTypedDict",
|
|
1368
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketMorphoGetMarketResponse",
|
|
1369
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketMorphoGetMarketResponseTypedDict",
|
|
1370
1329
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsAsset",
|
|
1371
1330
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsAssetTypedDict",
|
|
1372
1331
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMarketState",
|
|
1373
1332
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMarketStateTypedDict",
|
|
1374
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoGetMarketsResponse",
|
|
1375
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoGetMarketsResponseTypedDict",
|
|
1376
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoMarket",
|
|
1377
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoMarketTypedDict",
|
|
1378
1333
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsAsset",
|
|
1379
1334
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsAssetTypedDict",
|
|
1380
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoGetVaultsResponse",
|
|
1381
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoGetVaultsResponseTypedDict",
|
|
1382
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoVault",
|
|
1383
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoVaultTypedDict",
|
|
1384
1335
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultState",
|
|
1385
1336
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultStateTypedDict",
|
|
1386
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequest",
|
|
1387
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestAmount",
|
|
1388
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestAmountTypedDict",
|
|
1389
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestChain",
|
|
1390
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestTypedDict",
|
|
1391
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequest",
|
|
1392
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestAmount",
|
|
1393
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestAmountTypedDict",
|
|
1394
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestChain",
|
|
1395
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestTypedDict",
|
|
1396
|
-
"CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequest",
|
|
1397
|
-
"CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequestChain",
|
|
1398
|
-
"CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequestTypedDict",
|
|
1399
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequest",
|
|
1400
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestAmount",
|
|
1401
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestAmountTypedDict",
|
|
1402
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestChain",
|
|
1403
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestTypedDict",
|
|
1404
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequest",
|
|
1405
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestAmount",
|
|
1406
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestAmountTypedDict",
|
|
1407
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestChain",
|
|
1408
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestTypedDict",
|
|
1409
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequest",
|
|
1410
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequestChain",
|
|
1411
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequestTypedDict",
|
|
1412
|
-
"CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequest",
|
|
1413
|
-
"CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequestChain",
|
|
1414
|
-
"CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequestTypedDict",
|
|
1415
|
-
"CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequest",
|
|
1416
|
-
"CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequestChain",
|
|
1417
|
-
"CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequestTypedDict",
|
|
1418
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequest",
|
|
1419
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequestChain",
|
|
1420
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequestTypedDict",
|
|
1421
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestUserOperation",
|
|
1422
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestUserOperationTypedDict",
|
|
1423
|
-
"CompassAPIBackendModelsPendleReadResponseMarketPendleGetMarketResponse",
|
|
1424
|
-
"CompassAPIBackendModelsPendleReadResponseMarketPendleGetMarketResponseTypedDict",
|
|
1425
1337
|
"CompassAPIBackendModelsPendleReadResponseMarketUserPosition",
|
|
1426
1338
|
"CompassAPIBackendModelsPendleReadResponseMarketUserPositionTypedDict",
|
|
1427
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleListMarketsResponse",
|
|
1428
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleListMarketsResponseTypedDict",
|
|
1429
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleMarket",
|
|
1430
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleMarketTypedDict",
|
|
1431
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsOpenPosition",
|
|
1432
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsOpenPositionTypedDict",
|
|
1433
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPendleListUserPositionsResponse",
|
|
1434
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPendleListUserPositionsResponseTypedDict",
|
|
1435
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPosition",
|
|
1436
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPositionTypedDict",
|
|
1437
1339
|
"CompassAPIBackendModelsPendleReadResponsePositionsTokenBalance",
|
|
1438
1340
|
"CompassAPIBackendModelsPendleReadResponsePositionsTokenBalanceTypedDict",
|
|
1439
|
-
"CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequest",
|
|
1440
|
-
"CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequestChain",
|
|
1441
|
-
"CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequestTypedDict",
|
|
1442
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequest",
|
|
1443
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestAmount",
|
|
1444
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestAmountTypedDict",
|
|
1445
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestChain",
|
|
1446
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestTokenIn",
|
|
1447
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestTypedDict",
|
|
1448
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequest",
|
|
1449
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestAmount",
|
|
1450
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestAmountTypedDict",
|
|
1451
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestChain",
|
|
1452
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestTypedDict",
|
|
1453
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequest",
|
|
1454
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestAmount",
|
|
1455
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestAmountTypedDict",
|
|
1456
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestChain",
|
|
1457
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestTokenOut",
|
|
1458
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestTypedDict",
|
|
1459
|
-
"CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequest",
|
|
1460
|
-
"CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequestChain",
|
|
1461
|
-
"CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequestTypedDict",
|
|
1462
|
-
"CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequest",
|
|
1463
|
-
"CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequestChain",
|
|
1464
|
-
"CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequestTypedDict",
|
|
1465
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequest",
|
|
1466
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestAmount",
|
|
1467
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestAmountTypedDict",
|
|
1468
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestChain",
|
|
1469
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenIn",
|
|
1470
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenInTypedDict",
|
|
1471
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenOut",
|
|
1472
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenOutTypedDict",
|
|
1473
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTypedDict",
|
|
1474
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequest",
|
|
1475
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestAmount",
|
|
1476
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestAmountTypedDict",
|
|
1477
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestChain",
|
|
1478
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestToken",
|
|
1479
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestTokenTypedDict",
|
|
1480
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestTypedDict",
|
|
1481
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequest",
|
|
1482
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0Desired",
|
|
1483
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1484
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0Min",
|
|
1485
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1486
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1Desired",
|
|
1487
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1488
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1Min",
|
|
1489
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1490
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestChain",
|
|
1491
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestTypedDict",
|
|
1492
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequest",
|
|
1493
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0Desired",
|
|
1494
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1495
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0Min",
|
|
1496
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1497
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1Desired",
|
|
1498
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1499
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1Min",
|
|
1500
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1501
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestChain",
|
|
1502
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestTypedDict",
|
|
1503
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequest",
|
|
1504
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestChain",
|
|
1505
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal",
|
|
1506
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict",
|
|
1507
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestTypedDict",
|
|
1508
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequest",
|
|
1509
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestAmountOut",
|
|
1510
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestAmountOutTypedDict",
|
|
1511
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestChain",
|
|
1512
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenIn",
|
|
1513
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenInTypedDict",
|
|
1514
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenOut",
|
|
1515
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenOutTypedDict",
|
|
1516
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTypedDict",
|
|
1517
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequest",
|
|
1518
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestAmountIn",
|
|
1519
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestAmountInTypedDict",
|
|
1520
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestChain",
|
|
1521
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenIn",
|
|
1522
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenInTypedDict",
|
|
1523
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenOut",
|
|
1524
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenOutTypedDict",
|
|
1525
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTypedDict",
|
|
1526
|
-
"CompassAPIBackendModelsVaultsReadResponseVaultAsset",
|
|
1527
|
-
"CompassAPIBackendModelsVaultsReadResponseVaultAssetTypedDict",
|
|
1528
1341
|
"CompassAPIBackendModelsVaultsReadResponseVaultUserPosition",
|
|
1529
1342
|
"CompassAPIBackendModelsVaultsReadResponseVaultUserPositionTypedDict",
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1534
|
-
"CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestAmountTypedDict",
|
|
1535
|
-
"CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestChain",
|
|
1536
|
-
"CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestTypedDict",
|
|
1537
|
-
"CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequest",
|
|
1538
|
-
"CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequestChain",
|
|
1539
|
-
"CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequestTypedDict",
|
|
1343
|
+
"CooldownEnd",
|
|
1344
|
+
"CooldownEndTypedDict",
|
|
1345
|
+
"CooldownPosition",
|
|
1346
|
+
"CooldownPositionTypedDict",
|
|
1540
1347
|
"DepositToken",
|
|
1541
1348
|
"DepositTokenTypedDict",
|
|
1542
1349
|
"Details",
|
|
@@ -1545,10 +1352,37 @@ __all__ = [
|
|
|
1545
1352
|
"EnsNameInfoResponseTypedDict",
|
|
1546
1353
|
"Erc20Data",
|
|
1547
1354
|
"Erc20DataTypedDict",
|
|
1355
|
+
"EthenaDepositParams",
|
|
1356
|
+
"EthenaDepositParamsAmount",
|
|
1357
|
+
"EthenaDepositParamsAmountTypedDict",
|
|
1358
|
+
"EthenaDepositParamsTypedDict",
|
|
1359
|
+
"EthenaDepositRequest",
|
|
1360
|
+
"EthenaDepositRequestAmount",
|
|
1361
|
+
"EthenaDepositRequestAmountTypedDict",
|
|
1362
|
+
"EthenaDepositRequestChain",
|
|
1363
|
+
"EthenaDepositRequestTypedDict",
|
|
1364
|
+
"EthenaGetVaultResponse",
|
|
1365
|
+
"EthenaGetVaultResponseTypedDict",
|
|
1366
|
+
"EthenaRequestToWithdrawParams",
|
|
1367
|
+
"EthenaRequestToWithdrawParamsTypedDict",
|
|
1368
|
+
"EthenaRequestToWithdrawRequest",
|
|
1369
|
+
"EthenaRequestToWithdrawRequestChain",
|
|
1370
|
+
"EthenaRequestToWithdrawRequestTypedDict",
|
|
1371
|
+
"EthenaRequestToWithdrawTransactionResponse",
|
|
1372
|
+
"EthenaRequestToWithdrawTransactionResponseTransaction",
|
|
1373
|
+
"EthenaRequestToWithdrawTransactionResponseTransactionTypedDict",
|
|
1374
|
+
"EthenaRequestToWithdrawTransactionResponseTypedDict",
|
|
1375
|
+
"EthenaWithdrawParams",
|
|
1376
|
+
"EthenaWithdrawParamsTypedDict",
|
|
1377
|
+
"EthenaWithdrawRequest",
|
|
1378
|
+
"EthenaWithdrawRequestChain",
|
|
1379
|
+
"EthenaWithdrawRequestTypedDict",
|
|
1548
1380
|
"FeeEnum",
|
|
1549
1381
|
"InitialCollateralAmount",
|
|
1550
1382
|
"InitialCollateralAmountTypedDict",
|
|
1551
1383
|
"InterestRateMode",
|
|
1384
|
+
"LiquidationCall",
|
|
1385
|
+
"LiquidationCallTypedDict",
|
|
1552
1386
|
"LoanToValue",
|
|
1553
1387
|
"LoanToValueTypedDict",
|
|
1554
1388
|
"LoanToken",
|
|
@@ -1558,6 +1392,8 @@ __all__ = [
|
|
|
1558
1392
|
"LpBalance",
|
|
1559
1393
|
"LpBalanceTypedDict",
|
|
1560
1394
|
"Market",
|
|
1395
|
+
"MarketPosition",
|
|
1396
|
+
"MarketPositionTypedDict",
|
|
1561
1397
|
"MarketTokens",
|
|
1562
1398
|
"MarketTokensTypedDict",
|
|
1563
1399
|
"MarketTypedDict",
|
|
@@ -1567,28 +1403,72 @@ __all__ = [
|
|
|
1567
1403
|
"MorphoBorrowParamsAmount",
|
|
1568
1404
|
"MorphoBorrowParamsAmountTypedDict",
|
|
1569
1405
|
"MorphoBorrowParamsTypedDict",
|
|
1406
|
+
"MorphoBorrowRequest",
|
|
1407
|
+
"MorphoBorrowRequestAmount",
|
|
1408
|
+
"MorphoBorrowRequestAmountTypedDict",
|
|
1409
|
+
"MorphoBorrowRequestChain",
|
|
1410
|
+
"MorphoBorrowRequestTypedDict",
|
|
1570
1411
|
"MorphoCheckMarketPositionResponse",
|
|
1571
1412
|
"MorphoCheckMarketPositionResponseTypedDict",
|
|
1413
|
+
"MorphoCheckUserPositionResponse",
|
|
1414
|
+
"MorphoCheckUserPositionResponseTypedDict",
|
|
1572
1415
|
"MorphoDepositParams",
|
|
1573
1416
|
"MorphoDepositParamsAmount",
|
|
1574
1417
|
"MorphoDepositParamsAmountTypedDict",
|
|
1575
1418
|
"MorphoDepositParamsTypedDict",
|
|
1419
|
+
"MorphoDepositRequest",
|
|
1420
|
+
"MorphoDepositRequestAmount",
|
|
1421
|
+
"MorphoDepositRequestAmountTypedDict",
|
|
1422
|
+
"MorphoDepositRequestChain",
|
|
1423
|
+
"MorphoDepositRequestTypedDict",
|
|
1424
|
+
"MorphoGetMarketResponse",
|
|
1425
|
+
"MorphoGetMarketResponseTypedDict",
|
|
1426
|
+
"MorphoGetMarketsResponse",
|
|
1427
|
+
"MorphoGetMarketsResponseTypedDict",
|
|
1428
|
+
"MorphoGetVaultsResponse",
|
|
1429
|
+
"MorphoGetVaultsResponseTypedDict",
|
|
1430
|
+
"MorphoMarket",
|
|
1431
|
+
"MorphoMarketTypedDict",
|
|
1576
1432
|
"MorphoRepayParams",
|
|
1577
1433
|
"MorphoRepayParamsTypedDict",
|
|
1434
|
+
"MorphoRepayRequest",
|
|
1435
|
+
"MorphoRepayRequestChain",
|
|
1436
|
+
"MorphoRepayRequestTypedDict",
|
|
1578
1437
|
"MorphoSupplyCollateralParams",
|
|
1579
1438
|
"MorphoSupplyCollateralParamsAmount",
|
|
1580
1439
|
"MorphoSupplyCollateralParamsAmountTypedDict",
|
|
1581
1440
|
"MorphoSupplyCollateralParamsTypedDict",
|
|
1441
|
+
"MorphoSupplyCollateralRequest",
|
|
1442
|
+
"MorphoSupplyCollateralRequestAmount",
|
|
1443
|
+
"MorphoSupplyCollateralRequestAmountTypedDict",
|
|
1444
|
+
"MorphoSupplyCollateralRequestChain",
|
|
1445
|
+
"MorphoSupplyCollateralRequestTypedDict",
|
|
1446
|
+
"MorphoVault",
|
|
1447
|
+
"MorphoVaultTypedDict",
|
|
1582
1448
|
"MorphoWithdrawCollateralParams",
|
|
1583
1449
|
"MorphoWithdrawCollateralParamsAmount",
|
|
1584
1450
|
"MorphoWithdrawCollateralParamsAmountTypedDict",
|
|
1585
1451
|
"MorphoWithdrawCollateralParamsTypedDict",
|
|
1452
|
+
"MorphoWithdrawCollateralRequest",
|
|
1453
|
+
"MorphoWithdrawCollateralRequestAmount",
|
|
1454
|
+
"MorphoWithdrawCollateralRequestAmountTypedDict",
|
|
1455
|
+
"MorphoWithdrawCollateralRequestChain",
|
|
1456
|
+
"MorphoWithdrawCollateralRequestTypedDict",
|
|
1586
1457
|
"MorphoWithdrawParams",
|
|
1587
1458
|
"MorphoWithdrawParamsTypedDict",
|
|
1459
|
+
"MorphoWithdrawRequest",
|
|
1460
|
+
"MorphoWithdrawRequestChain",
|
|
1461
|
+
"MorphoWithdrawRequestTypedDict",
|
|
1588
1462
|
"Movement10Percent",
|
|
1589
1463
|
"Movement10PercentTypedDict",
|
|
1464
|
+
"MulticallAuthorizationRequest",
|
|
1465
|
+
"MulticallAuthorizationRequestChain",
|
|
1466
|
+
"MulticallAuthorizationRequestTypedDict",
|
|
1590
1467
|
"MulticallAuthorizationResponse",
|
|
1591
1468
|
"MulticallAuthorizationResponseTypedDict",
|
|
1469
|
+
"MulticallExecuteRequest",
|
|
1470
|
+
"MulticallExecuteRequestChain",
|
|
1471
|
+
"MulticallExecuteRequestTypedDict",
|
|
1592
1472
|
"Multiplier",
|
|
1593
1473
|
"MultiplierTypedDict",
|
|
1594
1474
|
"OdosSwapParams",
|
|
@@ -1599,6 +1479,27 @@ __all__ = [
|
|
|
1599
1479
|
"OdosSwapParamsTokenOut",
|
|
1600
1480
|
"OdosSwapParamsTokenOutTypedDict",
|
|
1601
1481
|
"OdosSwapParamsTypedDict",
|
|
1482
|
+
"OdosSwapRequest",
|
|
1483
|
+
"OdosSwapRequestAmount",
|
|
1484
|
+
"OdosSwapRequestAmountTypedDict",
|
|
1485
|
+
"OdosSwapRequestChain",
|
|
1486
|
+
"OdosSwapRequestTokenIn",
|
|
1487
|
+
"OdosSwapRequestTokenInTypedDict",
|
|
1488
|
+
"OdosSwapRequestTokenOut",
|
|
1489
|
+
"OdosSwapRequestTokenOutTypedDict",
|
|
1490
|
+
"OdosSwapRequestTypedDict",
|
|
1491
|
+
"OdosTransactionResponse",
|
|
1492
|
+
"OdosTransactionResponseTransaction",
|
|
1493
|
+
"OdosTransactionResponseTransactionTypedDict",
|
|
1494
|
+
"OdosTransactionResponseTypedDict",
|
|
1495
|
+
"OpenPosition",
|
|
1496
|
+
"OpenPositionTypedDict",
|
|
1497
|
+
"PendleGetMarketResponse",
|
|
1498
|
+
"PendleGetMarketResponseTypedDict",
|
|
1499
|
+
"PendleListMarketsResponse",
|
|
1500
|
+
"PendleListMarketsResponseTypedDict",
|
|
1501
|
+
"PendleListUserPositionsResponse",
|
|
1502
|
+
"PendleListUserPositionsResponseTypedDict",
|
|
1602
1503
|
"PendleManageLiquidityParams",
|
|
1603
1504
|
"PendleManageLiquidityParamsAction",
|
|
1604
1505
|
"PendleManageLiquidityParamsAmountIn",
|
|
@@ -1614,8 +1515,13 @@ __all__ = [
|
|
|
1614
1515
|
"PendleManageLiquidityRequestToken",
|
|
1615
1516
|
"PendleManageLiquidityRequestTokenTypedDict",
|
|
1616
1517
|
"PendleManageLiquidityRequestTypedDict",
|
|
1518
|
+
"PendleMarket",
|
|
1519
|
+
"PendleMarketTypedDict",
|
|
1617
1520
|
"PendleRedeemYieldParams",
|
|
1618
1521
|
"PendleRedeemYieldParamsTypedDict",
|
|
1522
|
+
"PendleRedeemYieldRequest",
|
|
1523
|
+
"PendleRedeemYieldRequestChain",
|
|
1524
|
+
"PendleRedeemYieldRequestTypedDict",
|
|
1619
1525
|
"PendleTradePtParams",
|
|
1620
1526
|
"PendleTradePtParamsAction",
|
|
1621
1527
|
"PendleTradePtParamsAmountIn",
|
|
@@ -1650,9 +1556,17 @@ __all__ = [
|
|
|
1650
1556
|
"PendleTxResponseTransaction",
|
|
1651
1557
|
"PendleTxResponseTransactionTypedDict",
|
|
1652
1558
|
"PendleTxResponseTypedDict",
|
|
1559
|
+
"Portfolio",
|
|
1560
|
+
"PortfolioTypedDict",
|
|
1561
|
+
"Position",
|
|
1562
|
+
"PositionTypedDict",
|
|
1653
1563
|
"Protocol",
|
|
1654
1564
|
"R",
|
|
1655
1565
|
"RTypedDict",
|
|
1566
|
+
"RedeemUnderlying",
|
|
1567
|
+
"RedeemUnderlyingTypedDict",
|
|
1568
|
+
"Repay",
|
|
1569
|
+
"RepayTypedDict",
|
|
1656
1570
|
"Reserve",
|
|
1657
1571
|
"ReserveTypedDict",
|
|
1658
1572
|
"ResponseV1TransactionBundlerAaveLoop",
|
|
@@ -1670,6 +1584,16 @@ __all__ = [
|
|
|
1670
1584
|
"SetAllowanceParamsToken",
|
|
1671
1585
|
"SetAllowanceParamsTokenTypedDict",
|
|
1672
1586
|
"SetAllowanceParamsTypedDict",
|
|
1587
|
+
"SetAllowanceRequest",
|
|
1588
|
+
"SetAllowanceRequestAmount",
|
|
1589
|
+
"SetAllowanceRequestAmountTypedDict",
|
|
1590
|
+
"SetAllowanceRequestChain",
|
|
1591
|
+
"SetAllowanceRequestContractEnum",
|
|
1592
|
+
"SetAllowanceRequestContractUnion",
|
|
1593
|
+
"SetAllowanceRequestContractUnionTypedDict",
|
|
1594
|
+
"SetAllowanceRequestToken",
|
|
1595
|
+
"SetAllowanceRequestTokenTypedDict",
|
|
1596
|
+
"SetAllowanceRequestTypedDict",
|
|
1673
1597
|
"SignedAuthorization",
|
|
1674
1598
|
"SignedAuthorizationTypedDict",
|
|
1675
1599
|
"SkyBuyParams",
|
|
@@ -1677,19 +1601,45 @@ __all__ = [
|
|
|
1677
1601
|
"SkyBuyParamsAmountTypedDict",
|
|
1678
1602
|
"SkyBuyParamsTokenIn",
|
|
1679
1603
|
"SkyBuyParamsTypedDict",
|
|
1604
|
+
"SkyBuyRequest",
|
|
1605
|
+
"SkyBuyRequestAmount",
|
|
1606
|
+
"SkyBuyRequestAmountTypedDict",
|
|
1607
|
+
"SkyBuyRequestChain",
|
|
1608
|
+
"SkyBuyRequestTokenIn",
|
|
1609
|
+
"SkyBuyRequestTypedDict",
|
|
1680
1610
|
"SkyCheckPositionResponse",
|
|
1681
1611
|
"SkyCheckPositionResponseTypedDict",
|
|
1682
1612
|
"SkyDepositParams",
|
|
1683
1613
|
"SkyDepositParamsAmount",
|
|
1684
1614
|
"SkyDepositParamsAmountTypedDict",
|
|
1685
1615
|
"SkyDepositParamsTypedDict",
|
|
1616
|
+
"SkyDepositRequest",
|
|
1617
|
+
"SkyDepositRequestAmount",
|
|
1618
|
+
"SkyDepositRequestAmountTypedDict",
|
|
1619
|
+
"SkyDepositRequestChain",
|
|
1620
|
+
"SkyDepositRequestTypedDict",
|
|
1686
1621
|
"SkySellParams",
|
|
1687
1622
|
"SkySellParamsAmount",
|
|
1688
1623
|
"SkySellParamsAmountTypedDict",
|
|
1689
1624
|
"SkySellParamsTokenOut",
|
|
1690
1625
|
"SkySellParamsTypedDict",
|
|
1626
|
+
"SkySellRequest",
|
|
1627
|
+
"SkySellRequestAmount",
|
|
1628
|
+
"SkySellRequestAmountTypedDict",
|
|
1629
|
+
"SkySellRequestChain",
|
|
1630
|
+
"SkySellRequestTokenOut",
|
|
1631
|
+
"SkySellRequestTypedDict",
|
|
1691
1632
|
"SkyWithdrawParams",
|
|
1692
1633
|
"SkyWithdrawParamsTypedDict",
|
|
1634
|
+
"SkyWithdrawRequest",
|
|
1635
|
+
"SkyWithdrawRequestChain",
|
|
1636
|
+
"SkyWithdrawRequestTypedDict",
|
|
1637
|
+
"Supply",
|
|
1638
|
+
"SupplyTypedDict",
|
|
1639
|
+
"SupportedChainInfo",
|
|
1640
|
+
"SupportedChainInfoTypedDict",
|
|
1641
|
+
"SwapBorrowRate",
|
|
1642
|
+
"SwapBorrowRateTypedDict",
|
|
1693
1643
|
"SyPosition",
|
|
1694
1644
|
"SyPositionTypedDict",
|
|
1695
1645
|
"TokenAddressResponse",
|
|
@@ -1703,20 +1653,25 @@ __all__ = [
|
|
|
1703
1653
|
"TokenPriceResponseTypedDict",
|
|
1704
1654
|
"TokenSymbol",
|
|
1705
1655
|
"TokenSymbolTypedDict",
|
|
1706
|
-
"TokenTransferErc20Params",
|
|
1707
|
-
"TokenTransferErc20ParamsAmount",
|
|
1708
|
-
"TokenTransferErc20ParamsAmountTypedDict",
|
|
1709
|
-
"TokenTransferErc20ParamsTypedDict",
|
|
1710
1656
|
"TokenTransferParams",
|
|
1711
1657
|
"TokenTransferParamsAmount",
|
|
1712
1658
|
"TokenTransferParamsAmountTypedDict",
|
|
1713
1659
|
"TokenTransferParamsToken",
|
|
1714
1660
|
"TokenTransferParamsTokenTypedDict",
|
|
1715
1661
|
"TokenTransferParamsTypedDict",
|
|
1662
|
+
"TokenTransferRequest",
|
|
1663
|
+
"TokenTransferRequestAmount",
|
|
1664
|
+
"TokenTransferRequestAmountTypedDict",
|
|
1665
|
+
"TokenTransferRequestChain",
|
|
1666
|
+
"TokenTransferRequestToken",
|
|
1667
|
+
"TokenTransferRequestTokenTypedDict",
|
|
1668
|
+
"TokenTransferRequestTypedDict",
|
|
1716
1669
|
"TransactionResponse",
|
|
1717
1670
|
"TransactionResponseTransaction",
|
|
1718
1671
|
"TransactionResponseTransactionTypedDict",
|
|
1719
1672
|
"TransactionResponseTypedDict",
|
|
1673
|
+
"UnderlyingToken",
|
|
1674
|
+
"UnderlyingTokenTypedDict",
|
|
1720
1675
|
"UniswapBuyExactlyParams",
|
|
1721
1676
|
"UniswapBuyExactlyParamsAmountOut",
|
|
1722
1677
|
"UniswapBuyExactlyParamsAmountOutTypedDict",
|
|
@@ -1725,6 +1680,15 @@ __all__ = [
|
|
|
1725
1680
|
"UniswapBuyExactlyParamsTokenOut",
|
|
1726
1681
|
"UniswapBuyExactlyParamsTokenOutTypedDict",
|
|
1727
1682
|
"UniswapBuyExactlyParamsTypedDict",
|
|
1683
|
+
"UniswapBuyExactlyRequest",
|
|
1684
|
+
"UniswapBuyExactlyRequestAmountOut",
|
|
1685
|
+
"UniswapBuyExactlyRequestAmountOutTypedDict",
|
|
1686
|
+
"UniswapBuyExactlyRequestChain",
|
|
1687
|
+
"UniswapBuyExactlyRequestTokenIn",
|
|
1688
|
+
"UniswapBuyExactlyRequestTokenInTypedDict",
|
|
1689
|
+
"UniswapBuyExactlyRequestTokenOut",
|
|
1690
|
+
"UniswapBuyExactlyRequestTokenOutTypedDict",
|
|
1691
|
+
"UniswapBuyExactlyRequestTypedDict",
|
|
1728
1692
|
"UniswapBuyExactlyTransactionResponse",
|
|
1729
1693
|
"UniswapBuyExactlyTransactionResponseTransaction",
|
|
1730
1694
|
"UniswapBuyExactlyTransactionResponseTransactionTypedDict",
|
|
@@ -1743,6 +1707,17 @@ __all__ = [
|
|
|
1743
1707
|
"UniswapIncreaseLiquidityProvisionParamsAmount1Min",
|
|
1744
1708
|
"UniswapIncreaseLiquidityProvisionParamsAmount1MinTypedDict",
|
|
1745
1709
|
"UniswapIncreaseLiquidityProvisionParamsTypedDict",
|
|
1710
|
+
"UniswapIncreaseLiquidityProvisionRequest",
|
|
1711
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0Desired",
|
|
1712
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1713
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0Min",
|
|
1714
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1715
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1Desired",
|
|
1716
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1717
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1Min",
|
|
1718
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1719
|
+
"UniswapIncreaseLiquidityProvisionRequestChain",
|
|
1720
|
+
"UniswapIncreaseLiquidityProvisionRequestTypedDict",
|
|
1746
1721
|
"UniswapLPPositionsInfoResponse",
|
|
1747
1722
|
"UniswapLPPositionsInfoResponseTypedDict",
|
|
1748
1723
|
"UniswapMintLiquidityProvisionParams",
|
|
@@ -1755,6 +1730,17 @@ __all__ = [
|
|
|
1755
1730
|
"UniswapMintLiquidityProvisionParamsAmount1Min",
|
|
1756
1731
|
"UniswapMintLiquidityProvisionParamsAmount1MinTypedDict",
|
|
1757
1732
|
"UniswapMintLiquidityProvisionParamsTypedDict",
|
|
1733
|
+
"UniswapMintLiquidityProvisionRequest",
|
|
1734
|
+
"UniswapMintLiquidityProvisionRequestAmount0Desired",
|
|
1735
|
+
"UniswapMintLiquidityProvisionRequestAmount0DesiredTypedDict",
|
|
1736
|
+
"UniswapMintLiquidityProvisionRequestAmount0Min",
|
|
1737
|
+
"UniswapMintLiquidityProvisionRequestAmount0MinTypedDict",
|
|
1738
|
+
"UniswapMintLiquidityProvisionRequestAmount1Desired",
|
|
1739
|
+
"UniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict",
|
|
1740
|
+
"UniswapMintLiquidityProvisionRequestAmount1Min",
|
|
1741
|
+
"UniswapMintLiquidityProvisionRequestAmount1MinTypedDict",
|
|
1742
|
+
"UniswapMintLiquidityProvisionRequestChain",
|
|
1743
|
+
"UniswapMintLiquidityProvisionRequestTypedDict",
|
|
1758
1744
|
"UniswapPoolPriceResponse",
|
|
1759
1745
|
"UniswapPoolPriceResponseTypedDict",
|
|
1760
1746
|
"UniswapPositionsSolidityResponse",
|
|
@@ -1767,6 +1753,15 @@ __all__ = [
|
|
|
1767
1753
|
"UniswapSellExactlyParamsTokenOut",
|
|
1768
1754
|
"UniswapSellExactlyParamsTokenOutTypedDict",
|
|
1769
1755
|
"UniswapSellExactlyParamsTypedDict",
|
|
1756
|
+
"UniswapSellExactlyRequest",
|
|
1757
|
+
"UniswapSellExactlyRequestAmountIn",
|
|
1758
|
+
"UniswapSellExactlyRequestAmountInTypedDict",
|
|
1759
|
+
"UniswapSellExactlyRequestChain",
|
|
1760
|
+
"UniswapSellExactlyRequestTokenIn",
|
|
1761
|
+
"UniswapSellExactlyRequestTokenInTypedDict",
|
|
1762
|
+
"UniswapSellExactlyRequestTokenOut",
|
|
1763
|
+
"UniswapSellExactlyRequestTokenOutTypedDict",
|
|
1764
|
+
"UniswapSellExactlyRequestTypedDict",
|
|
1770
1765
|
"UniswapSellExactlyTransactionResponse",
|
|
1771
1766
|
"UniswapSellExactlyTransactionResponseTransaction",
|
|
1772
1767
|
"UniswapSellExactlyTransactionResponseTransactionTypedDict",
|
|
@@ -1777,6 +1772,11 @@ __all__ = [
|
|
|
1777
1772
|
"UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal",
|
|
1778
1773
|
"UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict",
|
|
1779
1774
|
"UniswapWithdrawLiquidityProvisionParamsTypedDict",
|
|
1775
|
+
"UniswapWithdrawLiquidityProvisionRequest",
|
|
1776
|
+
"UniswapWithdrawLiquidityProvisionRequestChain",
|
|
1777
|
+
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal",
|
|
1778
|
+
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict",
|
|
1779
|
+
"UniswapWithdrawLiquidityProvisionRequestTypedDict",
|
|
1780
1780
|
"UnsignedMulticallTransaction",
|
|
1781
1781
|
"UnsignedMulticallTransactionTypedDict",
|
|
1782
1782
|
"UnsignedTransaction",
|
|
@@ -1785,8 +1785,17 @@ __all__ = [
|
|
|
1785
1785
|
"UnwrapWethParamsAmount",
|
|
1786
1786
|
"UnwrapWethParamsAmountTypedDict",
|
|
1787
1787
|
"UnwrapWethParamsTypedDict",
|
|
1788
|
+
"UnwrapWethRequest",
|
|
1789
|
+
"UnwrapWethRequestAmount",
|
|
1790
|
+
"UnwrapWethRequestAmountTypedDict",
|
|
1791
|
+
"UnwrapWethRequestChain",
|
|
1792
|
+
"UnwrapWethRequestTypedDict",
|
|
1793
|
+
"UsageAsCollateral",
|
|
1794
|
+
"UsageAsCollateralTypedDict",
|
|
1795
|
+
"UserOperation",
|
|
1788
1796
|
"UserOperationResponse",
|
|
1789
1797
|
"UserOperationResponseTypedDict",
|
|
1798
|
+
"UserOperationTypedDict",
|
|
1790
1799
|
"UserState",
|
|
1791
1800
|
"UserStateTypedDict",
|
|
1792
1801
|
"V1AaveAaveSupportedTokensChain",
|
|
@@ -1834,6 +1843,9 @@ __all__ = [
|
|
|
1834
1843
|
"V1AerodromeSlipstreamPoolPriceRequestTypedDict",
|
|
1835
1844
|
"V1AerodromeSlipstreamPoolPriceTokenInToken",
|
|
1836
1845
|
"V1AerodromeSlipstreamPoolPriceTokenOutToken",
|
|
1846
|
+
"V1EthenaVaultChain",
|
|
1847
|
+
"V1EthenaVaultRequest",
|
|
1848
|
+
"V1EthenaVaultRequestTypedDict",
|
|
1837
1849
|
"V1GenericAllowanceChain",
|
|
1838
1850
|
"V1GenericAllowanceContractEnum",
|
|
1839
1851
|
"V1GenericAllowanceContractUnion",
|
|
@@ -1895,8 +1907,6 @@ __all__ = [
|
|
|
1895
1907
|
"V1TokenPriceChain",
|
|
1896
1908
|
"V1TokenPriceRequest",
|
|
1897
1909
|
"V1TokenPriceRequestTypedDict",
|
|
1898
|
-
"V1TokenPriceToken",
|
|
1899
|
-
"V1TokenPriceTokenTypedDict",
|
|
1900
1910
|
"V1UniswapLiquidityProvisionInRangeChain",
|
|
1901
1911
|
"V1UniswapLiquidityProvisionInRangeRequest",
|
|
1902
1912
|
"V1UniswapLiquidityProvisionInRangeRequestTypedDict",
|
|
@@ -1930,18 +1940,37 @@ __all__ = [
|
|
|
1930
1940
|
"V1VaultsVaultRequestTypedDict",
|
|
1931
1941
|
"ValidationError",
|
|
1932
1942
|
"ValidationErrorTypedDict",
|
|
1943
|
+
"Vault",
|
|
1933
1944
|
"VaultDepositParams",
|
|
1934
1945
|
"VaultDepositParamsAmount",
|
|
1935
1946
|
"VaultDepositParamsAmountTypedDict",
|
|
1936
1947
|
"VaultDepositParamsTypedDict",
|
|
1948
|
+
"VaultDepositRequest",
|
|
1949
|
+
"VaultDepositRequestAmount",
|
|
1950
|
+
"VaultDepositRequestAmountTypedDict",
|
|
1951
|
+
"VaultDepositRequestChain",
|
|
1952
|
+
"VaultDepositRequestTypedDict",
|
|
1953
|
+
"VaultGetVaultResponse",
|
|
1954
|
+
"VaultGetVaultResponseTypedDict",
|
|
1955
|
+
"VaultPosition",
|
|
1956
|
+
"VaultPositionTypedDict",
|
|
1957
|
+
"VaultTypedDict",
|
|
1937
1958
|
"VaultWithdrawParams",
|
|
1938
1959
|
"VaultWithdrawParamsTypedDict",
|
|
1960
|
+
"VaultWithdrawRequest",
|
|
1961
|
+
"VaultWithdrawRequestChain",
|
|
1962
|
+
"VaultWithdrawRequestTypedDict",
|
|
1939
1963
|
"WeeklyApys",
|
|
1940
1964
|
"WeeklyApysTypedDict",
|
|
1941
1965
|
"WrapEthParams",
|
|
1942
1966
|
"WrapEthParamsAmount",
|
|
1943
1967
|
"WrapEthParamsAmountTypedDict",
|
|
1944
1968
|
"WrapEthParamsTypedDict",
|
|
1969
|
+
"WrapEthRequest",
|
|
1970
|
+
"WrapEthRequestAmount",
|
|
1971
|
+
"WrapEthRequestAmountTypedDict",
|
|
1972
|
+
"WrapEthRequestChain",
|
|
1973
|
+
"WrapEthRequestTypedDict",
|
|
1945
1974
|
"YieldRange",
|
|
1946
1975
|
"YieldRangeTypedDict",
|
|
1947
1976
|
]
|
|
@@ -1953,14 +1982,39 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1953
1982
|
"AaveBorrowParamsAmount": ".aaveborrowparams",
|
|
1954
1983
|
"AaveBorrowParamsAmountTypedDict": ".aaveborrowparams",
|
|
1955
1984
|
"AaveBorrowParamsTypedDict": ".aaveborrowparams",
|
|
1985
|
+
"AaveBorrowRequest": ".aaveborrowrequest",
|
|
1986
|
+
"AaveBorrowRequestAmount": ".aaveborrowrequest",
|
|
1987
|
+
"AaveBorrowRequestAmountTypedDict": ".aaveborrowrequest",
|
|
1988
|
+
"AaveBorrowRequestChain": ".aaveborrowrequest",
|
|
1989
|
+
"AaveBorrowRequestTypedDict": ".aaveborrowrequest",
|
|
1990
|
+
"AaveHistoricalTransactionsResponse": ".aavehistoricaltransactionsresponse",
|
|
1991
|
+
"AaveHistoricalTransactionsResponseTransaction": ".aavehistoricaltransactionsresponse",
|
|
1992
|
+
"AaveHistoricalTransactionsResponseTransactionTypedDict": ".aavehistoricaltransactionsresponse",
|
|
1993
|
+
"AaveHistoricalTransactionsResponseTypedDict": ".aavehistoricaltransactionsresponse",
|
|
1956
1994
|
"AaveLiquidityChangeResponse": ".aaveliquiditychangeresponse",
|
|
1957
1995
|
"AaveLiquidityChangeResponseTypedDict": ".aaveliquiditychangeresponse",
|
|
1996
|
+
"AaveLoopRequest": ".aavelooprequest",
|
|
1997
|
+
"AaveLoopRequestChain": ".aavelooprequest",
|
|
1998
|
+
"AaveLoopRequestTypedDict": ".aavelooprequest",
|
|
1999
|
+
"InitialCollateralAmount": ".aavelooprequest",
|
|
2000
|
+
"InitialCollateralAmountTypedDict": ".aavelooprequest",
|
|
2001
|
+
"LoanToValue": ".aavelooprequest",
|
|
2002
|
+
"LoanToValueTypedDict": ".aavelooprequest",
|
|
2003
|
+
"MaxSlippagePercent": ".aavelooprequest",
|
|
2004
|
+
"MaxSlippagePercentTypedDict": ".aavelooprequest",
|
|
2005
|
+
"Multiplier": ".aavelooprequest",
|
|
2006
|
+
"MultiplierTypedDict": ".aavelooprequest",
|
|
1958
2007
|
"AaveRateResponse": ".aaverateresponse",
|
|
1959
2008
|
"AaveRateResponseTypedDict": ".aaverateresponse",
|
|
1960
2009
|
"AaveRepayParams": ".aaverepayparams",
|
|
1961
2010
|
"AaveRepayParamsAmount": ".aaverepayparams",
|
|
1962
2011
|
"AaveRepayParamsAmountTypedDict": ".aaverepayparams",
|
|
1963
2012
|
"AaveRepayParamsTypedDict": ".aaverepayparams",
|
|
2013
|
+
"AaveRepayRequest": ".aaverepayrequest",
|
|
2014
|
+
"AaveRepayRequestAmount": ".aaverepayrequest",
|
|
2015
|
+
"AaveRepayRequestAmountTypedDict": ".aaverepayrequest",
|
|
2016
|
+
"AaveRepayRequestChain": ".aaverepayrequest",
|
|
2017
|
+
"AaveRepayRequestTypedDict": ".aaverepayrequest",
|
|
1964
2018
|
"AaveReserveOverviewResponse": ".aavereserveoverviewresponse",
|
|
1965
2019
|
"AaveReserveOverviewResponseTypedDict": ".aavereserveoverviewresponse",
|
|
1966
2020
|
"AaveSTDRateResponse": ".aavestdrateresponse",
|
|
@@ -1969,6 +2023,11 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1969
2023
|
"AaveSupplyParamsAmount": ".aavesupplyparams",
|
|
1970
2024
|
"AaveSupplyParamsAmountTypedDict": ".aavesupplyparams",
|
|
1971
2025
|
"AaveSupplyParamsTypedDict": ".aavesupplyparams",
|
|
2026
|
+
"AaveSupplyRequest": ".aavesupplyrequest",
|
|
2027
|
+
"AaveSupplyRequestAmount": ".aavesupplyrequest",
|
|
2028
|
+
"AaveSupplyRequestAmountTypedDict": ".aavesupplyrequest",
|
|
2029
|
+
"AaveSupplyRequestChain": ".aavesupplyrequest",
|
|
2030
|
+
"AaveSupplyRequestTypedDict": ".aavesupplyrequest",
|
|
1972
2031
|
"AaveSupportedTokenMetadata": ".aavesupportedtokenmetadata",
|
|
1973
2032
|
"AaveSupportedTokenMetadataTypedDict": ".aavesupportedtokenmetadata",
|
|
1974
2033
|
"AaveSupportedTokensResponse": ".aavesupportedtokensresponse",
|
|
@@ -1983,6 +2042,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1983
2042
|
"AaveWithdrawParamsAmount": ".aavewithdrawparams",
|
|
1984
2043
|
"AaveWithdrawParamsAmountTypedDict": ".aavewithdrawparams",
|
|
1985
2044
|
"AaveWithdrawParamsTypedDict": ".aavewithdrawparams",
|
|
2045
|
+
"AaveWithdrawRequest": ".aavewithdrawrequest",
|
|
2046
|
+
"AaveWithdrawRequestAmount": ".aavewithdrawrequest",
|
|
2047
|
+
"AaveWithdrawRequestAmountTypedDict": ".aavewithdrawrequest",
|
|
2048
|
+
"AaveWithdrawRequestChain": ".aavewithdrawrequest",
|
|
2049
|
+
"AaveWithdrawRequestTypedDict": ".aavewithdrawrequest",
|
|
2050
|
+
"AerodromeLPPositionsResponse": ".aerodromelppositionsresponse",
|
|
2051
|
+
"AerodromeLPPositionsResponseTypedDict": ".aerodromelppositionsresponse",
|
|
1986
2052
|
"AerodromePosition": ".aerodromeposition",
|
|
1987
2053
|
"AerodromePositionTypedDict": ".aerodromeposition",
|
|
1988
2054
|
"AerodromeSlipstreamBuyExactlyParams": ".aerodromeslipstreambuyexactlyparams",
|
|
@@ -1991,6 +2057,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
1991
2057
|
"AerodromeSlipstreamBuyExactlyParamsAmountOut": ".aerodromeslipstreambuyexactlyparams",
|
|
1992
2058
|
"AerodromeSlipstreamBuyExactlyParamsAmountOutTypedDict": ".aerodromeslipstreambuyexactlyparams",
|
|
1993
2059
|
"AerodromeSlipstreamBuyExactlyParamsTypedDict": ".aerodromeslipstreambuyexactlyparams",
|
|
2060
|
+
"AerodromeSlipstreamBuyExactlyRequest": ".aerodromeslipstreambuyexactlyrequest",
|
|
2061
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountInMaximum": ".aerodromeslipstreambuyexactlyrequest",
|
|
2062
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict": ".aerodromeslipstreambuyexactlyrequest",
|
|
2063
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountOut": ".aerodromeslipstreambuyexactlyrequest",
|
|
2064
|
+
"AerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict": ".aerodromeslipstreambuyexactlyrequest",
|
|
2065
|
+
"AerodromeSlipstreamBuyExactlyRequestChain": ".aerodromeslipstreambuyexactlyrequest",
|
|
2066
|
+
"AerodromeSlipstreamBuyExactlyRequestTypedDict": ".aerodromeslipstreambuyexactlyrequest",
|
|
1994
2067
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParams": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
1995
2068
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
1996
2069
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0DesiredTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
@@ -2001,6 +2074,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2001
2074
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1Min": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
2002
2075
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1MinTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
2003
2076
|
"AerodromeSlipstreamIncreaseLiquidityProvisionParamsTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionparams",
|
|
2077
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequest": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2078
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2079
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2080
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Min": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2081
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0MinTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2082
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Desired": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2083
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2084
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2085
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2086
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestChain": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2087
|
+
"AerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict": ".aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2004
2088
|
"AerodromeSlipstreamMintLiquidityProvisionParams": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
2005
2089
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
2006
2090
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount0DesiredTypedDict": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
@@ -2011,6 +2095,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2011
2095
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount1Min": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
2012
2096
|
"AerodromeSlipstreamMintLiquidityProvisionParamsAmount1MinTypedDict": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
2013
2097
|
"AerodromeSlipstreamMintLiquidityProvisionParamsTypedDict": ".aerodromeslipstreammintliquidityprovisionparams",
|
|
2098
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequest": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2099
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2100
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0DesiredTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2101
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Min": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2102
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount0MinTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2103
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Desired": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2104
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2105
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2106
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2107
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestChain": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2108
|
+
"AerodromeSlipstreamMintLiquidityProvisionRequestTypedDict": ".aerodromeslipstreammintliquidityprovisionrequest",
|
|
2014
2109
|
"AerodromeSlipstreamPoolPriceResponse": ".aerodromeslipstreampoolpriceresponse",
|
|
2015
2110
|
"AerodromeSlipstreamPoolPriceResponseTypedDict": ".aerodromeslipstreampoolpriceresponse",
|
|
2016
2111
|
"AerodromeSlipstreamSellExactlyParams": ".aerodromeslipstreamsellexactlyparams",
|
|
@@ -2019,141 +2114,47 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2019
2114
|
"AerodromeSlipstreamSellExactlyParamsAmountOutMinimum": ".aerodromeslipstreamsellexactlyparams",
|
|
2020
2115
|
"AerodromeSlipstreamSellExactlyParamsAmountOutMinimumTypedDict": ".aerodromeslipstreamsellexactlyparams",
|
|
2021
2116
|
"AerodromeSlipstreamSellExactlyParamsTypedDict": ".aerodromeslipstreamsellexactlyparams",
|
|
2117
|
+
"AerodromeSlipstreamSellExactlyRequest": ".aerodromeslipstreamsellexactlyrequest",
|
|
2118
|
+
"AerodromeSlipstreamSellExactlyRequestAmountIn": ".aerodromeslipstreamsellexactlyrequest",
|
|
2119
|
+
"AerodromeSlipstreamSellExactlyRequestAmountInTypedDict": ".aerodromeslipstreamsellexactlyrequest",
|
|
2120
|
+
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimum": ".aerodromeslipstreamsellexactlyrequest",
|
|
2121
|
+
"AerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict": ".aerodromeslipstreamsellexactlyrequest",
|
|
2122
|
+
"AerodromeSlipstreamSellExactlyRequestChain": ".aerodromeslipstreamsellexactlyrequest",
|
|
2123
|
+
"AerodromeSlipstreamSellExactlyRequestTypedDict": ".aerodromeslipstreamsellexactlyrequest",
|
|
2022
2124
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParams": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
2023
2125
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
2024
2126
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
2025
2127
|
"AerodromeSlipstreamWithdrawLiquidityProvisionParamsTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionparams",
|
|
2128
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequest": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2129
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestChain": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2130
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2131
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2132
|
+
"AerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict": ".aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2026
2133
|
"AllowanceInfoResponse": ".allowanceinforesponse",
|
|
2027
2134
|
"AllowanceInfoResponseTypedDict": ".allowanceinforesponse",
|
|
2028
2135
|
"Apy": ".apy",
|
|
2029
2136
|
"ApyTypedDict": ".apy",
|
|
2137
|
+
"BatchedUserOperationsRequest": ".batcheduseroperationsrequest",
|
|
2138
|
+
"BatchedUserOperationsRequestChain": ".batcheduseroperationsrequest",
|
|
2139
|
+
"BatchedUserOperationsRequestTypedDict": ".batcheduseroperationsrequest",
|
|
2030
2140
|
"BatchedUserOperationsResponse": ".batcheduseroperationsresponse",
|
|
2031
2141
|
"BatchedUserOperationsResponseTypedDict": ".batcheduseroperationsresponse",
|
|
2142
|
+
"Borrow": ".borrow",
|
|
2143
|
+
"BorrowTypedDict": ".borrow",
|
|
2144
|
+
"Borrowratemode": ".borrow",
|
|
2145
|
+
"BundlerTransactionResponse": ".bundlertransactionresponse",
|
|
2146
|
+
"BundlerTransactionResponseTypedDict": ".bundlertransactionresponse",
|
|
2147
|
+
"Chain": ".chain",
|
|
2032
2148
|
"ChainInfo": ".chaininfo",
|
|
2033
2149
|
"ChainInfoTypedDict": ".chaininfo",
|
|
2034
|
-
"CompassAPIBackendConfigChainChain": ".compass_api_backend_config_chain_chain",
|
|
2035
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponse": ".compass_api_backend_models_aave_read_response_historical_transactions_aavehistoricaltransactionsresponse",
|
|
2036
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTransaction": ".compass_api_backend_models_aave_read_response_historical_transactions_aavehistoricaltransactionsresponse",
|
|
2037
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTransactionTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_aavehistoricaltransactionsresponse",
|
|
2038
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsAaveHistoricalTransactionsResponseTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_aavehistoricaltransactionsresponse",
|
|
2039
|
-
"Borrowratemode": ".compass_api_backend_models_aave_read_response_historical_transactions_borrow",
|
|
2040
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsBorrow": ".compass_api_backend_models_aave_read_response_historical_transactions_borrow",
|
|
2041
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsBorrowTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_borrow",
|
|
2042
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsLiquidationCall": ".compass_api_backend_models_aave_read_response_historical_transactions_liquidationcall",
|
|
2043
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsLiquidationCallTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_liquidationcall",
|
|
2044
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRedeemUnderlying": ".compass_api_backend_models_aave_read_response_historical_transactions_redeemunderlying",
|
|
2045
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRedeemUnderlyingTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_redeemunderlying",
|
|
2046
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRepay": ".compass_api_backend_models_aave_read_response_historical_transactions_repay",
|
|
2047
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsRepayTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_repay",
|
|
2048
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSupply": ".compass_api_backend_models_aave_read_response_historical_transactions_supply",
|
|
2049
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSupplyTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_supply",
|
|
2050
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSwapBorrowRate": ".compass_api_backend_models_aave_read_response_historical_transactions_swapborrowrate",
|
|
2051
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsSwapBorrowRateTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_swapborrowrate",
|
|
2052
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsUsageAsCollateral": ".compass_api_backend_models_aave_read_response_historical_transactions_usageascollateral",
|
|
2053
|
-
"CompassAPIBackendModelsAaveReadResponseHistoricalTransactionsUsageAsCollateralTypedDict": ".compass_api_backend_models_aave_read_response_historical_transactions_usageascollateral",
|
|
2054
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequest": ".compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest",
|
|
2055
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestAmount": ".compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest",
|
|
2056
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestAmountTypedDict": ".compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest",
|
|
2057
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestChain": ".compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest",
|
|
2058
|
-
"CompassAPIBackendModelsAaveTransactRequestBorrowAaveBorrowRequestTypedDict": ".compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest",
|
|
2059
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequest": ".compass_api_backend_models_aave_transact_request_repay_aaverepayrequest",
|
|
2060
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestAmount": ".compass_api_backend_models_aave_transact_request_repay_aaverepayrequest",
|
|
2061
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestAmountTypedDict": ".compass_api_backend_models_aave_transact_request_repay_aaverepayrequest",
|
|
2062
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestChain": ".compass_api_backend_models_aave_transact_request_repay_aaverepayrequest",
|
|
2063
|
-
"CompassAPIBackendModelsAaveTransactRequestRepayAaveRepayRequestTypedDict": ".compass_api_backend_models_aave_transact_request_repay_aaverepayrequest",
|
|
2064
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequest": ".compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest",
|
|
2065
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestAmount": ".compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest",
|
|
2066
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestAmountTypedDict": ".compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest",
|
|
2067
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestChain": ".compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest",
|
|
2068
|
-
"CompassAPIBackendModelsAaveTransactRequestSupplyAaveSupplyRequestTypedDict": ".compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest",
|
|
2069
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequest": ".compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest",
|
|
2070
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestAmount": ".compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest",
|
|
2071
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestAmountTypedDict": ".compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest",
|
|
2072
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestChain": ".compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest",
|
|
2073
|
-
"CompassAPIBackendModelsAaveTransactRequestWithdrawAaveWithdrawRequestTypedDict": ".compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest",
|
|
2074
|
-
"CompassAPIBackendModelsAerodromeSlipstreamReadResponsePositionsAerodromeLPPositionsResponse": ".compass_api_backend_models_aerodrome_slipstream_read_response_positions_aerodromelppositionsresponse",
|
|
2075
|
-
"CompassAPIBackendModelsAerodromeSlipstreamReadResponsePositionsAerodromeLPPositionsResponseTypedDict": ".compass_api_backend_models_aerodrome_slipstream_read_response_positions_aerodromelppositionsresponse",
|
|
2076
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequest": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2077
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2078
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2079
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Min": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2080
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0MinTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2081
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Desired": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2082
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2083
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2084
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1MinTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2085
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestChain": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2086
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionIncreaseAerodromeSlipstreamIncreaseLiquidityProvisionRequestTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest",
|
|
2087
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequest": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2088
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2089
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0DesiredTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2090
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0Min": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2091
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount0MinTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2092
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1Desired": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2093
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1DesiredTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2094
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2095
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestAmount1MinTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2096
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestChain": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2097
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionMintAerodromeSlipstreamMintLiquidityProvisionRequestTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest",
|
|
2098
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequest": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2099
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestChain": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2100
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2101
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2102
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestLiquidityProvisionWithdrawAerodromeSlipstreamWithdrawLiquidityProvisionRequestTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest",
|
|
2103
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequest": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest",
|
|
2104
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountInMaximum": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest",
|
|
2105
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountInMaximumTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest",
|
|
2106
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountOut": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest",
|
|
2107
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestAmountOutTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest",
|
|
2108
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestChain": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest",
|
|
2109
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapBuyExactlyAerodromeSlipstreamBuyExactlyRequestTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest",
|
|
2110
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequest": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest",
|
|
2111
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountIn": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest",
|
|
2112
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountInTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest",
|
|
2113
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountOutMinimum": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest",
|
|
2114
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestAmountOutMinimumTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest",
|
|
2115
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestChain": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest",
|
|
2116
|
-
"CompassAPIBackendModelsAerodromeSlipstreamTransactRequestSwapSellExactlyAerodromeSlipstreamSellExactlyRequestTypedDict": ".compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest",
|
|
2117
|
-
"CompassAPIBackendModelsGenericReadResponseChainsSupportedChainInfo": ".compass_api_backend_models_generic_read_response_chains_supportedchaininfo",
|
|
2118
|
-
"CompassAPIBackendModelsGenericReadResponseChainsSupportedChainInfoTypedDict": ".compass_api_backend_models_generic_read_response_chains_supportedchaininfo",
|
|
2119
|
-
"CompassAPIBackendModelsGenericReadResponsePortfolioPortfolio": ".compass_api_backend_models_generic_read_response_portfolio_portfolio",
|
|
2120
|
-
"CompassAPIBackendModelsGenericReadResponsePortfolioPortfolioTypedDict": ".compass_api_backend_models_generic_read_response_portfolio_portfolio",
|
|
2121
2150
|
"CompassAPIBackendModelsGenericReadResponsePortfolioTokenBalance": ".compass_api_backend_models_generic_read_response_portfolio_tokenbalance",
|
|
2122
2151
|
"CompassAPIBackendModelsGenericReadResponsePortfolioTokenBalanceTypedDict": ".compass_api_backend_models_generic_read_response_portfolio_tokenbalance",
|
|
2123
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequest": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2124
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestAmount": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2125
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestAmountTypedDict": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2126
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestChain": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2127
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractEnum": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2128
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractUnion": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2129
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestContractUnionTypedDict": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2130
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestToken": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2131
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestTokenTypedDict": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2132
|
-
"CompassAPIBackendModelsGenericTransactRequestAllowanceSetAllowanceRequestTypedDict": ".compass_api_backend_models_generic_transact_request_allowance_setallowancerequest",
|
|
2133
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequest": ".compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest",
|
|
2134
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestAmount": ".compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest",
|
|
2135
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestAmountTypedDict": ".compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest",
|
|
2136
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestChain": ".compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest",
|
|
2137
|
-
"CompassAPIBackendModelsGenericTransactRequestUnwrapWethUnwrapWethRequestTypedDict": ".compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest",
|
|
2138
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequest": ".compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest",
|
|
2139
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestAmount": ".compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest",
|
|
2140
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestAmountTypedDict": ".compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest",
|
|
2141
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestChain": ".compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest",
|
|
2142
|
-
"CompassAPIBackendModelsGenericTransactRequestWrapEthWrapEthRequestTypedDict": ".compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest",
|
|
2143
2152
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionApyData": ".compass_api_backend_models_morpho_read_response_check_user_position_apydata",
|
|
2144
2153
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionApyDataTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_apydata",
|
|
2145
2154
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionAsset": ".compass_api_backend_models_morpho_read_response_check_user_position_asset",
|
|
2146
2155
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionAssetTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_asset",
|
|
2147
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketPosition": ".compass_api_backend_models_morpho_read_response_check_user_position_marketposition",
|
|
2148
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketPositionTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_marketposition",
|
|
2149
2156
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketState": ".compass_api_backend_models_morpho_read_response_check_user_position_marketstate",
|
|
2150
2157
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMarketStateTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_marketstate",
|
|
2151
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMorphoCheckUserPositionResponse": ".compass_api_backend_models_morpho_read_response_check_user_position_morphocheckuserpositionresponse",
|
|
2152
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionMorphoCheckUserPositionResponseTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_morphocheckuserpositionresponse",
|
|
2153
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVault": ".compass_api_backend_models_morpho_read_response_check_user_position_vault",
|
|
2154
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_vault",
|
|
2155
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultPosition": ".compass_api_backend_models_morpho_read_response_check_user_position_vaultposition",
|
|
2156
|
-
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultPositionTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_vaultposition",
|
|
2157
2158
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultState": ".compass_api_backend_models_morpho_read_response_check_user_position_vaultstate",
|
|
2158
2159
|
"CompassAPIBackendModelsMorphoReadResponseCheckUserPositionVaultStateTypedDict": ".compass_api_backend_models_morpho_read_response_check_user_position_vaultstate",
|
|
2159
2160
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketApyData": ".compass_api_backend_models_morpho_read_response_get_market_apydata",
|
|
@@ -2162,228 +2163,137 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2162
2163
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketAssetTypedDict": ".compass_api_backend_models_morpho_read_response_get_market_asset",
|
|
2163
2164
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketMarketState": ".compass_api_backend_models_morpho_read_response_get_market_marketstate",
|
|
2164
2165
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketMarketStateTypedDict": ".compass_api_backend_models_morpho_read_response_get_market_marketstate",
|
|
2165
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketMorphoGetMarketResponse": ".compass_api_backend_models_morpho_read_response_get_market_morphogetmarketresponse",
|
|
2166
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketMorphoGetMarketResponseTypedDict": ".compass_api_backend_models_morpho_read_response_get_market_morphogetmarketresponse",
|
|
2167
2166
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsAsset": ".compass_api_backend_models_morpho_read_response_get_markets_asset",
|
|
2168
2167
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsAssetTypedDict": ".compass_api_backend_models_morpho_read_response_get_markets_asset",
|
|
2169
2168
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMarketState": ".compass_api_backend_models_morpho_read_response_get_markets_marketstate",
|
|
2170
2169
|
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMarketStateTypedDict": ".compass_api_backend_models_morpho_read_response_get_markets_marketstate",
|
|
2171
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoGetMarketsResponse": ".compass_api_backend_models_morpho_read_response_get_markets_morphogetmarketsresponse",
|
|
2172
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoGetMarketsResponseTypedDict": ".compass_api_backend_models_morpho_read_response_get_markets_morphogetmarketsresponse",
|
|
2173
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoMarket": ".compass_api_backend_models_morpho_read_response_get_markets_morphomarket",
|
|
2174
|
-
"CompassAPIBackendModelsMorphoReadResponseGetMarketsMorphoMarketTypedDict": ".compass_api_backend_models_morpho_read_response_get_markets_morphomarket",
|
|
2175
2170
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsAsset": ".compass_api_backend_models_morpho_read_response_get_vaults_asset",
|
|
2176
2171
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsAssetTypedDict": ".compass_api_backend_models_morpho_read_response_get_vaults_asset",
|
|
2177
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoGetVaultsResponse": ".compass_api_backend_models_morpho_read_response_get_vaults_morphogetvaultsresponse",
|
|
2178
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoGetVaultsResponseTypedDict": ".compass_api_backend_models_morpho_read_response_get_vaults_morphogetvaultsresponse",
|
|
2179
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoVault": ".compass_api_backend_models_morpho_read_response_get_vaults_morphovault",
|
|
2180
|
-
"CompassAPIBackendModelsMorphoReadResponseGetVaultsMorphoVaultTypedDict": ".compass_api_backend_models_morpho_read_response_get_vaults_morphovault",
|
|
2181
2172
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultState": ".compass_api_backend_models_morpho_read_response_get_vaults_vaultstate",
|
|
2182
2173
|
"CompassAPIBackendModelsMorphoReadResponseGetVaultsVaultStateTypedDict": ".compass_api_backend_models_morpho_read_response_get_vaults_vaultstate",
|
|
2183
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequest": ".compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest",
|
|
2184
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestAmount": ".compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest",
|
|
2185
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestAmountTypedDict": ".compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest",
|
|
2186
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestChain": ".compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest",
|
|
2187
|
-
"CompassAPIBackendModelsMorphoTransactRequestBorrowMorphoBorrowRequestTypedDict": ".compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest",
|
|
2188
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequest": ".compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest",
|
|
2189
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestAmount": ".compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest",
|
|
2190
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestAmountTypedDict": ".compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest",
|
|
2191
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestChain": ".compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest",
|
|
2192
|
-
"CompassAPIBackendModelsMorphoTransactRequestDepositMorphoDepositRequestTypedDict": ".compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest",
|
|
2193
|
-
"CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequest": ".compass_api_backend_models_morpho_transact_request_repay_morphorepayrequest",
|
|
2194
|
-
"CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequestChain": ".compass_api_backend_models_morpho_transact_request_repay_morphorepayrequest",
|
|
2195
|
-
"CompassAPIBackendModelsMorphoTransactRequestRepayMorphoRepayRequestTypedDict": ".compass_api_backend_models_morpho_transact_request_repay_morphorepayrequest",
|
|
2196
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequest": ".compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest",
|
|
2197
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestAmount": ".compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest",
|
|
2198
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestAmountTypedDict": ".compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest",
|
|
2199
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestChain": ".compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest",
|
|
2200
|
-
"CompassAPIBackendModelsMorphoTransactRequestSupplyCollateralMorphoSupplyCollateralRequestTypedDict": ".compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest",
|
|
2201
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequest": ".compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest",
|
|
2202
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestAmount": ".compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest",
|
|
2203
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestAmountTypedDict": ".compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest",
|
|
2204
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestChain": ".compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest",
|
|
2205
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawCollateralMorphoWithdrawCollateralRequestTypedDict": ".compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest",
|
|
2206
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequest": ".compass_api_backend_models_morpho_transact_request_withdraw_morphowithdrawrequest",
|
|
2207
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequestChain": ".compass_api_backend_models_morpho_transact_request_withdraw_morphowithdrawrequest",
|
|
2208
|
-
"CompassAPIBackendModelsMorphoTransactRequestWithdrawMorphoWithdrawRequestTypedDict": ".compass_api_backend_models_morpho_transact_request_withdraw_morphowithdrawrequest",
|
|
2209
|
-
"CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequest": ".compass_api_backend_models_multicall_read_request_get_authorization_multicallauthorizationrequest",
|
|
2210
|
-
"CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequestChain": ".compass_api_backend_models_multicall_read_request_get_authorization_multicallauthorizationrequest",
|
|
2211
|
-
"CompassAPIBackendModelsMulticallReadRequestGetAuthorizationMulticallAuthorizationRequestTypedDict": ".compass_api_backend_models_multicall_read_request_get_authorization_multicallauthorizationrequest",
|
|
2212
|
-
"CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequest": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2213
|
-
"CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequestChain": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2214
|
-
"CompassAPIBackendModelsMulticallTransactRequestAaveLoopRequestAaveLoopRequestTypedDict": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2215
|
-
"InitialCollateralAmount": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2216
|
-
"InitialCollateralAmountTypedDict": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2217
|
-
"LoanToValue": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2218
|
-
"LoanToValueTypedDict": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2219
|
-
"MaxSlippagePercent": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2220
|
-
"MaxSlippagePercentTypedDict": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2221
|
-
"Multiplier": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2222
|
-
"MultiplierTypedDict": ".compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest",
|
|
2223
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequest": ".compass_api_backend_models_multicall_transact_request_multicall_execution_request_multicallexecuterequest",
|
|
2224
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequestChain": ".compass_api_backend_models_multicall_transact_request_multicall_execution_request_multicallexecuterequest",
|
|
2225
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestMulticallExecuteRequestTypedDict": ".compass_api_backend_models_multicall_transact_request_multicall_execution_request_multicallexecuterequest",
|
|
2226
|
-
"Body": ".compass_api_backend_models_multicall_transact_request_multicall_execution_request_useroperation",
|
|
2227
|
-
"BodyTypedDict": ".compass_api_backend_models_multicall_transact_request_multicall_execution_request_useroperation",
|
|
2228
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestUserOperation": ".compass_api_backend_models_multicall_transact_request_multicall_execution_request_useroperation",
|
|
2229
|
-
"CompassAPIBackendModelsMulticallTransactRequestMulticallExecutionRequestUserOperationTypedDict": ".compass_api_backend_models_multicall_transact_request_multicall_execution_request_useroperation",
|
|
2230
|
-
"CompassAPIBackendModelsPendleReadResponseMarketPendleGetMarketResponse": ".compass_api_backend_models_pendle_read_response_market_pendlegetmarketresponse",
|
|
2231
|
-
"CompassAPIBackendModelsPendleReadResponseMarketPendleGetMarketResponseTypedDict": ".compass_api_backend_models_pendle_read_response_market_pendlegetmarketresponse",
|
|
2232
2174
|
"CompassAPIBackendModelsPendleReadResponseMarketUserPosition": ".compass_api_backend_models_pendle_read_response_market_userposition",
|
|
2233
2175
|
"CompassAPIBackendModelsPendleReadResponseMarketUserPositionTypedDict": ".compass_api_backend_models_pendle_read_response_market_userposition",
|
|
2234
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleListMarketsResponse": ".compass_api_backend_models_pendle_read_response_markets_pendlelistmarketsresponse",
|
|
2235
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleListMarketsResponseTypedDict": ".compass_api_backend_models_pendle_read_response_markets_pendlelistmarketsresponse",
|
|
2236
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleMarket": ".compass_api_backend_models_pendle_read_response_markets_pendlemarket",
|
|
2237
|
-
"CompassAPIBackendModelsPendleReadResponseMarketsPendleMarketTypedDict": ".compass_api_backend_models_pendle_read_response_markets_pendlemarket",
|
|
2238
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsOpenPosition": ".compass_api_backend_models_pendle_read_response_positions_openposition",
|
|
2239
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsOpenPositionTypedDict": ".compass_api_backend_models_pendle_read_response_positions_openposition",
|
|
2240
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPendleListUserPositionsResponse": ".compass_api_backend_models_pendle_read_response_positions_pendlelistuserpositionsresponse",
|
|
2241
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPendleListUserPositionsResponseTypedDict": ".compass_api_backend_models_pendle_read_response_positions_pendlelistuserpositionsresponse",
|
|
2242
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPosition": ".compass_api_backend_models_pendle_read_response_positions_position",
|
|
2243
|
-
"CompassAPIBackendModelsPendleReadResponsePositionsPositionTypedDict": ".compass_api_backend_models_pendle_read_response_positions_position",
|
|
2244
2176
|
"CompassAPIBackendModelsPendleReadResponsePositionsTokenBalance": ".compass_api_backend_models_pendle_read_response_positions_tokenbalance",
|
|
2245
2177
|
"CompassAPIBackendModelsPendleReadResponsePositionsTokenBalanceTypedDict": ".compass_api_backend_models_pendle_read_response_positions_tokenbalance",
|
|
2246
|
-
"CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequest": ".compass_api_backend_models_pendle_transact_request_redeem_yield_pendleredeemyieldrequest",
|
|
2247
|
-
"CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequestChain": ".compass_api_backend_models_pendle_transact_request_redeem_yield_pendleredeemyieldrequest",
|
|
2248
|
-
"CompassAPIBackendModelsPendleTransactRequestRedeemYieldPendleRedeemYieldRequestTypedDict": ".compass_api_backend_models_pendle_transact_request_redeem_yield_pendleredeemyieldrequest",
|
|
2249
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequest": ".compass_api_backend_models_sky_transact_request_buy_skybuyrequest",
|
|
2250
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestAmount": ".compass_api_backend_models_sky_transact_request_buy_skybuyrequest",
|
|
2251
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestAmountTypedDict": ".compass_api_backend_models_sky_transact_request_buy_skybuyrequest",
|
|
2252
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestChain": ".compass_api_backend_models_sky_transact_request_buy_skybuyrequest",
|
|
2253
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestTokenIn": ".compass_api_backend_models_sky_transact_request_buy_skybuyrequest",
|
|
2254
|
-
"CompassAPIBackendModelsSkyTransactRequestBuySkyBuyRequestTypedDict": ".compass_api_backend_models_sky_transact_request_buy_skybuyrequest",
|
|
2255
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequest": ".compass_api_backend_models_sky_transact_request_deposit_skydepositrequest",
|
|
2256
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestAmount": ".compass_api_backend_models_sky_transact_request_deposit_skydepositrequest",
|
|
2257
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestAmountTypedDict": ".compass_api_backend_models_sky_transact_request_deposit_skydepositrequest",
|
|
2258
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestChain": ".compass_api_backend_models_sky_transact_request_deposit_skydepositrequest",
|
|
2259
|
-
"CompassAPIBackendModelsSkyTransactRequestDepositSkyDepositRequestTypedDict": ".compass_api_backend_models_sky_transact_request_deposit_skydepositrequest",
|
|
2260
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequest": ".compass_api_backend_models_sky_transact_request_sell_skysellrequest",
|
|
2261
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestAmount": ".compass_api_backend_models_sky_transact_request_sell_skysellrequest",
|
|
2262
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestAmountTypedDict": ".compass_api_backend_models_sky_transact_request_sell_skysellrequest",
|
|
2263
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestChain": ".compass_api_backend_models_sky_transact_request_sell_skysellrequest",
|
|
2264
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestTokenOut": ".compass_api_backend_models_sky_transact_request_sell_skysellrequest",
|
|
2265
|
-
"CompassAPIBackendModelsSkyTransactRequestSellSkySellRequestTypedDict": ".compass_api_backend_models_sky_transact_request_sell_skysellrequest",
|
|
2266
|
-
"CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequest": ".compass_api_backend_models_sky_transact_request_withdraw_skywithdrawrequest",
|
|
2267
|
-
"CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequestChain": ".compass_api_backend_models_sky_transact_request_withdraw_skywithdrawrequest",
|
|
2268
|
-
"CompassAPIBackendModelsSkyTransactRequestWithdrawSkyWithdrawRequestTypedDict": ".compass_api_backend_models_sky_transact_request_withdraw_skywithdrawrequest",
|
|
2269
|
-
"CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequest": ".compass_api_backend_models_smart_account_transact_request_user_operations_batcheduseroperationsrequest",
|
|
2270
|
-
"CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequestChain": ".compass_api_backend_models_smart_account_transact_request_user_operations_batcheduseroperationsrequest",
|
|
2271
|
-
"CompassAPIBackendModelsSmartAccountTransactRequestUserOperationsBatchedUserOperationsRequestTypedDict": ".compass_api_backend_models_smart_account_transact_request_user_operations_batcheduseroperationsrequest",
|
|
2272
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequest": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2273
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestAmount": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2274
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestAmountTypedDict": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2275
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestChain": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2276
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenIn": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2277
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenInTypedDict": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2278
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenOut": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2279
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTokenOutTypedDict": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2280
|
-
"CompassAPIBackendModelsSwapTransactRequestOdosOdosSwapRequestTypedDict": ".compass_api_backend_models_swap_transact_request_odos_odosswaprequest",
|
|
2281
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequest": ".compass_api_backend_models_token_transact_request_transfer_tokentransferrequest",
|
|
2282
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestAmount": ".compass_api_backend_models_token_transact_request_transfer_tokentransferrequest",
|
|
2283
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestAmountTypedDict": ".compass_api_backend_models_token_transact_request_transfer_tokentransferrequest",
|
|
2284
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestChain": ".compass_api_backend_models_token_transact_request_transfer_tokentransferrequest",
|
|
2285
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestToken": ".compass_api_backend_models_token_transact_request_transfer_tokentransferrequest",
|
|
2286
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestTokenTypedDict": ".compass_api_backend_models_token_transact_request_transfer_tokentransferrequest",
|
|
2287
|
-
"CompassAPIBackendModelsTokenTransactRequestTransferTokenTransferRequestTypedDict": ".compass_api_backend_models_token_transact_request_transfer_tokentransferrequest",
|
|
2288
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequest": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2289
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0Desired": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2290
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2291
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0Min": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2292
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount0MinTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2293
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1Desired": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2294
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2295
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1Min": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2296
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2297
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestChain": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2298
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestIncreaseUniswapIncreaseLiquidityProvisionRequestTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest",
|
|
2299
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequest": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2300
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0Desired": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2301
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0DesiredTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2302
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0Min": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2303
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount0MinTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2304
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1Desired": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2305
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2306
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1Min": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2307
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestAmount1MinTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2308
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestChain": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2309
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestMintUniswapMintLiquidityProvisionRequestTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest",
|
|
2310
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequest": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest",
|
|
2311
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestChain": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest",
|
|
2312
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest",
|
|
2313
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest",
|
|
2314
|
-
"CompassAPIBackendModelsUniswapTransactLiquidityProvisionRequestWithdrawUniswapWithdrawLiquidityProvisionRequestTypedDict": ".compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest",
|
|
2315
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequest": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2316
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestAmountOut": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2317
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestAmountOutTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2318
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestChain": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2319
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenIn": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2320
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenInTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2321
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenOut": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2322
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTokenOutTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2323
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestBuyExactlyUniswapBuyExactlyRequestTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest",
|
|
2324
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequest": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2325
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestAmountIn": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2326
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestAmountInTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2327
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestChain": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2328
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenIn": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2329
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenInTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2330
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenOut": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2331
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTokenOutTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2332
|
-
"CompassAPIBackendModelsUniswapTransactSwapRequestSellExactlyUniswapSellExactlyRequestTypedDict": ".compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest",
|
|
2333
|
-
"CompassAPIBackendModelsVaultsReadResponseVaultAsset": ".compass_api_backend_models_vaults_read_response_vault_asset",
|
|
2334
|
-
"CompassAPIBackendModelsVaultsReadResponseVaultAssetTypedDict": ".compass_api_backend_models_vaults_read_response_vault_asset",
|
|
2335
2178
|
"CompassAPIBackendModelsVaultsReadResponseVaultUserPosition": ".compass_api_backend_models_vaults_read_response_vault_userposition",
|
|
2336
2179
|
"CompassAPIBackendModelsVaultsReadResponseVaultUserPositionTypedDict": ".compass_api_backend_models_vaults_read_response_vault_userposition",
|
|
2337
|
-
"
|
|
2338
|
-
"
|
|
2339
|
-
"
|
|
2340
|
-
"
|
|
2341
|
-
"CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestAmountTypedDict": ".compass_api_backend_models_vaults_transact_request_deposit_vaultdepositrequest",
|
|
2342
|
-
"CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestChain": ".compass_api_backend_models_vaults_transact_request_deposit_vaultdepositrequest",
|
|
2343
|
-
"CompassAPIBackendModelsVaultsTransactRequestDepositVaultDepositRequestTypedDict": ".compass_api_backend_models_vaults_transact_request_deposit_vaultdepositrequest",
|
|
2344
|
-
"CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequest": ".compass_api_backend_models_vaults_transact_request_withdraw_vaultwithdrawrequest",
|
|
2345
|
-
"CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequestChain": ".compass_api_backend_models_vaults_transact_request_withdraw_vaultwithdrawrequest",
|
|
2346
|
-
"CompassAPIBackendModelsVaultsTransactRequestWithdrawVaultWithdrawRequestTypedDict": ".compass_api_backend_models_vaults_transact_request_withdraw_vaultwithdrawrequest",
|
|
2180
|
+
"CooldownEnd": ".cooldownposition",
|
|
2181
|
+
"CooldownEndTypedDict": ".cooldownposition",
|
|
2182
|
+
"CooldownPosition": ".cooldownposition",
|
|
2183
|
+
"CooldownPositionTypedDict": ".cooldownposition",
|
|
2347
2184
|
"Details": ".details",
|
|
2348
2185
|
"DetailsTypedDict": ".details",
|
|
2349
2186
|
"EnsNameInfoResponse": ".ensnameinforesponse",
|
|
2350
2187
|
"EnsNameInfoResponseTypedDict": ".ensnameinforesponse",
|
|
2351
2188
|
"Erc20Data": ".erc20data",
|
|
2352
2189
|
"Erc20DataTypedDict": ".erc20data",
|
|
2190
|
+
"EthenaDepositParams": ".ethenadepositparams",
|
|
2191
|
+
"EthenaDepositParamsAmount": ".ethenadepositparams",
|
|
2192
|
+
"EthenaDepositParamsAmountTypedDict": ".ethenadepositparams",
|
|
2193
|
+
"EthenaDepositParamsTypedDict": ".ethenadepositparams",
|
|
2194
|
+
"EthenaDepositRequest": ".ethenadepositrequest",
|
|
2195
|
+
"EthenaDepositRequestAmount": ".ethenadepositrequest",
|
|
2196
|
+
"EthenaDepositRequestAmountTypedDict": ".ethenadepositrequest",
|
|
2197
|
+
"EthenaDepositRequestChain": ".ethenadepositrequest",
|
|
2198
|
+
"EthenaDepositRequestTypedDict": ".ethenadepositrequest",
|
|
2199
|
+
"EthenaGetVaultResponse": ".ethenagetvaultresponse",
|
|
2200
|
+
"EthenaGetVaultResponseTypedDict": ".ethenagetvaultresponse",
|
|
2201
|
+
"EthenaRequestToWithdrawParams": ".ethenarequesttowithdrawparams",
|
|
2202
|
+
"EthenaRequestToWithdrawParamsTypedDict": ".ethenarequesttowithdrawparams",
|
|
2203
|
+
"EthenaRequestToWithdrawRequest": ".ethenarequesttowithdrawrequest",
|
|
2204
|
+
"EthenaRequestToWithdrawRequestChain": ".ethenarequesttowithdrawrequest",
|
|
2205
|
+
"EthenaRequestToWithdrawRequestTypedDict": ".ethenarequesttowithdrawrequest",
|
|
2206
|
+
"EthenaRequestToWithdrawTransactionResponse": ".ethenarequesttowithdrawtransactionresponse",
|
|
2207
|
+
"EthenaRequestToWithdrawTransactionResponseTransaction": ".ethenarequesttowithdrawtransactionresponse",
|
|
2208
|
+
"EthenaRequestToWithdrawTransactionResponseTransactionTypedDict": ".ethenarequesttowithdrawtransactionresponse",
|
|
2209
|
+
"EthenaRequestToWithdrawTransactionResponseTypedDict": ".ethenarequesttowithdrawtransactionresponse",
|
|
2210
|
+
"EthenaWithdrawParams": ".ethenawithdrawparams",
|
|
2211
|
+
"EthenaWithdrawParamsTypedDict": ".ethenawithdrawparams",
|
|
2212
|
+
"EthenaWithdrawRequest": ".ethenawithdrawrequest",
|
|
2213
|
+
"EthenaWithdrawRequestChain": ".ethenawithdrawrequest",
|
|
2214
|
+
"EthenaWithdrawRequestTypedDict": ".ethenawithdrawrequest",
|
|
2353
2215
|
"FeeEnum": ".feeenum",
|
|
2354
2216
|
"InterestRateMode": ".interestratemode",
|
|
2217
|
+
"LiquidationCall": ".liquidationcall",
|
|
2218
|
+
"LiquidationCallTypedDict": ".liquidationcall",
|
|
2355
2219
|
"LpBalance": ".lpbalance",
|
|
2356
2220
|
"LpBalanceTypedDict": ".lpbalance",
|
|
2357
2221
|
"Market": ".market",
|
|
2358
2222
|
"MarketTypedDict": ".market",
|
|
2223
|
+
"MarketPosition": ".marketposition",
|
|
2224
|
+
"MarketPositionTypedDict": ".marketposition",
|
|
2359
2225
|
"MarketTokens": ".markettokens",
|
|
2360
2226
|
"MarketTokensTypedDict": ".markettokens",
|
|
2361
2227
|
"MorphoBorrowParams": ".morphoborrowparams",
|
|
2362
2228
|
"MorphoBorrowParamsAmount": ".morphoborrowparams",
|
|
2363
2229
|
"MorphoBorrowParamsAmountTypedDict": ".morphoborrowparams",
|
|
2364
2230
|
"MorphoBorrowParamsTypedDict": ".morphoborrowparams",
|
|
2231
|
+
"MorphoBorrowRequest": ".morphoborrowrequest",
|
|
2232
|
+
"MorphoBorrowRequestAmount": ".morphoborrowrequest",
|
|
2233
|
+
"MorphoBorrowRequestAmountTypedDict": ".morphoborrowrequest",
|
|
2234
|
+
"MorphoBorrowRequestChain": ".morphoborrowrequest",
|
|
2235
|
+
"MorphoBorrowRequestTypedDict": ".morphoborrowrequest",
|
|
2365
2236
|
"MorphoCheckMarketPositionResponse": ".morphocheckmarketpositionresponse",
|
|
2366
2237
|
"MorphoCheckMarketPositionResponseTypedDict": ".morphocheckmarketpositionresponse",
|
|
2238
|
+
"MorphoCheckUserPositionResponse": ".morphocheckuserpositionresponse",
|
|
2239
|
+
"MorphoCheckUserPositionResponseTypedDict": ".morphocheckuserpositionresponse",
|
|
2367
2240
|
"MorphoDepositParams": ".morphodepositparams",
|
|
2368
2241
|
"MorphoDepositParamsAmount": ".morphodepositparams",
|
|
2369
2242
|
"MorphoDepositParamsAmountTypedDict": ".morphodepositparams",
|
|
2370
2243
|
"MorphoDepositParamsTypedDict": ".morphodepositparams",
|
|
2244
|
+
"MorphoDepositRequest": ".morphodepositrequest",
|
|
2245
|
+
"MorphoDepositRequestAmount": ".morphodepositrequest",
|
|
2246
|
+
"MorphoDepositRequestAmountTypedDict": ".morphodepositrequest",
|
|
2247
|
+
"MorphoDepositRequestChain": ".morphodepositrequest",
|
|
2248
|
+
"MorphoDepositRequestTypedDict": ".morphodepositrequest",
|
|
2249
|
+
"MorphoGetMarketResponse": ".morphogetmarketresponse",
|
|
2250
|
+
"MorphoGetMarketResponseTypedDict": ".morphogetmarketresponse",
|
|
2251
|
+
"MorphoGetMarketsResponse": ".morphogetmarketsresponse",
|
|
2252
|
+
"MorphoGetMarketsResponseTypedDict": ".morphogetmarketsresponse",
|
|
2253
|
+
"MorphoGetVaultsResponse": ".morphogetvaultsresponse",
|
|
2254
|
+
"MorphoGetVaultsResponseTypedDict": ".morphogetvaultsresponse",
|
|
2255
|
+
"MorphoMarket": ".morphomarket",
|
|
2256
|
+
"MorphoMarketTypedDict": ".morphomarket",
|
|
2371
2257
|
"MorphoRepayParams": ".morphorepayparams",
|
|
2372
2258
|
"MorphoRepayParamsTypedDict": ".morphorepayparams",
|
|
2259
|
+
"MorphoRepayRequest": ".morphorepayrequest",
|
|
2260
|
+
"MorphoRepayRequestChain": ".morphorepayrequest",
|
|
2261
|
+
"MorphoRepayRequestTypedDict": ".morphorepayrequest",
|
|
2373
2262
|
"MorphoSupplyCollateralParams": ".morphosupplycollateralparams",
|
|
2374
2263
|
"MorphoSupplyCollateralParamsAmount": ".morphosupplycollateralparams",
|
|
2375
2264
|
"MorphoSupplyCollateralParamsAmountTypedDict": ".morphosupplycollateralparams",
|
|
2376
2265
|
"MorphoSupplyCollateralParamsTypedDict": ".morphosupplycollateralparams",
|
|
2266
|
+
"MorphoSupplyCollateralRequest": ".morphosupplycollateralrequest",
|
|
2267
|
+
"MorphoSupplyCollateralRequestAmount": ".morphosupplycollateralrequest",
|
|
2268
|
+
"MorphoSupplyCollateralRequestAmountTypedDict": ".morphosupplycollateralrequest",
|
|
2269
|
+
"MorphoSupplyCollateralRequestChain": ".morphosupplycollateralrequest",
|
|
2270
|
+
"MorphoSupplyCollateralRequestTypedDict": ".morphosupplycollateralrequest",
|
|
2271
|
+
"MorphoVault": ".morphovault",
|
|
2272
|
+
"MorphoVaultTypedDict": ".morphovault",
|
|
2377
2273
|
"MorphoWithdrawCollateralParams": ".morphowithdrawcollateralparams",
|
|
2378
2274
|
"MorphoWithdrawCollateralParamsAmount": ".morphowithdrawcollateralparams",
|
|
2379
2275
|
"MorphoWithdrawCollateralParamsAmountTypedDict": ".morphowithdrawcollateralparams",
|
|
2380
2276
|
"MorphoWithdrawCollateralParamsTypedDict": ".morphowithdrawcollateralparams",
|
|
2277
|
+
"MorphoWithdrawCollateralRequest": ".morphowithdrawcollateralrequest",
|
|
2278
|
+
"MorphoWithdrawCollateralRequestAmount": ".morphowithdrawcollateralrequest",
|
|
2279
|
+
"MorphoWithdrawCollateralRequestAmountTypedDict": ".morphowithdrawcollateralrequest",
|
|
2280
|
+
"MorphoWithdrawCollateralRequestChain": ".morphowithdrawcollateralrequest",
|
|
2281
|
+
"MorphoWithdrawCollateralRequestTypedDict": ".morphowithdrawcollateralrequest",
|
|
2381
2282
|
"MorphoWithdrawParams": ".morphowithdrawparams",
|
|
2382
2283
|
"MorphoWithdrawParamsTypedDict": ".morphowithdrawparams",
|
|
2284
|
+
"MorphoWithdrawRequest": ".morphowithdrawrequest",
|
|
2285
|
+
"MorphoWithdrawRequestChain": ".morphowithdrawrequest",
|
|
2286
|
+
"MorphoWithdrawRequestTypedDict": ".morphowithdrawrequest",
|
|
2383
2287
|
"Movement10Percent": ".movement10percent",
|
|
2384
2288
|
"Movement10PercentTypedDict": ".movement10percent",
|
|
2289
|
+
"MulticallAuthorizationRequest": ".multicallauthorizationrequest",
|
|
2290
|
+
"MulticallAuthorizationRequestChain": ".multicallauthorizationrequest",
|
|
2291
|
+
"MulticallAuthorizationRequestTypedDict": ".multicallauthorizationrequest",
|
|
2385
2292
|
"MulticallAuthorizationResponse": ".multicallauthorizationresponse",
|
|
2386
2293
|
"MulticallAuthorizationResponseTypedDict": ".multicallauthorizationresponse",
|
|
2294
|
+
"MulticallExecuteRequest": ".multicallexecuterequest",
|
|
2295
|
+
"MulticallExecuteRequestChain": ".multicallexecuterequest",
|
|
2296
|
+
"MulticallExecuteRequestTypedDict": ".multicallexecuterequest",
|
|
2387
2297
|
"OdosSwapParams": ".odosswapparams",
|
|
2388
2298
|
"OdosSwapParamsAmount": ".odosswapparams",
|
|
2389
2299
|
"OdosSwapParamsAmountTypedDict": ".odosswapparams",
|
|
@@ -2392,6 +2302,27 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2392
2302
|
"OdosSwapParamsTokenOut": ".odosswapparams",
|
|
2393
2303
|
"OdosSwapParamsTokenOutTypedDict": ".odosswapparams",
|
|
2394
2304
|
"OdosSwapParamsTypedDict": ".odosswapparams",
|
|
2305
|
+
"OdosSwapRequest": ".odosswaprequest",
|
|
2306
|
+
"OdosSwapRequestAmount": ".odosswaprequest",
|
|
2307
|
+
"OdosSwapRequestAmountTypedDict": ".odosswaprequest",
|
|
2308
|
+
"OdosSwapRequestChain": ".odosswaprequest",
|
|
2309
|
+
"OdosSwapRequestTokenIn": ".odosswaprequest",
|
|
2310
|
+
"OdosSwapRequestTokenInTypedDict": ".odosswaprequest",
|
|
2311
|
+
"OdosSwapRequestTokenOut": ".odosswaprequest",
|
|
2312
|
+
"OdosSwapRequestTokenOutTypedDict": ".odosswaprequest",
|
|
2313
|
+
"OdosSwapRequestTypedDict": ".odosswaprequest",
|
|
2314
|
+
"OdosTransactionResponse": ".odostransactionresponse",
|
|
2315
|
+
"OdosTransactionResponseTransaction": ".odostransactionresponse",
|
|
2316
|
+
"OdosTransactionResponseTransactionTypedDict": ".odostransactionresponse",
|
|
2317
|
+
"OdosTransactionResponseTypedDict": ".odostransactionresponse",
|
|
2318
|
+
"OpenPosition": ".openposition",
|
|
2319
|
+
"OpenPositionTypedDict": ".openposition",
|
|
2320
|
+
"PendleGetMarketResponse": ".pendlegetmarketresponse",
|
|
2321
|
+
"PendleGetMarketResponseTypedDict": ".pendlegetmarketresponse",
|
|
2322
|
+
"PendleListMarketsResponse": ".pendlelistmarketsresponse",
|
|
2323
|
+
"PendleListMarketsResponseTypedDict": ".pendlelistmarketsresponse",
|
|
2324
|
+
"PendleListUserPositionsResponse": ".pendlelistuserpositionsresponse",
|
|
2325
|
+
"PendleListUserPositionsResponseTypedDict": ".pendlelistuserpositionsresponse",
|
|
2395
2326
|
"PendleManageLiquidityParams": ".pendlemanageliquidityparams",
|
|
2396
2327
|
"PendleManageLiquidityParamsAction": ".pendlemanageliquidityparams",
|
|
2397
2328
|
"PendleManageLiquidityParamsAmountIn": ".pendlemanageliquidityparams",
|
|
@@ -2407,8 +2338,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2407
2338
|
"PendleManageLiquidityRequestToken": ".pendlemanageliquidityrequest",
|
|
2408
2339
|
"PendleManageLiquidityRequestTokenTypedDict": ".pendlemanageliquidityrequest",
|
|
2409
2340
|
"PendleManageLiquidityRequestTypedDict": ".pendlemanageliquidityrequest",
|
|
2341
|
+
"PendleMarket": ".pendlemarket",
|
|
2342
|
+
"PendleMarketTypedDict": ".pendlemarket",
|
|
2410
2343
|
"PendleRedeemYieldParams": ".pendleredeemyieldparams",
|
|
2411
2344
|
"PendleRedeemYieldParamsTypedDict": ".pendleredeemyieldparams",
|
|
2345
|
+
"PendleRedeemYieldRequest": ".pendleredeemyieldrequest",
|
|
2346
|
+
"PendleRedeemYieldRequestChain": ".pendleredeemyieldrequest",
|
|
2347
|
+
"PendleRedeemYieldRequestTypedDict": ".pendleredeemyieldrequest",
|
|
2412
2348
|
"PendleTradePtParams": ".pendletradeptparams",
|
|
2413
2349
|
"PendleTradePtParamsAction": ".pendletradeptparams",
|
|
2414
2350
|
"PendleTradePtParamsAmountIn": ".pendletradeptparams",
|
|
@@ -2443,7 +2379,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2443
2379
|
"PendleTxResponseTransaction": ".pendletxresponse",
|
|
2444
2380
|
"PendleTxResponseTransactionTypedDict": ".pendletxresponse",
|
|
2445
2381
|
"PendleTxResponseTypedDict": ".pendletxresponse",
|
|
2382
|
+
"Portfolio": ".portfolio",
|
|
2383
|
+
"PortfolioTypedDict": ".portfolio",
|
|
2384
|
+
"Position": ".position",
|
|
2385
|
+
"PositionTypedDict": ".position",
|
|
2446
2386
|
"Protocol": ".protocol",
|
|
2387
|
+
"RedeemUnderlying": ".redeemunderlying",
|
|
2388
|
+
"RedeemUnderlyingTypedDict": ".redeemunderlying",
|
|
2389
|
+
"Repay": ".repay",
|
|
2390
|
+
"RepayTypedDict": ".repay",
|
|
2447
2391
|
"Reserve": ".reserve",
|
|
2448
2392
|
"ReserveTypedDict": ".reserve",
|
|
2449
2393
|
"Security": ".security",
|
|
@@ -2457,6 +2401,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2457
2401
|
"SetAllowanceParamsToken": ".setallowanceparams",
|
|
2458
2402
|
"SetAllowanceParamsTokenTypedDict": ".setallowanceparams",
|
|
2459
2403
|
"SetAllowanceParamsTypedDict": ".setallowanceparams",
|
|
2404
|
+
"SetAllowanceRequest": ".setallowancerequest",
|
|
2405
|
+
"SetAllowanceRequestAmount": ".setallowancerequest",
|
|
2406
|
+
"SetAllowanceRequestAmountTypedDict": ".setallowancerequest",
|
|
2407
|
+
"SetAllowanceRequestChain": ".setallowancerequest",
|
|
2408
|
+
"SetAllowanceRequestContractEnum": ".setallowancerequest",
|
|
2409
|
+
"SetAllowanceRequestContractUnion": ".setallowancerequest",
|
|
2410
|
+
"SetAllowanceRequestContractUnionTypedDict": ".setallowancerequest",
|
|
2411
|
+
"SetAllowanceRequestToken": ".setallowancerequest",
|
|
2412
|
+
"SetAllowanceRequestTokenTypedDict": ".setallowancerequest",
|
|
2413
|
+
"SetAllowanceRequestTypedDict": ".setallowancerequest",
|
|
2460
2414
|
"R": ".signedauthorization",
|
|
2461
2415
|
"RTypedDict": ".signedauthorization",
|
|
2462
2416
|
"S": ".signedauthorization",
|
|
@@ -2468,19 +2422,45 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2468
2422
|
"SkyBuyParamsAmountTypedDict": ".skybuyparams",
|
|
2469
2423
|
"SkyBuyParamsTokenIn": ".skybuyparams",
|
|
2470
2424
|
"SkyBuyParamsTypedDict": ".skybuyparams",
|
|
2425
|
+
"SkyBuyRequest": ".skybuyrequest",
|
|
2426
|
+
"SkyBuyRequestAmount": ".skybuyrequest",
|
|
2427
|
+
"SkyBuyRequestAmountTypedDict": ".skybuyrequest",
|
|
2428
|
+
"SkyBuyRequestChain": ".skybuyrequest",
|
|
2429
|
+
"SkyBuyRequestTokenIn": ".skybuyrequest",
|
|
2430
|
+
"SkyBuyRequestTypedDict": ".skybuyrequest",
|
|
2471
2431
|
"SkyCheckPositionResponse": ".skycheckpositionresponse",
|
|
2472
2432
|
"SkyCheckPositionResponseTypedDict": ".skycheckpositionresponse",
|
|
2473
2433
|
"SkyDepositParams": ".skydepositparams",
|
|
2474
2434
|
"SkyDepositParamsAmount": ".skydepositparams",
|
|
2475
2435
|
"SkyDepositParamsAmountTypedDict": ".skydepositparams",
|
|
2476
2436
|
"SkyDepositParamsTypedDict": ".skydepositparams",
|
|
2437
|
+
"SkyDepositRequest": ".skydepositrequest",
|
|
2438
|
+
"SkyDepositRequestAmount": ".skydepositrequest",
|
|
2439
|
+
"SkyDepositRequestAmountTypedDict": ".skydepositrequest",
|
|
2440
|
+
"SkyDepositRequestChain": ".skydepositrequest",
|
|
2441
|
+
"SkyDepositRequestTypedDict": ".skydepositrequest",
|
|
2477
2442
|
"SkySellParams": ".skysellparams",
|
|
2478
2443
|
"SkySellParamsAmount": ".skysellparams",
|
|
2479
2444
|
"SkySellParamsAmountTypedDict": ".skysellparams",
|
|
2480
2445
|
"SkySellParamsTokenOut": ".skysellparams",
|
|
2481
2446
|
"SkySellParamsTypedDict": ".skysellparams",
|
|
2447
|
+
"SkySellRequest": ".skysellrequest",
|
|
2448
|
+
"SkySellRequestAmount": ".skysellrequest",
|
|
2449
|
+
"SkySellRequestAmountTypedDict": ".skysellrequest",
|
|
2450
|
+
"SkySellRequestChain": ".skysellrequest",
|
|
2451
|
+
"SkySellRequestTokenOut": ".skysellrequest",
|
|
2452
|
+
"SkySellRequestTypedDict": ".skysellrequest",
|
|
2482
2453
|
"SkyWithdrawParams": ".skywithdrawparams",
|
|
2483
2454
|
"SkyWithdrawParamsTypedDict": ".skywithdrawparams",
|
|
2455
|
+
"SkyWithdrawRequest": ".skywithdrawrequest",
|
|
2456
|
+
"SkyWithdrawRequestChain": ".skywithdrawrequest",
|
|
2457
|
+
"SkyWithdrawRequestTypedDict": ".skywithdrawrequest",
|
|
2458
|
+
"Supply": ".supply",
|
|
2459
|
+
"SupplyTypedDict": ".supply",
|
|
2460
|
+
"SupportedChainInfo": ".supportedchaininfo",
|
|
2461
|
+
"SupportedChainInfoTypedDict": ".supportedchaininfo",
|
|
2462
|
+
"SwapBorrowRate": ".swapborrowrate",
|
|
2463
|
+
"SwapBorrowRateTypedDict": ".swapborrowrate",
|
|
2484
2464
|
"SyPosition": ".syposition",
|
|
2485
2465
|
"SyPositionTypedDict": ".syposition",
|
|
2486
2466
|
"TokenEnum": ".token_enum",
|
|
@@ -2494,20 +2474,25 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2494
2474
|
"TokenInfoTypedDict": ".tokeninfo",
|
|
2495
2475
|
"TokenPriceResponse": ".tokenpriceresponse",
|
|
2496
2476
|
"TokenPriceResponseTypedDict": ".tokenpriceresponse",
|
|
2497
|
-
"TokenTransferErc20Params": ".tokentransfererc20params",
|
|
2498
|
-
"TokenTransferErc20ParamsAmount": ".tokentransfererc20params",
|
|
2499
|
-
"TokenTransferErc20ParamsAmountTypedDict": ".tokentransfererc20params",
|
|
2500
|
-
"TokenTransferErc20ParamsTypedDict": ".tokentransfererc20params",
|
|
2501
2477
|
"TokenTransferParams": ".tokentransferparams",
|
|
2502
2478
|
"TokenTransferParamsAmount": ".tokentransferparams",
|
|
2503
2479
|
"TokenTransferParamsAmountTypedDict": ".tokentransferparams",
|
|
2504
2480
|
"TokenTransferParamsToken": ".tokentransferparams",
|
|
2505
2481
|
"TokenTransferParamsTokenTypedDict": ".tokentransferparams",
|
|
2506
2482
|
"TokenTransferParamsTypedDict": ".tokentransferparams",
|
|
2483
|
+
"TokenTransferRequest": ".tokentransferrequest",
|
|
2484
|
+
"TokenTransferRequestAmount": ".tokentransferrequest",
|
|
2485
|
+
"TokenTransferRequestAmountTypedDict": ".tokentransferrequest",
|
|
2486
|
+
"TokenTransferRequestChain": ".tokentransferrequest",
|
|
2487
|
+
"TokenTransferRequestToken": ".tokentransferrequest",
|
|
2488
|
+
"TokenTransferRequestTokenTypedDict": ".tokentransferrequest",
|
|
2489
|
+
"TokenTransferRequestTypedDict": ".tokentransferrequest",
|
|
2507
2490
|
"TransactionResponse": ".transactionresponse",
|
|
2508
2491
|
"TransactionResponseTransaction": ".transactionresponse",
|
|
2509
2492
|
"TransactionResponseTransactionTypedDict": ".transactionresponse",
|
|
2510
2493
|
"TransactionResponseTypedDict": ".transactionresponse",
|
|
2494
|
+
"UnderlyingToken": ".underlyingtoken",
|
|
2495
|
+
"UnderlyingTokenTypedDict": ".underlyingtoken",
|
|
2511
2496
|
"UniswapBuyExactlyParams": ".uniswapbuyexactlyparams",
|
|
2512
2497
|
"UniswapBuyExactlyParamsAmountOut": ".uniswapbuyexactlyparams",
|
|
2513
2498
|
"UniswapBuyExactlyParamsAmountOutTypedDict": ".uniswapbuyexactlyparams",
|
|
@@ -2516,6 +2501,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2516
2501
|
"UniswapBuyExactlyParamsTokenOut": ".uniswapbuyexactlyparams",
|
|
2517
2502
|
"UniswapBuyExactlyParamsTokenOutTypedDict": ".uniswapbuyexactlyparams",
|
|
2518
2503
|
"UniswapBuyExactlyParamsTypedDict": ".uniswapbuyexactlyparams",
|
|
2504
|
+
"UniswapBuyExactlyRequest": ".uniswapbuyexactlyrequest",
|
|
2505
|
+
"UniswapBuyExactlyRequestAmountOut": ".uniswapbuyexactlyrequest",
|
|
2506
|
+
"UniswapBuyExactlyRequestAmountOutTypedDict": ".uniswapbuyexactlyrequest",
|
|
2507
|
+
"UniswapBuyExactlyRequestChain": ".uniswapbuyexactlyrequest",
|
|
2508
|
+
"UniswapBuyExactlyRequestTokenIn": ".uniswapbuyexactlyrequest",
|
|
2509
|
+
"UniswapBuyExactlyRequestTokenInTypedDict": ".uniswapbuyexactlyrequest",
|
|
2510
|
+
"UniswapBuyExactlyRequestTokenOut": ".uniswapbuyexactlyrequest",
|
|
2511
|
+
"UniswapBuyExactlyRequestTokenOutTypedDict": ".uniswapbuyexactlyrequest",
|
|
2512
|
+
"UniswapBuyExactlyRequestTypedDict": ".uniswapbuyexactlyrequest",
|
|
2519
2513
|
"UniswapBuyExactlyTransactionResponse": ".uniswapbuyexactlytransactionresponse",
|
|
2520
2514
|
"UniswapBuyExactlyTransactionResponseTransaction": ".uniswapbuyexactlytransactionresponse",
|
|
2521
2515
|
"UniswapBuyExactlyTransactionResponseTransactionTypedDict": ".uniswapbuyexactlytransactionresponse",
|
|
@@ -2534,6 +2528,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2534
2528
|
"UniswapIncreaseLiquidityProvisionParamsAmount1Min": ".uniswapincreaseliquidityprovisionparams",
|
|
2535
2529
|
"UniswapIncreaseLiquidityProvisionParamsAmount1MinTypedDict": ".uniswapincreaseliquidityprovisionparams",
|
|
2536
2530
|
"UniswapIncreaseLiquidityProvisionParamsTypedDict": ".uniswapincreaseliquidityprovisionparams",
|
|
2531
|
+
"UniswapIncreaseLiquidityProvisionRequest": ".uniswapincreaseliquidityprovisionrequest",
|
|
2532
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0Desired": ".uniswapincreaseliquidityprovisionrequest",
|
|
2533
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0DesiredTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2534
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0Min": ".uniswapincreaseliquidityprovisionrequest",
|
|
2535
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount0MinTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2536
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1Desired": ".uniswapincreaseliquidityprovisionrequest",
|
|
2537
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1DesiredTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2538
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1Min": ".uniswapincreaseliquidityprovisionrequest",
|
|
2539
|
+
"UniswapIncreaseLiquidityProvisionRequestAmount1MinTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2540
|
+
"UniswapIncreaseLiquidityProvisionRequestChain": ".uniswapincreaseliquidityprovisionrequest",
|
|
2541
|
+
"UniswapIncreaseLiquidityProvisionRequestTypedDict": ".uniswapincreaseliquidityprovisionrequest",
|
|
2537
2542
|
"UniswapLPPositionsInfoResponse": ".uniswaplppositionsinforesponse",
|
|
2538
2543
|
"UniswapLPPositionsInfoResponseTypedDict": ".uniswaplppositionsinforesponse",
|
|
2539
2544
|
"UniswapMintLiquidityProvisionParams": ".uniswapmintliquidityprovisionparams",
|
|
@@ -2546,6 +2551,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2546
2551
|
"UniswapMintLiquidityProvisionParamsAmount1Min": ".uniswapmintliquidityprovisionparams",
|
|
2547
2552
|
"UniswapMintLiquidityProvisionParamsAmount1MinTypedDict": ".uniswapmintliquidityprovisionparams",
|
|
2548
2553
|
"UniswapMintLiquidityProvisionParamsTypedDict": ".uniswapmintliquidityprovisionparams",
|
|
2554
|
+
"UniswapMintLiquidityProvisionRequest": ".uniswapmintliquidityprovisionrequest",
|
|
2555
|
+
"UniswapMintLiquidityProvisionRequestAmount0Desired": ".uniswapmintliquidityprovisionrequest",
|
|
2556
|
+
"UniswapMintLiquidityProvisionRequestAmount0DesiredTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2557
|
+
"UniswapMintLiquidityProvisionRequestAmount0Min": ".uniswapmintliquidityprovisionrequest",
|
|
2558
|
+
"UniswapMintLiquidityProvisionRequestAmount0MinTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2559
|
+
"UniswapMintLiquidityProvisionRequestAmount1Desired": ".uniswapmintliquidityprovisionrequest",
|
|
2560
|
+
"UniswapMintLiquidityProvisionRequestAmount1DesiredTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2561
|
+
"UniswapMintLiquidityProvisionRequestAmount1Min": ".uniswapmintliquidityprovisionrequest",
|
|
2562
|
+
"UniswapMintLiquidityProvisionRequestAmount1MinTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2563
|
+
"UniswapMintLiquidityProvisionRequestChain": ".uniswapmintliquidityprovisionrequest",
|
|
2564
|
+
"UniswapMintLiquidityProvisionRequestTypedDict": ".uniswapmintliquidityprovisionrequest",
|
|
2549
2565
|
"UniswapPoolPriceResponse": ".uniswappoolpriceresponse",
|
|
2550
2566
|
"UniswapPoolPriceResponseTypedDict": ".uniswappoolpriceresponse",
|
|
2551
2567
|
"UniswapPositionsSolidityResponse": ".uniswappositionssolidityresponse",
|
|
@@ -2558,6 +2574,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2558
2574
|
"UniswapSellExactlyParamsTokenOut": ".uniswapsellexactlyparams",
|
|
2559
2575
|
"UniswapSellExactlyParamsTokenOutTypedDict": ".uniswapsellexactlyparams",
|
|
2560
2576
|
"UniswapSellExactlyParamsTypedDict": ".uniswapsellexactlyparams",
|
|
2577
|
+
"UniswapSellExactlyRequest": ".uniswapsellexactlyrequest",
|
|
2578
|
+
"UniswapSellExactlyRequestAmountIn": ".uniswapsellexactlyrequest",
|
|
2579
|
+
"UniswapSellExactlyRequestAmountInTypedDict": ".uniswapsellexactlyrequest",
|
|
2580
|
+
"UniswapSellExactlyRequestChain": ".uniswapsellexactlyrequest",
|
|
2581
|
+
"UniswapSellExactlyRequestTokenIn": ".uniswapsellexactlyrequest",
|
|
2582
|
+
"UniswapSellExactlyRequestTokenInTypedDict": ".uniswapsellexactlyrequest",
|
|
2583
|
+
"UniswapSellExactlyRequestTokenOut": ".uniswapsellexactlyrequest",
|
|
2584
|
+
"UniswapSellExactlyRequestTokenOutTypedDict": ".uniswapsellexactlyrequest",
|
|
2585
|
+
"UniswapSellExactlyRequestTypedDict": ".uniswapsellexactlyrequest",
|
|
2561
2586
|
"UniswapSellExactlyTransactionResponse": ".uniswapsellexactlytransactionresponse",
|
|
2562
2587
|
"UniswapSellExactlyTransactionResponseTransaction": ".uniswapsellexactlytransactionresponse",
|
|
2563
2588
|
"UniswapSellExactlyTransactionResponseTransactionTypedDict": ".uniswapsellexactlytransactionresponse",
|
|
@@ -2568,6 +2593,11 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2568
2593
|
"UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal": ".uniswapwithdrawliquidityprovisionparams",
|
|
2569
2594
|
"UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawalTypedDict": ".uniswapwithdrawliquidityprovisionparams",
|
|
2570
2595
|
"UniswapWithdrawLiquidityProvisionParamsTypedDict": ".uniswapwithdrawliquidityprovisionparams",
|
|
2596
|
+
"UniswapWithdrawLiquidityProvisionRequest": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2597
|
+
"UniswapWithdrawLiquidityProvisionRequestChain": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2598
|
+
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2599
|
+
"UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawalTypedDict": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2600
|
+
"UniswapWithdrawLiquidityProvisionRequestTypedDict": ".uniswapwithdrawliquidityprovisionrequest",
|
|
2571
2601
|
"UnsignedMulticallTransaction": ".unsignedmulticalltransaction",
|
|
2572
2602
|
"UnsignedMulticallTransactionTypedDict": ".unsignedmulticalltransaction",
|
|
2573
2603
|
"UnsignedTransaction": ".unsignedtransaction",
|
|
@@ -2576,6 +2606,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2576
2606
|
"UnwrapWethParamsAmount": ".unwrapwethparams",
|
|
2577
2607
|
"UnwrapWethParamsAmountTypedDict": ".unwrapwethparams",
|
|
2578
2608
|
"UnwrapWethParamsTypedDict": ".unwrapwethparams",
|
|
2609
|
+
"UnwrapWethRequest": ".unwrapwethrequest",
|
|
2610
|
+
"UnwrapWethRequestAmount": ".unwrapwethrequest",
|
|
2611
|
+
"UnwrapWethRequestAmountTypedDict": ".unwrapwethrequest",
|
|
2612
|
+
"UnwrapWethRequestChain": ".unwrapwethrequest",
|
|
2613
|
+
"UnwrapWethRequestTypedDict": ".unwrapwethrequest",
|
|
2614
|
+
"UsageAsCollateral": ".usageascollateral",
|
|
2615
|
+
"UsageAsCollateralTypedDict": ".usageascollateral",
|
|
2616
|
+
"Body": ".useroperation",
|
|
2617
|
+
"BodyTypedDict": ".useroperation",
|
|
2618
|
+
"UserOperation": ".useroperation",
|
|
2619
|
+
"UserOperationTypedDict": ".useroperation",
|
|
2579
2620
|
"UserOperationResponse": ".useroperationresponse",
|
|
2580
2621
|
"UserOperationResponseTypedDict": ".useroperationresponse",
|
|
2581
2622
|
"UserState": ".userstate",
|
|
@@ -2625,6 +2666,9 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2625
2666
|
"V1AerodromeSlipstreamPoolPriceRequestTypedDict": ".v1_aerodrome_slipstream_pool_priceop",
|
|
2626
2667
|
"V1AerodromeSlipstreamPoolPriceTokenInToken": ".v1_aerodrome_slipstream_pool_priceop",
|
|
2627
2668
|
"V1AerodromeSlipstreamPoolPriceTokenOutToken": ".v1_aerodrome_slipstream_pool_priceop",
|
|
2669
|
+
"V1EthenaVaultChain": ".v1_ethena_vaultop",
|
|
2670
|
+
"V1EthenaVaultRequest": ".v1_ethena_vaultop",
|
|
2671
|
+
"V1EthenaVaultRequestTypedDict": ".v1_ethena_vaultop",
|
|
2628
2672
|
"V1GenericAllowanceChain": ".v1_generic_allowanceop",
|
|
2629
2673
|
"V1GenericAllowanceContractEnum": ".v1_generic_allowanceop",
|
|
2630
2674
|
"V1GenericAllowanceContractUnion": ".v1_generic_allowanceop",
|
|
@@ -2692,8 +2736,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2692
2736
|
"V1TokenPriceChain": ".v1_token_priceop",
|
|
2693
2737
|
"V1TokenPriceRequest": ".v1_token_priceop",
|
|
2694
2738
|
"V1TokenPriceRequestTypedDict": ".v1_token_priceop",
|
|
2695
|
-
"V1TokenPriceToken": ".v1_token_priceop",
|
|
2696
|
-
"V1TokenPriceTokenTypedDict": ".v1_token_priceop",
|
|
2697
2739
|
"ResponseV1TransactionBundlerAaveLoop": ".v1_transaction_bundler_aave_loopop",
|
|
2698
2740
|
"ResponseV1TransactionBundlerAaveLoopTypedDict": ".v1_transaction_bundler_aave_loopop",
|
|
2699
2741
|
"V1UniswapLiquidityProvisionInRangeChain": ".v1_uniswap_liquidity_provision_in_rangeop",
|
|
@@ -2731,18 +2773,37 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2731
2773
|
"LocTypedDict": ".validationerror",
|
|
2732
2774
|
"ValidationError": ".validationerror",
|
|
2733
2775
|
"ValidationErrorTypedDict": ".validationerror",
|
|
2776
|
+
"Vault": ".vault",
|
|
2777
|
+
"VaultTypedDict": ".vault",
|
|
2734
2778
|
"VaultDepositParams": ".vaultdepositparams",
|
|
2735
2779
|
"VaultDepositParamsAmount": ".vaultdepositparams",
|
|
2736
2780
|
"VaultDepositParamsAmountTypedDict": ".vaultdepositparams",
|
|
2737
2781
|
"VaultDepositParamsTypedDict": ".vaultdepositparams",
|
|
2782
|
+
"VaultDepositRequest": ".vaultdepositrequest",
|
|
2783
|
+
"VaultDepositRequestAmount": ".vaultdepositrequest",
|
|
2784
|
+
"VaultDepositRequestAmountTypedDict": ".vaultdepositrequest",
|
|
2785
|
+
"VaultDepositRequestChain": ".vaultdepositrequest",
|
|
2786
|
+
"VaultDepositRequestTypedDict": ".vaultdepositrequest",
|
|
2787
|
+
"VaultGetVaultResponse": ".vaultgetvaultresponse",
|
|
2788
|
+
"VaultGetVaultResponseTypedDict": ".vaultgetvaultresponse",
|
|
2789
|
+
"VaultPosition": ".vaultposition",
|
|
2790
|
+
"VaultPositionTypedDict": ".vaultposition",
|
|
2738
2791
|
"VaultWithdrawParams": ".vaultwithdrawparams",
|
|
2739
2792
|
"VaultWithdrawParamsTypedDict": ".vaultwithdrawparams",
|
|
2793
|
+
"VaultWithdrawRequest": ".vaultwithdrawrequest",
|
|
2794
|
+
"VaultWithdrawRequestChain": ".vaultwithdrawrequest",
|
|
2795
|
+
"VaultWithdrawRequestTypedDict": ".vaultwithdrawrequest",
|
|
2740
2796
|
"WeeklyApys": ".weeklyapys",
|
|
2741
2797
|
"WeeklyApysTypedDict": ".weeklyapys",
|
|
2742
2798
|
"WrapEthParams": ".wrapethparams",
|
|
2743
2799
|
"WrapEthParamsAmount": ".wrapethparams",
|
|
2744
2800
|
"WrapEthParamsAmountTypedDict": ".wrapethparams",
|
|
2745
2801
|
"WrapEthParamsTypedDict": ".wrapethparams",
|
|
2802
|
+
"WrapEthRequest": ".wrapethrequest",
|
|
2803
|
+
"WrapEthRequestAmount": ".wrapethrequest",
|
|
2804
|
+
"WrapEthRequestAmountTypedDict": ".wrapethrequest",
|
|
2805
|
+
"WrapEthRequestChain": ".wrapethrequest",
|
|
2806
|
+
"WrapEthRequestTypedDict": ".wrapethrequest",
|
|
2746
2807
|
"YieldRange": ".yieldrange",
|
|
2747
2808
|
"YieldRangeTypedDict": ".yieldrange",
|
|
2748
2809
|
}
|