13 lines
744 B
OCaml
13 lines
744 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2016. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
(** Functions used to build the first tezos_context and first block *)
|
|
|
|
val main : unit -> Helpers_block.result tzresult Lwt.t
|