package tezos-baking-alpha

  1. Overview
  2. Docs
type highwatermark = {
  1. round : Tezos_protocol_alpha.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_preendorsed of highwatermark
type Tezos_base__TzPervasives.error +=
  1. | Block_previously_endorsed of highwatermark
type t
val encoding : t Data_encoding.t