ligo/src/lib_rpc/RPC_error.mli

15 lines
744 B
OCaml
Raw Normal View History

(**************************************************************************)
(* *)
2018-02-06 00:17:03 +04:00
(* 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