UNPKG

@kamino-finance/klend-sdk

Version:

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

12 lines 504 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface RedeemFeesAccounts { reserve: PublicKey; reserveLiquidityMint: PublicKey; reserveLiquidityFeeReceiver: PublicKey; reserveSupplyLiquidity: PublicKey; lendingMarket: PublicKey; lendingMarketAuthority: PublicKey; tokenProgram: PublicKey; } export declare function redeemFees(accounts: RedeemFeesAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=redeemFees.d.ts.map