interface SolendSupplyStrategyType {
    borrowReserveAccounts: Common.SolendReserveAccounts[];
    depositCollateralAta: PublicKey;
    depositReserveAccounts: Common.SolendReserveAccounts[];
    lendingMarket: PublicKey;
    lendingMarketAuthority: PublicKey;
    pythOracle: PublicKey;
    reserve: PublicKey;
    reserveCollateralMint: PublicKey;
    reserveLiquiditySupply: PublicKey;
    switchboardOracle: PublicKey;
}

Properties

borrowReserveAccounts: Common.SolendReserveAccounts[]
depositCollateralAta: PublicKey
depositReserveAccounts: Common.SolendReserveAccounts[]
lendingMarket: PublicKey
lendingMarketAuthority: PublicKey
pythOracle: PublicKey
reserve: PublicKey
reserveCollateralMint: PublicKey
reserveLiquiditySupply: PublicKey
switchboardOracle: PublicKey