TinyBase logoTinyBase β

provideCheckpoints

The provideCheckpoints function registers a Checkpoints object with a given Id into the current Provider context.

provideCheckpoints(
  checkpointsId: string,
  checkpoints: Checkpoints,
): void
TypeDescription
checkpointsIdstring

The Id to register the Checkpoints object under.

checkpointsCheckpoints

The Checkpoints object to register.

returnsvoid

This has no return value.

Since

v8.1.0