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. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
exception Unknown_protocol
|
|
|
|
|
|
|
|
(** Miscellaneous self-descriptive functions *)
|
|
|
|
|
|
|
|
val no_ops_hash : Operation_list_list_hash.t
|
2018-02-05 19:23:18 +01:00
|
|
|
|
|
|
|
val find_account :
|
2018-04-05 17:35:35 +02:00
|
|
|
Helpers_account.t list -> Signature.Public_key_hash.t -> Helpers_account.t
|
2018-02-05 19:23:18 +01:00
|
|
|
|
2018-01-15 22:09:25 +01:00
|
|
|
val read_file : string -> string
|