Interface used with historical sync'ing to start model sync on one or more models, or to shutdown the service providing the sync'ing

Hierarchy

  • SyncApi

Implements

Constructors

Properties

modelsToHistoricSync: Map<string, number> = ...
modelsToSync: Set<string> = ...

Accessors

Methods

  • Callback used when a block is received from the listener.

    Parameters

    • event:: BlockProofsListenerEvent

      BlockProofsListenerEvent

    Returns Promise<void>