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

22 lines
917 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_proto_rpcs.block ->
?force:bool ->
?wait:bool ->
(Raw_level.t * Nonce.t) list ->
Operation_hash.t tzresult Lwt.t
val forge_seed_nonce_revelation:
Client_proto_rpcs.block ->
?force:bool ->
(Raw_level.t * Nonce.t) list ->
unit tzresult Lwt.t