2018-01-15 22:09:25 +01:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Copyright (c) 2014 - 2016. *)
|
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2018-02-05 19:23:18 +01:00
|
|
|
open Proto_alpha
|
|
|
|
|
2018-01-15 22:09:25 +01:00
|
|
|
(** Functions used to build the first tezos_context and first block *)
|
|
|
|
|
2018-02-05 19:23:18 +01:00
|
|
|
val main : unit -> Helpers_block.result proto_tzresult Lwt.t
|