/** * 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 Address, type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from "@solana/kit"; export type HarvestFeeEvent = { harvester: Address; vault: Address; protocol: Address; admin: Address; manager: Address; amountLpAdminFees: bigint; amountLpManagerFees: bigint; amountLpProtocolFees: bigint; }; export type HarvestFeeEventArgs = { harvester: Address; vault: Address; protocol: Address; admin: Address; manager: Address; amountLpAdminFees: number | bigint; amountLpManagerFees: number | bigint; amountLpProtocolFees: number | bigint; }; export declare function getHarvestFeeEventEncoder(): FixedSizeEncoder; export declare function getHarvestFeeEventDecoder(): FixedSizeDecoder; export declare function getHarvestFeeEventCodec(): FixedSizeCodec; //# sourceMappingURL=harvestFeeEvent.d.ts.map