Module type Codable.Base58_check_intf

type t
val to_base58_check : t -> string

explicit Base58Check encoding

include Base58_check_base_intf with type t := t
val of_base58_check : string -> t Base.Or_error.t

Base58Check decoding

val of_base58_check_exn : string -> t

Base58Check decoding