2016-09-08 19:13:10 +02:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-05 21:17:03 +01:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2016-09-08 19:13:10 +02:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2018-02-11 19:17:39 +01:00
|
|
|
open Error_monad
|
|
|
|
|
2017-12-09 03:51:58 +01:00
|
|
|
include (module type of struct include Resto.Description end)
|
2018-02-11 19:17:39 +01:00
|
|
|
|
|
|
|
val describe:
|
|
|
|
#RPC_context.simple ->
|
|
|
|
?recurse:bool ->
|
|
|
|
string list ->
|
2018-02-03 14:48:08 -05:00
|
|
|
RPC_encoding.schema directory tzresult Lwt.t
|
2018-02-11 19:17:39 +01:00
|
|
|
|