13 lines
733 B
OCaml
13 lines
733 B
OCaml
|
(**************************************************************************)
|
||
|
(* *)
|
||
|
(* 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 ->
|
||
|
host:string -> port:int -> cert:string -> key:string -> 'a tzresult Lwt.t
|