0bd31b0c38
Split between `lib_rpc_http/RPC_client` and `lib_shell_services/Block_services`.
15 lines
784 B
OCaml
15 lines
784 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2018. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
module Contracts : module type of Client_proto_contracts
|
|
|
|
module Context : module type of Client_proto_context
|
|
|
|
module Programs : module type of Client_proto_programs
|