Function refreshObligationKlend
- refreshObligationKlend(
lendingMarket: PublicKey,
obligation: PublicKey,
targetReserve: PublicKey,
depositReserves: PublicKey[],
borrowReserves: PublicKey[],
isFirstDeposit: boolean,
): {
ix: web3.TransactionInstruction;
remainingAccounts: web3.AccountMeta[];
} Parameters
- lendingMarket: PublicKey
- obligation: PublicKey
- targetReserve: PublicKey
- depositReserves: PublicKey[]
- borrowReserves: PublicKey[]
- isFirstDeposit: boolean
Returns { ix: web3.TransactionInstruction; remainingAccounts: web3.AccountMeta[] }