/** * 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 CloseStrategyEvent = { manager: Address; vault: Address; strategy: Address; strategyInitReceipt: Address; closedTs: bigint; }; export type CloseStrategyEventArgs = { manager: Address; vault: Address; strategy: Address; strategyInitReceipt: Address; closedTs: number | bigint; }; export declare function getCloseStrategyEventEncoder(): FixedSizeEncoder; export declare function getCloseStrategyEventDecoder(): FixedSizeDecoder; export declare function getCloseStrategyEventCodec(): FixedSizeCodec; //# sourceMappingURL=closeStrategyEvent.d.ts.map