Coda by Ian Macalinao
    Preparing search index...
    interface Reserve {
        borrowedAmountOutsideElevationGroup: bigint;
        borrowedAmountsAgainstThisReserveInElevationGroups: bigint[];
        collateral: ReserveCollateral;
        config: ReserveConfig;
        configPadding: bigint[];
        discriminator: ReadonlyUint8Array;
        farmCollateral: Address;
        farmDebt: Address;
        lastUpdate: LastUpdate;
        lendingMarket: Address;
        liquidity: ReserveLiquidity;
        padding: bigint[];
        reserveCollateralPadding: bigint[];
        reserveLiquidityPadding: bigint[];
        version: bigint;
    }
    Index

    Properties

    borrowedAmountOutsideElevationGroup: bigint
    borrowedAmountsAgainstThisReserveInElevationGroups: bigint[]

    Amount of token borrowed in lamport of debt asset in the given elevation group when this reserve is part of the collaterals.

    collateral: ReserveCollateral

    Reserve collateral

    Reserve configuration values

    configPadding: bigint[]
    discriminator: ReadonlyUint8Array
    farmCollateral: Address
    farmDebt: Address
    lastUpdate: LastUpdate

    Last slot when supply and rates updated

    lendingMarket: Address

    Lending market address

    liquidity: ReserveLiquidity

    Reserve liquidity

    padding: bigint[]
    reserveCollateralPadding: bigint[]
    reserveLiquidityPadding: bigint[]
    version: bigint

    Version of the reserve