ligo/src/client/client_keys.mli

21 lines
994 B
OCaml
Raw Normal View History

2016-09-08 21:13:10 +04:00
(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
module Public_key_hash : Client_aliases.Alias with type t = Ed25519.public_key_hash
module Public_key : Client_aliases.Alias with type t = Ed25519.public_key
module Secret_key : Client_aliases.Alias with type t = Ed25519.secret_key
val get_key:
Public_key_hash.t ->
( string * Public_key.t * Secret_key.t ) tzresult Lwt.t
val commands: unit -> Cli_entries.command list