UNPKG

kamino-sdk-beta

Version:

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

8 lines 376 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface SetFeeAuthorityAccounts { whirlpoolsConfig: PublicKey; feeAuthority: PublicKey; newFeeAuthority: PublicKey; } export declare function setFeeAuthority(accounts: SetFeeAuthorityAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=setFeeAuthority.d.ts.map