14 lines
703 B
OCaml
14 lines
703 B
OCaml
|
(**************************************************************************)
|
||
|
(* *)
|
||
|
(* Copyright (c) 2014 - 2016. *)
|
||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||
|
(* *)
|
||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||
|
(* *)
|
||
|
(**************************************************************************)
|
||
|
|
||
|
val run:
|
||
|
?max_priority: int ->
|
||
|
delay: int ->
|
||
|
public_key_hash list -> unit Lwt.t
|