package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Octez protocol 018-Proxford libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

doc/octez-protocol-018-Proxford-libs.baking/Tezos_baking_018_Proxford/Baking_highwatermarks/index.html

Module Tezos_baking_018_Proxford.Baking_highwatermarksSource

Sourcetype highwatermark = {
  1. round : Tezos_protocol_018_Proxford.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_preattested of highwatermark
Sourcetype Tezos_base.TzPervasives.error +=
  1. | Block_previously_attested of highwatermark
Sourcetype t
Sourceval may_sign_block : Tezos_client_018_Proxford.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> bool Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval may_sign_preattestation : t -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> bool
Sourceval may_sign_attestation : t -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> bool
Sourceval record_block : Tezos_client_018_Proxford.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval record_preattestation : Tezos_client_018_Proxford.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval record_attestation : Tezos_client_018_Proxford.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval record_all_preattestations : t -> Tezos_client_018_Proxford.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegates: Tezos_protocol_018_Proxford.Protocol.Alpha_context.public_key_hash list -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval record_all_attestations : t -> Tezos_client_018_Proxford.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegates: Tezos_protocol_018_Proxford.Protocol.Alpha_context.public_key_hash list -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
OCaml

Innovation. Community. Security.