Module Baking_cache.Round_cache_key

type t = {
  1. predecessor_timestamp : Mavryk_protocol_alpha.Protocol.Alpha_context.Timestamp.time;
  2. predecessor_round : round;
  3. time_interval : ts_interval;
}

The values that are intended to be used here are the arguments are: predecessor_timestamp * predecessor_round * timestamp_interval

val hash : t -> int
val equal : t -> t -> bool