Module Tezos_protocol_environment_011_PtHangz2.SignatureSource
type watermark = Tezos_base.TzPervasives.Signature.V0.watermark = | Endorsement of Chain_id.t| Generic_operation| Custom of bytes
type t = Tezos_base.TzPervasives.Signature.V0.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