Codable.Make_base58_checkmodule T : sig ... endmodule Base58_check : sig ... endval to_base58_check : T.t -> stringval of_base58_check : string -> T.t Base__Or_error.tval of_base58_check_exn : string -> T.tval to_yojson : T.t -> [> `String of string ]val of_yojson : Yojson.Safe.t -> ( T.t, string ) Core_kernel.Result.t