13 lines
707 B
OCaml
13 lines
707 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 ->
|
|
Lwt_utils_unix.Socket.addr -> 'a tzresult Lwt.t
|