Function getKlendObligationReserves
- getKlendObligationReserves(
connection: Connection,
obligationAddress: PublicKey,
): Promise<
{
borrowReservesWithOracle: {
pythOracle: web3.PublicKey;
reserve: web3.PublicKey;
}[];
depositReservesWithOracle: {
pythOracle: web3.PublicKey;
reserve: web3.PublicKey;
}[];
},
> Parameters
- connection: Connection
- obligationAddress: PublicKey
Returns Promise<
{
borrowReservesWithOracle: {
pythOracle: web3.PublicKey;
reserve: web3.PublicKey;
}[];
depositReservesWithOracle: {
pythOracle: web3.PublicKey;
reserve: web3.PublicKey;
}[];
},
>