ligo/MBytes.mli

7 lines
91 B
OCaml
Raw Normal View History

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