@aave/aave-v3-aptos-ts-sdk - v0.0.53
    Preparing search index...

    Type Alias UiDataProviderUserReserveData

    Represents the data related to a user's reserve in the Aave protocol.

    type UiDataProviderUserReserveData = {
        decimals: number;
        scaledATokenBalance: bigint;
        scaledVariableDebt: bigint;
        underlyingAsset: string;
        usageAsCollateralEnabledOnUser: boolean;
    }
    Index

    Properties

    decimals: number

    The number of decimals of the underlying asset.

    scaledATokenBalance: bigint

    The scaled balance of AToken held by the user.

    scaledVariableDebt: bigint

    The scaled variable debt of the user.

    underlyingAsset: string

    The address of the underlying asset.

    usageAsCollateralEnabledOnUser: boolean

    Indicates if the user has enabled the asset as collateral.