UNPKG

kamino-sdk-beta

Version:

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

11 lines 542 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface SetDefaultProtocolFeeRateArgs { defaultProtocolFeeRate: number; } export interface SetDefaultProtocolFeeRateAccounts { whirlpoolsConfig: PublicKey; feeAuthority: PublicKey; } export declare const layout: any; export declare function setDefaultProtocolFeeRate(args: SetDefaultProtocolFeeRateArgs, accounts: SetDefaultProtocolFeeRateAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=setDefaultProtocolFeeRate.d.ts.map