ligo/src/client/embedded/bootstrap/client_proto_programs.mli
2016-12-03 13:05:02 +01:00

23 lines
967 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val parse_program:
Client_commands.context ->
string -> Script.code Lwt.t
val parse_data:
Client_commands.context ->
string -> Script.expr Lwt.t
val parse_data_type:
Client_commands.context ->
string -> Script.expr Lwt.t
module Program : Client_aliases.Alias with type t = Script.code
val commands: unit -> Client_commands.command list