val bin_shape_t : Core_kernel.Bin_prot.Shape.t
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_t : t Core_kernel.Bin_prot.Type_class.t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
include module type of struct include Base58 end
val to_base58_check : M.t -> string
val of_base58_check : string -> M.t Base__Or_error.t
val of_base58_check_exn : string -> M.t
val to_yojson : M.t -> [> `String of string ]
val of_yojson : Yojson.Safe.t -> ( M.t, string ) Core_kernel.Result.t
val sexp_of_t : M.t -> Core_kernel.Sexp.t
val t_of_sexp : Core_kernel.Sexp.t -> M.t