Baking_cache.Round_cache_key
type t = {
predecessor_timestamp : Mavryk_protocol_alpha.Protocol.Alpha_context.Timestamp.time;
predecessor_round : round;
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