@galacticcouncil/sdk-next 0.14.2 → 0.15.0-pr222-614dec7
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.
|
@@ -24,7 +24,7 @@ export declare class AaveUtils {
|
|
|
24
24
|
*
|
|
25
25
|
* @param user - user address
|
|
26
26
|
* @param reserve - reserve on-chain id (registry)
|
|
27
|
-
* @param
|
|
27
|
+
* @param withdrawAmount - aToken withdrawAmount amount (decimal)
|
|
28
28
|
* @returns health factor decimal value
|
|
29
29
|
*/
|
|
30
30
|
getHealthFactorAfterWithdraw(user: string, reserve: number, withdrawAmount: string): Promise<number>;
|