referrerpolicy=no-referrer-when-downgrade

EpochChangesFor

Type Alias EpochChangesFor 

Source
pub type EpochChangesFor<Block, Epoch> = EpochChanges<<Block as BlockT>::Hash, NumberFor<Block>, Epoch>;
Expand description

Type alias to produce the epoch-changes tree from a block type.

Aliased Type§

pub struct EpochChangesFor<Block, Epoch> { /* private fields */ }