2018-05-26 14:03:12 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* 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
|
|
|
Lwt_utils_unix.Socket.addr ->
|
2018-06-08 19:56:05 +04:00
|
|
|
?magic_bytes: int list ->
|
2018-06-06 12:49:53 +04:00
|
|
|
require_auth: bool ->
|
|
|
|
'a tzresult Lwt.t
|