ligo/src/client/client_blocks.mli
Grégoire Henry 3f5bd7ea5b Client: allow the baker te re-read keys.
Is a new key is added, the baker will start baking for this key.
No need to relauch the baker anymore.
2017-03-02 16:18:16 +01:00

21 lines
885 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val genesis: Block_hash.t
val get_block_hash:
Client_commands.context ->
Client_node_rpcs.Blocks.block ->
Block_hash.Table.key Lwt.t
val get_block_info:
Client_commands.context ->
Client_node_rpcs.Blocks.block ->
Client_node_rpcs.Blocks.block_info Lwt.t