14 lines
746 B
OCaml
14 lines
746 B
OCaml
|
(**************************************************************************)
|
||
|
(* *)
|
||
|
(* Copyright (c) 2014 - 2016. *)
|
||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||
|
(* *)
|
||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||
|
(* *)
|
||
|
(**************************************************************************)
|
||
|
|
||
|
open Node_rpc_services
|
||
|
|
||
|
val echo: Blocks.block -> string -> string Lwt.t
|
||
|
val failing: Blocks.block -> int -> unit tzresult Lwt.t
|