Function sc_consensus_babe::aux_schema::load_epoch_changes  
source · pub fn load_epoch_changes<Block: BlockT, B: AuxStore>(
    backend: &B,
    config: &BabeConfiguration
) -> ClientResult<SharedEpochChanges<Block, Epoch>>Expand description
Load or initialize persistent epoch change data from backend.