package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type highwatermark = {
  1. round : Tezos_protocol_018_Proxford.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:Tezos_base.TzPervasives.Signature.public_key_hash -> level:int32 -> round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> bool
val 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
OCaml

Innovation. Community. Security.