Bls.Public_key_hash
val pp : Format.formatter -> t -> unit
val pp_short : Format.formatter -> t -> unit
val to_bytes : t -> bytes
val of_bytes_opt : bytes -> t option
val of_bytes_exn : bytes -> t
val to_b58check : t -> string
val to_short_b58check : t -> string
val of_b58check_exn : string -> t
val of_b58check_opt : string -> t option
val b58check_encoding : t Base58.encoding
val encoding : t Data_encoding.t
module Set : sig ... end
module Map : sig ... end
val zero : t