14 lines
746 B
OCaml
14 lines
746 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2017. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
val create:
|
|
Client_commands.full_context ->
|
|
Client_baking_operations.valid_endorsement tzresult Lwt_stream.t ->
|
|
unit Lwt.t
|