UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

11 lines 464 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface RefreshReserveAccounts { reserve: PublicKey; lendingMarket: PublicKey; pythOracle: PublicKey; switchboardPriceOracle: PublicKey; switchboardTwapOracle: PublicKey; scopePrices: PublicKey; } export declare function refreshReserve(accounts: RefreshReserveAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=refreshReserve.d.ts.map