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. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2017-12-09 06:51:58 +04:00
|
|
|
include Resto.Description
|
2016-09-08 21:13:10 +04:00
|
|
|
|
2018-02-11 22:17:39 +04:00
|
|
|
let describe ctxt ?(recurse = false) path =
|
|
|
|
RPC_context.make_call1
|
|
|
|
RPC_service.description_service ctxt path { recurse } ()
|