Module Tezos_baking_023_PtSeouLo.Baking_highwatermarks

type highwatermark = {
  1. round : Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Round.t;
  2. level : int32;
}
type Tezos_base.TzPervasives.error +=
  1. | Block_previously_baked of highwatermark
type Tezos_base.TzPervasives.error +=
  1. | Block_previously_preattested of highwatermark
type Tezos_base.TzPervasives.error +=
  1. | Block_previously_attested of highwatermark
type t
val may_sign_preattestation : t -> delegate:Baking_state_types.Key_id.t -> level:int32 -> round:Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Round.t -> bool
val may_sign_attestation : t -> delegate:Baking_state_types.Key_id.t -> level:int32 -> round:Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Round.t -> bool