referrerpolicy=no-referrer-when-downgrade

SharedEpochChanges

Type Alias SharedEpochChanges 

Source
pub type SharedEpochChanges<Block, Epoch> = SharedData<EpochChangesFor<Block, Epoch>>;
Expand description

A shared epoch changes tree.

Aliased Type§

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