ligo/src/client/embedded/bootstrap/mining/client_mining_endorsement.mli

24 lines
920 B
OCaml
Raw Normal View History

2016-09-08 21:13:10 +04:00
(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val forge_endorsement:
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:
delay: int ->
public_key_hash list ->
Client_mining_blocks.block_info list Lwt_stream.t ->
unit Lwt.t