Type Alias sc_consensus_epochs::migration::EpochChangesV1For
source · pub type EpochChangesV1For<Block, Epoch> = EpochChangesV1<<Block as BlockT>::Hash, NumberFor<Block>, Epoch>;
Expand description
Type alias for v1 and v2 definition of epoch changes.
Aliased Type§
struct EpochChangesV1For<Block, Epoch> { /* private fields */ }