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

    Interface UserReserveData

    Interface representing the reserve data of a user.

    interface UserReserveData {
        currentATokenBalance: bigint;
        currentVariableDebt: bigint;
        liquidityRate: bigint;
        scaledVariableDebt: bigint;
        usageAsCollateralEnabled: boolean;
    }
    Index

    Properties

    currentATokenBalance: bigint
    currentVariableDebt: bigint
    liquidityRate: bigint
    scaledVariableDebt: bigint
    usageAsCollateralEnabled: boolean