ligo/src/proto_alpha/lib_client/client_baking_endorsement.mli

27 lines
1015 B
OCaml
Raw Normal View History

2016-09-08 21:13:10 +04:00
(**************************************************************************)
(* *)
2017-11-14 03:36:14 +04:00
(* Copyright (c) 2014 - 2017. *)
2016-09-08 21:13:10 +04:00
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
open Proto_alpha
open Tezos_context
2016-09-08 21:13:10 +04:00
val forge_endorsement:
2017-11-07 20:38:11 +04:00
Client_commands.full_context ->
2016-09-08 21:13:10 +04:00
Client_proto_rpcs.block ->
src_sk:secret_key ->
?slot:int ->
?max_priority:int ->
public_key ->
Operation_hash.t tzresult Lwt.t
2017-11-07 20:38:11 +04:00
val create :
Client_commands.full_context ->
delay:int ->
2016-09-08 21:13:10 +04:00
public_key_hash list ->
2017-11-07 20:38:11 +04:00
Client_baking_blocks.block_info list tzresult Lwt_stream.t -> unit Lwt.t