UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

42 lines 1.6 kB
/** * This code was AUTOGENERATED using the Codama library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun Codama to update it. * * @see https://github.com/codama-idl/codama */ import { type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from '@solana/kit'; export declare enum GlobalConfigOption { EmergencyMode = 0, BlockDeposit = 1, BlockInvest = 2, BlockWithdraw = 3, BlockCollectFees = 4, BlockCollectRewards = 5, BlockSwapRewards = 6, BlockSwapUnevenVaults = 7, WithdrawalFeeBps = 8, DeprecatedSwapDiscountBps = 9, ActionsAuthority = 10, DeprecatedTreasuryFeeVaults = 11, AdminAuthority = 12, BlockEmergencySwap = 13, BlockLocalAdmin = 14, UpdateTokenInfos = 15, ScopeProgramId = 16, UpdateScopePriceId = 17, MinPerformanceFeeBps = 18, MinSwapUnevenSlippageToleranceBps = 19, MinReferencePriceSlippageToleranceBps = 20, ActionsAfterRebalanceDelaySeconds = 21, TreasuryFeeVaultReceiver = 22, AddScopePriceId = 23, MaxDeviationFromRefPriceOnInvestBps = 24, InvestCooldownSlots = 25, MinInvestTriggerValueUsd = 26 } export type GlobalConfigOptionArgs = GlobalConfigOption; export declare function getGlobalConfigOptionEncoder(): FixedSizeEncoder<GlobalConfigOptionArgs>; export declare function getGlobalConfigOptionDecoder(): FixedSizeDecoder<GlobalConfigOption>; export declare function getGlobalConfigOptionCodec(): FixedSizeCodec<GlobalConfigOptionArgs, GlobalConfigOption>; //# sourceMappingURL=globalConfigOption.d.ts.map