Module Helpers.MakeB58

Parameters

module H : sig ... end

Signature

val of_b58check_opt : string -> H.t option
val of_b58check_exn : string -> H.t
val of_b58check : string -> H.t Mavryk_error_monad.Error_monad.tzresult
val to_b58check : H.t -> string
val to_short_b58check : H.t -> string