Type Definition tc_consensus_epochs::SharedEpochChanges[][src]

type SharedEpochChanges<Block, Epoch> = Arc<Mutex<EpochChangesFor<Block, Epoch>>>;

A shared epoch changes tree.