ligo/src/proto_alpha/lib_client/client_baking_revelation.mli

25 lines
978 B
OCaml
Raw Normal View History

2016-09-08 21:13:10 +04:00
(**************************************************************************)
(* *)
2018-02-06 00:17:03 +04:00
(* Copyright (c) 2014 - 2018. *)
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 inject_seed_nonce_revelation:
#Client_rpcs.ctxt ->
2016-09-08 21:13:10 +04:00
Client_proto_rpcs.block ->
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:
2017-11-07 20:38:11 +04:00
Client_commands.full_context ->
2016-09-08 21:13:10 +04:00
Client_proto_rpcs.block ->
(Raw_level.t * Nonce.t) list ->
unit tzresult Lwt.t