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

24 lines
978 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2017. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val inject_seed_nonce_revelation:
#Client_rpcs.rpc_sig ->
Client_proto_rpcs.block ->
?force:bool ->
?async:bool ->
(Raw_level.t * Nonce.t) list ->
Operation_hash.t tzresult Lwt.t
val forge_seed_nonce_revelation:
Client_commands.full_context ->
Client_proto_rpcs.block ->
?force:bool ->
(Raw_level.t * Nonce.t) list ->
unit tzresult Lwt.t