| 27 | const multiChainRewindDelay = 3; |
| 28 | @Injectable() |
| 29 | export class FetchService<DS extends BaseDataSource, B extends IBlockDispatcher<FB>, FB> |
| 30 | implements OnApplicationShutdown |
| 31 | { |
| 32 | private _latestBestHeight?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected