package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type ROUNDTRIP = sig ... end
type t = (module ROUNDTRIP)
val target : t -> string
val make : 'a. 'a Data_encoding.t -> t -> 'a -> 'a
val make_with_2_encoding : 'a. 'a Data_encoding.t -> 'a Data_encoding.t -> t -> 'a -> 'a
val binary : t
val json : t
OCaml

Innovation. Community. Security.