ligo/src/bin_signer/https_daemon.mli

15 lines
759 B
OCaml
Raw Normal View History

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2018. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val run:
#Client_context.io_wallet ->
2018-06-06 12:49:53 +04:00
host:string -> port:int -> cert:string -> key:string ->
require_auth: bool ->
'a tzresult Lwt.t