15 lines
744 B
OCaml
15 lines
744 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2018. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
open Error_monad
|
|
|
|
val list: #RPC_context.simple -> Json_schema.schema tzresult Lwt.t
|
|
|
|
val encoding: error list Data_encoding.t
|