/** * 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, FixedSizeDecoder, FixedSizeEncoder } from "@solana/kit"; export interface PositionRewardInfo { growthInsideCheckpoint: bigint; amountOwed: bigint; } export interface PositionRewardInfoArgs { growthInsideCheckpoint: number | bigint; amountOwed: number | bigint; } export declare function getPositionRewardInfoEncoder(): FixedSizeEncoder; export declare function getPositionRewardInfoDecoder(): FixedSizeDecoder; export declare function getPositionRewardInfoCodec(): FixedSizeCodec; //# sourceMappingURL=positionRewardInfo.d.ts.map