2017-11-07 20:38:11 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-06 00:17:03 +04:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2017-11-07 20:38:11 +04:00
|
|
|
(* 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
|