Module Signer.Public_key

type t
val to_string : t -> string
val of_string : string -> t
val to_base58 : t -> Mavai_base58_digest__Raw.base58
val of_base58 : Mavai_base58_digest__Raw.base58 -> t
val pp : Stdlib.Format.formatter -> t -> unit
val of_secret_key : Secret_key.t -> t