2016-09-08 21:13:10 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-06 00:17:03 +04:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2016-09-08 21:13:10 +04:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2018-04-16 02:44:24 +04:00
|
|
|
val get_chain_id: State.t -> Chain_services.chain -> Chain_id.t Lwt.t
|
|
|
|
val get_chain: State.t -> Chain_services.chain -> State.Chain.t Lwt.t
|
|
|
|
|
2018-04-23 03:21:33 +04:00
|
|
|
val rpc_directory: State.Chain.t RPC_directory.t
|
2018-04-16 02:44:24 +04:00
|
|
|
|
2018-04-21 14:57:30 +04:00
|
|
|
val build_rpc_directory: Validator.t -> unit RPC_directory.t
|