Function createLinearBpsScheduleV2
- createLinearBpsScheduleV2(point1: SchedulePoint, point2: SchedulePoint, args: {
duration: number | bigint;
maxBps: number | bigint;
startCondition: ConditionArgs;
}): LinearBpsScheduleV2Args
-
Parameters
-
-
-
args: {
duration: number | bigint;
maxBps: number | bigint;
startCondition: ConditionArgs;
}
-
duration: number | bigint
-
maxBps: number | bigint
-
Creates a LinearBpsScheduleV2 from two schedule points and a condition + duration.