api_procedures_createCheckpointSchedule.CreateCheckpointScheduleParams
Previousapi_procedures_createAsset.CreateAssetWithTickerParamsNextapi_procedures_createGroup.CreateGroupParams
Last updated
Was this helpful?
@polymeshassociation/polymesh-sdk / Modules / api/procedures/createCheckpointSchedule / CreateCheckpointScheduleParams
api/procedures/createCheckpointSchedule.CreateCheckpointScheduleParams
• period: null | CalendarPeriod
The cadence with which to make Checkpoints.
note A null value indicates to create only one Checkpoint, regardless of repetitions specified. This can be used to schedule the creation of a Checkpoint in the future
Defined in
api/procedures/createCheckpointSchedule.ts:30
• repetitions: null | BigNumber
The number of snapshots to take. A null value indicates snapshots should be made indefinitely
Defined in
api/procedures/createCheckpointSchedule.ts:34
• start: null | Date
The date from which to begin creating snapshots. A null value indicates immediately
Defined in
Last updated
Was this helpful?
Was this helpful?