ligo/src/lib_rpc/RPC_encoding.mli

15 lines
800 B
OCaml
Raw Normal View History

2016-09-08 21:13:10 +04:00
(**************************************************************************)
(* *)
2018-02-06 00:17:03 +04:00
(* Copyright (c) 2014 - 2018. *)
2016-09-08 21:13:10 +04:00
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
type schema = Data_encoding.json_schema * Data_encoding.Binary_schema.t
2017-12-09 06:51:58 +04:00
include Resto.ENCODING with type 'a t = 'a Data_encoding.t
and type schema := schema
2016-09-08 21:13:10 +04:00