Function: getSynchronizer()
getSynchronizer(
synchronizerId):Synchronizer|undefined
Get the synchronizer with the given id from the state.
Parameters
• synchronizerId: string
The id of the synchronizer to be retrieved.
Returns
Synchronizer | undefined
A synchronizer object.