Module Base58.Alphabet

type t
val bitcoin : t
val ripple : t
val flickr : t
val make : string -> t
val all_in_alphabet : ?ignore_case:bool -> t -> string -> bool
val pp : Stdlib.Format.formatter -> t -> unit