2016-09-08 19:13:10 +02:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Copyright (c) 2014 - 2016. *)
|
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2017-11-02 18:57:17 +01:00
|
|
|
module Program : Client_aliases.Alias with type t = Michelson_v1_parser.parsed
|
2016-09-08 19:13:10 +02:00
|
|
|
|
2016-12-03 13:05:02 +01:00
|
|
|
val commands: unit -> Client_commands.command list
|