package tezos-baking-016-PtMumbai

  1. Overview
  2. Docs
Tezos/Protocol: base library for `tezos-baker/accuser`

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b

doc/tezos-baking-016-PtMumbai/Tezos_baking_016_PtMumbai/Baking_highwatermarks/index.html

Module Tezos_baking_016_PtMumbai.Baking_highwatermarksSource

Sourcetype highwatermark = {
  1. round : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Round.t;
  2. level : int32;
}
Sourcetype Tezos_base.TzPervasives.error +=
  1. | Block_previously_baked of highwatermark
Sourcetype Tezos_base.TzPervasives.error +=
  1. | Block_previously_preendorsed of highwatermark
Sourcetype Tezos_base.TzPervasives.error +=
  1. | Block_previously_endorsed of highwatermark
Sourcetype t
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
Sourceval may_sign_block : Tezos_client_016_PtMumbai.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Round.t -> bool Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval may_sign_preendorsement : Tezos_client_016_PtMumbai.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Round.t -> bool Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval may_sign_endorsement : Tezos_client_016_PtMumbai.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Round.t -> bool Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval record_block : Tezos_client_016_PtMumbai.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval record_preendorsement : Tezos_client_016_PtMumbai.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval record_endorsement : Tezos_client_016_PtMumbai.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t