/** * 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 Codec, type Decoder, type Encoder } from '@solana/kit'; import { type DistributionEntry, type DistributionEntryArgs } from './index.js'; export type OpenArgs = { salt: bigint; deposit: bigint; gracePeriod: number; openSlot: bigint; recipients: Array; }; export type OpenArgsArgs = { salt: number | bigint; deposit: number | bigint; gracePeriod: number; openSlot: number | bigint; recipients: Array; }; export declare function getOpenArgsEncoder(): Encoder; export declare function getOpenArgsDecoder(): Decoder; export declare function getOpenArgsCodec(): Codec; //# sourceMappingURL=openArgs.d.ts.map