UNPKG

@kamino-finance/klend-sdk

Version:

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

7 lines 389 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface UpdateLendingMarketOwnerAccounts { lendingMarketOwnerCached: PublicKey; lendingMarket: PublicKey; } export declare function updateLendingMarketOwner(accounts: UpdateLendingMarketOwnerAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=updateLendingMarketOwner.d.ts.map