Type alias AddLaunchPoolBucketV1InstructionDataArgs

AddLaunchPoolBucketV1InstructionDataArgs: {
    bonusSchedule: LinearBpsScheduleArgs;
    claimStart: number | bigint;
    depositPenalty: LinearBpsScheduleArgs;
    end: number | bigint;
    index?: number;
    padding?: number[];
    start: number | bigint;
    totalAmount?: number | bigint;
    withdrawPenalty: LinearBpsScheduleArgs;
}

Type declaration

Generated using TypeDoc