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-22 16:40:44 +04:00
|
|
|
type chain = Chain_services.chain
|
|
|
|
type block = Block_services.block
|
2018-02-08 13:51:02 +04:00
|
|
|
|
2018-04-22 16:40:44 +04:00
|
|
|
module Chain = Chain_services
|
|
|
|
module Blocks = Chain.Blocks
|
|
|
|
module Invalid_blocks = Chain.Invalid_blocks
|
|
|
|
module Mempool = Chain.Mempool
|
2017-03-30 15:16:21 +04:00
|
|
|
|
2018-04-22 16:40:44 +04:00
|
|
|
module Protocol = Protocol_services
|
2018-02-08 13:51:02 +04:00
|
|
|
|
2018-04-22 16:40:44 +04:00
|
|
|
module Monitor = Monitor_services
|
|
|
|
module Injection = Injection_services
|
2018-02-08 13:51:02 +04:00
|
|
|
|
2018-04-22 16:40:44 +04:00
|
|
|
module P2p = P2p_services
|
|
|
|
module Worker = Worker_services
|