15 lines
774 B
Standard ML
15 lines
774 B
Standard ML
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2018. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
include Resto.Description
|
|
|
|
let describe ctxt ?(recurse = false) path =
|
|
RPC_context.make_call1
|
|
RPC_service.description_service ctxt path { recurse } ()
|