UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

19 lines 968 B
/** * 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'; import { type RebalanceTakeProfitStep, type RebalanceTakeProfitStepArgs } from '.'; export type RebalanceTakeProfitState = { step: RebalanceTakeProfitStep; }; export type RebalanceTakeProfitStateArgs = { step: RebalanceTakeProfitStepArgs; }; export declare function getRebalanceTakeProfitStateEncoder(): FixedSizeEncoder<RebalanceTakeProfitStateArgs>; export declare function getRebalanceTakeProfitStateDecoder(): FixedSizeDecoder<RebalanceTakeProfitState>; export declare function getRebalanceTakeProfitStateCodec(): FixedSizeCodec<RebalanceTakeProfitStateArgs, RebalanceTakeProfitState>; //# sourceMappingURL=rebalanceTakeProfitState.d.ts.map