UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

8 lines 376 B
import { Address, IInstruction, TransactionSigner } from "@solana/kit"; export interface SetFeeAuthorityAccounts { whirlpoolsConfig: Address; feeAuthority: TransactionSigner; newFeeAuthority: Address; } export declare function setFeeAuthority(accounts: SetFeeAuthorityAccounts, programAddress?: Address): IInstruction; //# sourceMappingURL=setFeeAuthority.d.ts.map