Module Tezos_protocol_environment_016_PtMumbai.SignatureSource
type watermark = Tezos_base.TzPervasives.Signature.V1.watermark = | Endorsement of Chain_id.t| Generic_operation| Custom of bytes
type prefix = | Bls_prefix of Bytes.t
type t = Tezos_base.TzPervasives.Signature.V1.tval to_bytes : t -> bytesval of_bytes_opt : bytes -> t optionval of_bytes_exn : bytes -> tval (<>) : t -> t -> boolval (<=) : t -> t -> boolval (>=) : t -> t -> boolval compare : t -> t -> intval equal : t -> t -> boolval to_b58check : t -> stringval to_short_b58check : t -> stringval of_b58check_exn : string -> tval of_b58check_opt : string -> t option