Module Tezos_protocol_environment_006_PsCARTHA.Ed25519Source
type t = Tezos_base.TzPervasives.Signature.Ed25519.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