ligo/src/proto_alpha/lib_baking/client_baking_daemon.mli

22 lines
865 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2018. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
open Proto_alpha
open Alpha_context
val run:
#Proto_alpha.full_context ->
?max_priority: int ->
delay: int ->
?min_date: Time.t ->
public_key_hash list ->
endorsement:bool ->
denunciation:bool ->
baking:bool -> unit tzresult Lwt.t