@kamino-finance/farms-sdk
Version:
20 lines • 912 B
TypeScript
/**
* 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 type RewardPerTimeUnitPoint = {
tsStart: bigint;
rewardPerTimeUnit: bigint;
};
export type RewardPerTimeUnitPointArgs = {
tsStart: number | bigint;
rewardPerTimeUnit: number | bigint;
};
export declare function getRewardPerTimeUnitPointEncoder(): FixedSizeEncoder<RewardPerTimeUnitPointArgs>;
export declare function getRewardPerTimeUnitPointDecoder(): FixedSizeDecoder<RewardPerTimeUnitPoint>;
export declare function getRewardPerTimeUnitPointCodec(): FixedSizeCodec<RewardPerTimeUnitPointArgs, RewardPerTimeUnitPoint>;
//# sourceMappingURL=rewardPerTimeUnitPoint.d.ts.map