16 lines
804 B
OCaml
16 lines
804 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2017. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
open Tezos_micheline
|
|
|
|
module Program : Client_aliases.Alias
|
|
with type t = Michelson_v1_parser.parsed Micheline_parser.parsing_result
|
|
|
|
val commands: unit -> Client_commands.command list
|