Configuration for the Klend supply strategy.

interface KlendSupplyStrategyType {
    borrowReservesWithOracle: { pythOracle: PublicKey; reserve: PublicKey }[];
    depositReservesWithOracle: { pythOracle: PublicKey; reserve: PublicKey }[];
    lendingMarket: PublicKey;
    oracle: PublicKey;
    reserve: PublicKey;
    reserveCollateralMint: PublicKey;
    reserveDestinationDepositCollateral: PublicKey;
    reserveFarmState: PublicKey;
    reserveLiquiditySupply: PublicKey;
    scopePrices: PublicKey;
}

Properties

borrowReservesWithOracle: { pythOracle: PublicKey; reserve: PublicKey }[]
depositReservesWithOracle: { pythOracle: PublicKey; reserve: PublicKey }[]
lendingMarket: PublicKey
oracle: PublicKey
reserve: PublicKey
reserveCollateralMint: PublicKey
reserveDestinationDepositCollateral: PublicKey
reserveFarmState: PublicKey
reserveLiquiditySupply: PublicKey
scopePrices: PublicKey