ligo/lib_embedded_client_alpha/client_baking_endorsement.mli
2017-12-04 19:27:30 +01:00

25 lines
995 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2017. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val forge_endorsement:
Client_commands.full_context ->
Client_proto_rpcs.block ->
?force:bool ->
src_sk:secret_key ->
?slot:int ->
?max_priority:int ->
public_key ->
Operation_hash.t tzresult Lwt.t
val create :
Client_commands.full_context ->
delay:int ->
public_key_hash list ->
Client_baking_blocks.block_info list tzresult Lwt_stream.t -> unit Lwt.t