Type Definition sc_consensus_epochs::SharedEpochChanges
source · pub type SharedEpochChanges<Block, Epoch> = SharedData<EpochChangesFor<Block, Epoch>>;
Expand description
A shared epoch changes tree.
pub type SharedEpochChanges<Block, Epoch> = SharedData<EpochChangesFor<Block, Epoch>>;
A shared epoch changes tree.