pub fn read_dir(
dir: impl AsRef<Path> + Send + Sync + 'static,
start_from: BlockNumber,
) -> Result<impl Stream<Item = Result<EraLocalMeta>> + Send + Sync + 'static + Unpin>
Expand description
Creates a new ordered asynchronous [Stream
] of ERA1 files read from dir
.