ZcashLightClientKit/Sources/ZcashLightClientKit/Synchronizer
Michal Fousek 7e646adba0 [#816] Improve how rewind(policy:) call can be used
Closes #816

- `SDKSynchronizer.rewind(policy:)` can be now called anytime.
- If the sync is in progress then the sync is first stopped and then rewind is executed.
- Rewind now returns AnyPublisher which completes or fails when wipe is done.
- `AgterSyncHooksManager` is used to execute rewind after sync process
  is stopped.
2023-03-02 13:19:25 +01:00
..
SDKSynchronizer.swift [#816] Improve how rewind(policy:) call can be used 2023-03-02 13:19:25 +01:00