Preparing search index...
The search index is not available
@aave/aave-v3-aptos-ts-sdk - v0.0.48
@aave/aave-v3-aptos-ts-sdk
UserReserveData
Interface UserReserveData
Interface representing the reserve data of a user.
interface
UserReserveData
{
currentATokenBalance
:
bigint
;
currentVariableDebt
:
bigint
;
liquidityRate
:
bigint
;
scaledVariableDebt
:
bigint
;
usageAsCollateralEnabled
:
boolean
;
}
Index
Properties
currentAToken
Balance
current
Variable
Debt
liquidity
Rate
scaled
Variable
Debt
usage
As
Collateral
Enabled
Properties
currentAToken
Balance
currentATokenBalance
:
bigint
current
Variable
Debt
currentVariableDebt
:
bigint
liquidity
Rate
liquidityRate
:
bigint
scaled
Variable
Debt
scaledVariableDebt
:
bigint
usage
As
Collateral
Enabled
usageAsCollateralEnabled
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
currentAToken
Balance
current
Variable
Debt
liquidity
Rate
scaled
Variable
Debt
usage
As
Collateral
Enabled
@aave/aave-v3-aptos-ts-sdk - v0.0.48
Loading...
Interface representing the reserve data of a user.