LinearBpsScheduleV2Args: {
    duration: number | bigint;
    interceptBps: number | bigint;
    maxBps: number | bigint;
    reserved: Uint8Array;
    slopeBps: number | bigint;
    startCondition: ConditionArgs;
}

Type declaration

  • duration: number | bigint
  • interceptBps: number | bigint
  • maxBps: number | bigint
  • reserved: Uint8Array
  • slopeBps: number | bigint
  • startCondition: ConditionArgs

Generated using TypeDoc