2016-09-08 19:13:10 +02:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2017-11-14 00:36:14 +01:00
|
|
|
(* Copyright (c) 2014 - 2017. *)
|
2016-09-08 19:13:10 +02:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
open Node_rpc_services
|
|
|
|
|
2016-12-03 13:05:02 +01:00
|
|
|
val echo:
|
2017-04-04 23:35:41 +02:00
|
|
|
Client_rpcs.config ->
|
|
|
|
Blocks.block -> string -> string tzresult Lwt.t
|
2016-12-03 13:05:02 +01:00
|
|
|
val failing:
|
2017-04-04 23:35:41 +02:00
|
|
|
Client_rpcs.config ->
|
2016-12-03 13:05:02 +01:00
|
|
|
Blocks.block -> int -> unit tzresult Lwt.t
|