ligo/MBytes.mli

7 lines
91 B
OCaml
Raw Normal View History

2019-02-26 01:29:29 +04:00
(* TEMPORARY: SHOULD BE ERASED *)
type t
val of_hex : Hex.t -> t
val to_hex : t -> Hex.t