17 lines
766 B
OCaml
17 lines
766 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2017. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
module RPCs = Client_rpcs
|
|
|
|
module Contracts = Client_proto_contracts
|
|
|
|
module Context = Client_proto_context
|
|
|
|
module Programs = Client_proto_programs
|