Type alias AddRaydiumCpmmBucketV2BaseInstructionArgs

AddRaydiumCpmmBucketV2BaseInstructionArgs: {
    baseTokenAllocation: number | bigint;
    bucketIndex: number;
    padding: number[];
    poolCreationFee: number | bigint;
    startCondition: ConditionArgs;
}

Type declaration

  • baseTokenAllocation: number | bigint
  • bucketIndex: number
  • padding: number[]
  • poolCreationFee: number | bigint
  • startCondition: ConditionArgs

Generated using TypeDoc