UNPKG

@kamino-finance/klend-sdk

Version:

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

13 lines 458 B
import { Connection, Keypair, PublicKey } from '@solana/web3.js'; import { Web3Client } from './lib'; import * as anchor from '@coral-xyz/anchor'; export declare function parseKeypairFile(file: string): Keypair; export type Env = { provider: anchor.AnchorProvider; payer: Keypair; connection: Connection; client: Web3Client; kLendProgramId: PublicKey; kVaultProgramId: PublicKey; }; //# sourceMappingURL=client_kamino_manager.d.ts.map