UNPKG

kamino-sdk-beta

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

8 lines 351 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface UpdateFeeOwnerAccounts { lbPair: PublicKey; newFeeOwner: PublicKey; admin: PublicKey; } export declare function updateFeeOwner(accounts: UpdateFeeOwnerAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=updateFeeOwner.d.ts.map