Type Definition sc_consensus_epochs::SharedEpochChanges[−][src]

type SharedEpochChanges<Block, Epoch> = Arc<Mutex<EpochChangesFor<Block, Epoch>>>;

A shared epoch changes tree.