Type Alias sc_consensus_epochs::SharedEpochChanges
source · pub type SharedEpochChanges<Block, Epoch> = SharedData<EpochChangesFor<Block, Epoch>>;
Expand description
A shared epoch changes tree.
Aliased Type§
struct SharedEpochChanges<Block, Epoch> { /* private fields */ }