UNPKG

@kamino-finance/klend-sdk

Version:

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

7 lines 355 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface RefreshReservesBatchArgs { skipPriceUpdates: boolean; } export declare const layout: any; export declare function refreshReservesBatch(args: RefreshReservesBatchArgs, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=refreshReservesBatch.d.ts.map