ReserveData2: {
aTokenSupply: bigint;
reserveAccruedToTreasury: bigint;
reserveCurrentLiquidityRate: bigint;
reserveCurrentVariableBorrowRate: bigint;
reserveLastUpdateTimestamp: bigint;
reserveLiquidityIndex: bigint;
reserveUnbacked: bigint;
reserveVarBorrowIndex: bigint;
varTokenSupply: bigint;
}
Type declaration
aTokenSupply: bigint
reserveAccruedToTreasury: bigint
reserveCurrentLiquidityRate: bigint
reserveCurrentVariableBorrowRate: bigint
reserveLastUpdateTimestamp: bigint
reserveLiquidityIndex: bigint
reserveUnbacked: bigint
reserveVarBorrowIndex: bigint
varTokenSupply: bigint
Represents the reserve data structure for Aave V3 on Aptos.