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

    Type Alias AggregatedReserveData

    Represents the aggregated reserve data for a specific asset in the Aave protocol.

    type AggregatedReserveData = {
        accruedToTreasury: bigint;
        aTokenAddress: string;
        availableLiquidity: bigint;
        baseLTVasCollateral: bigint;
        baseVariableBorrowRate: bigint;
        borrowableInIsolation: boolean;
        borrowCap: bigint;
        borrowingEnabled: boolean;
        debtCeiling: bigint;
        debtCeilingDecimals: number;
        decimals: number;
        deficit: bigint;
        eModeCategoryId: number;
        eModeLabel: string;
        eModeLiquidationBonus: number;
        eModeLiquidationThreshold: number;
        eModeLtv: number;
        flashLoanEnabled: boolean;
        isActive: boolean;
        isFrozen: boolean;
        isolationModeTotalDebt: bigint;
        isPaused: boolean;
        isSiloedBorrowing: boolean;
        isVirtualAccActive: boolean;
        lastUpdateTimestamp: number;
        liquidityIndex: bigint;
        liquidityRate: bigint;
        name: string;
        optimalUsageRatio: bigint;
        priceInMarketReferenceCurrency: bigint;
        reserveFactor: bigint;
        reserveLiquidationBonus: bigint;
        reserveLiquidationThreshold: bigint;
        supplyCap: bigint;
        symbol: string;
        totalScaledVariableDebt: bigint;
        underlyingAsset: string;
        usageAsCollateralEnabled: boolean;
        variableBorrowIndex: bigint;
        variableBorrowRate: bigint;
        variableDebtTokenAddress: string;
        variableRateSlope1: bigint;
        variableRateSlope2: bigint;
        virtualUnderlyingBalance: bigint;
    }
    Index

    Properties

    accruedToTreasury: bigint

    The amount accrued to the treasury.

    aTokenAddress: string

    The address of the aToken contract.

    availableLiquidity: bigint

    The available liquidity of the asset.

    baseLTVasCollateral: bigint

    The loan-to-value ratio for the asset when used as collateral.

    baseVariableBorrowRate: bigint

    The base variable borrow rate.

    borrowableInIsolation: boolean

    Whether the asset is borrowable in isolation.

    borrowCap: bigint

    The borrow cap for the asset.

    borrowingEnabled: boolean

    Whether borrowing is enabled for the asset.

    debtCeiling: bigint

    The debt ceiling for the asset.

    debtCeilingDecimals: number

    The number of decimals for the debt ceiling.

    decimals: number

    The number of decimals of the asset.

    deficit: bigint
    eModeCategoryId: number

    The eMode category ID.

    eModeLabel: string

    The label for eMode.

    eModeLiquidationBonus: number

    The liquidation bonus in eMode.

    eModeLiquidationThreshold: number

    The liquidation threshold in eMode.

    eModeLtv: number

    The loan-to-value ratio in eMode.

    flashLoanEnabled: boolean

    Whether flash loans are enabled for the asset.

    isActive: boolean

    Whether the asset is active.

    isFrozen: boolean

    Whether the asset is frozen.

    isolationModeTotalDebt: bigint

    The total debt in isolation mode.

    isPaused: boolean

    Whether the asset is paused.

    isSiloedBorrowing: boolean

    Whether the asset has siloed borrowing.

    isVirtualAccActive: boolean
    lastUpdateTimestamp: number

    The timestamp of the last update.

    liquidityIndex: bigint

    The liquidity index of the asset.

    liquidityRate: bigint

    The liquidity rate of the asset.

    name: string

    The name of the asset.

    optimalUsageRatio: bigint

    The optimal usage ratio.

    priceInMarketReferenceCurrency: bigint

    The price of the asset in the market reference currency.

    reserveFactor: bigint

    The reserve factor for the asset.

    reserveLiquidationBonus: bigint

    The bonus applied during liquidation.

    reserveLiquidationThreshold: bigint

    The threshold at which the asset can be liquidated.

    supplyCap: bigint

    The supply cap for the asset.

    symbol: string

    The symbol of the asset.

    totalScaledVariableDebt: bigint

    The total scaled variable debt of the asset.

    underlyingAsset: string

    The address of the underlying asset.

    usageAsCollateralEnabled: boolean

    Whether the asset can be used as collateral.

    variableBorrowIndex: bigint

    The variable borrow index of the asset.

    variableBorrowRate: bigint

    The variable borrow rate of the asset.

    variableDebtTokenAddress: string

    The address of the variable debt token contract.

    variableRateSlope1: bigint

    The first slope of the variable rate.

    variableRateSlope2: bigint

    The second slope of the variable rate.

    virtualUnderlyingBalance: bigint