package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_test_helpers.RoundtripSource

Sourcemodule type ROUNDTRIP = sig ... end
Sourcetype t = (module ROUNDTRIP)
Sourceval target : t -> string
Sourceval make : 'a. 'a Data_encoding.t -> t -> 'a -> 'a
Sourceval make_with_2_encoding : 'a. 'a Data_encoding.t -> 'a Data_encoding.t -> t -> 'a -> 'a
Sourceval binary : t
Sourceval json : t
OCaml

Innovation. Community. Security.