octez-protocol-alpha-libs.baking
Tezos_baking_alpha.Baking_highwatermarks
octez-protocol-alpha-libs.baking-commands
octez-protocol-alpha-libs.bakings
octez-protocol-alpha-libs.client
octez-protocol-alpha-libs.dac
octez-protocol-alpha-libs.dal
octez-protocol-alpha-libs.layer2-utils
octez-protocol-alpha-libs.plugin
octez-protocol-alpha-libs.plugin-registerer
octez-protocol-alpha-libs.smart-rollup
octez-protocol-alpha-libs.smart-rollup-layer2
octez-protocol-alpha-libs.test-helpers
tenderbrute_alpha
tezos_alpha_mockup_simulator
tezos_baking_alpha_commands_registration
tezos_client_alpha_commands
tezos_client_alpha_commands_registration
tezos_client_sapling_alpha
type highwatermark = {
round : Tezos_protocol_alpha.Protocol.Alpha_context.Round.t;
level : int32;
}
type Tezos_base.TzPervasives.error +=
| Block_previously_baked of highwatermark
| Block_previously_preattested of highwatermark
| Block_previously_attested of highwatermark
type t
val load : Tezos_client_alpha.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> t Tezos_base.TzPervasives.tzresult Lwt.t
val may_sign_block : Tezos_client_alpha.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t -> bool Tezos_base.TzPervasives.tzresult Lwt.t
val may_sign_preattestation : Tezos_client_alpha.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t -> bool Tezos_base.TzPervasives.tzresult Lwt.t
val may_sign_attestation : Tezos_client_alpha.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t -> bool Tezos_base.TzPervasives.tzresult Lwt.t
val record_block : Tezos_client_alpha.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
val record_preattestation : Tezos_client_alpha.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
val record_attestation : Tezos_client_alpha.Protocol_client_context.full -> [ `Highwatermarks ] Baking_files.location -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_alpha.Protocol.Alpha_context.Round.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t