ligo/src/client/embedded/alpha/client_baking_revelation.mli

24 lines
971 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 inject_seed_nonce_revelation:
Client_rpcs.config ->
2016-09-08 21:13:10 +04:00
Client_proto_rpcs.block ->
?force:bool ->
2017-03-30 15:08:33 +04:00
?async:bool ->
2016-09-08 21:13:10 +04:00
(Raw_level.t * Nonce.t) list ->
Operation_hash.t tzresult Lwt.t
val forge_seed_nonce_revelation:
Client_commands.context ->
2016-09-08 21:13:10 +04:00
Client_proto_rpcs.block ->
?force:bool ->
(Raw_level.t * Nonce.t) list ->
unit tzresult Lwt.t