Module phron_finality::data_io::data_provider  
source · Structs§
- ChainTracker keeps track of the best_block in a given session and allows to generatePhronData. Internally it frequently updates adata_to_proposefield that is shared with aDataProvider, which in turn is a tiny wrapper around this single shared resource that takes outdata_to_proposewheneverget_datais called.
- Provides data to phronBFT for ordering.