ligo/src/proto_alpha/lib_delegate/delegate_commands.mli
2018-06-19 03:06:21 +02:00

15 lines
882 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2018. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val delegate_commands : unit -> Proto_alpha.full Clic.command list
val baker_commands : unit -> Proto_alpha.full Clic.command list
val endorser_commands : unit -> Proto_alpha.full Clic.command list
val accuser_commands : unit -> Proto_alpha.full Clic.command list