package tezos-baking-alpha

  1. Overview
  2. Docs
type t = {
  1. predecessor_timestamp : Tezos_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