Type alias AddLaunchPoolBucketV1InstructionData

AddLaunchPoolBucketV1InstructionData: {
    bonusSchedule: LinearBpsSchedule;
    claimStart: bigint;
    depositPenalty: LinearBpsSchedule;
    discriminator: number;
    end: bigint;
    index: number;
    padding: number[];
    start: bigint;
    totalAmount: bigint;
    withdrawPenalty: LinearBpsSchedule;
}

Type declaration

Generated using TypeDoc