2017-02-24 18:38:42 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Copyright (c) 2014 - 2016. *)
|
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2017-02-25 21:10:29 +04:00
|
|
|
val mine:
|
|
|
|
Client_commands.context ->
|
|
|
|
Client_node_rpcs.Blocks.block ->
|
|
|
|
Data.Command.t ->
|
2017-02-25 21:01:29 +04:00
|
|
|
Fitness.fitness ->
|
2017-02-28 05:56:40 +04:00
|
|
|
Environment.Ed25519.Secret_key.t ->
|
2017-02-25 21:01:29 +04:00
|
|
|
unit tzresult Lwt.t
|
2017-02-25 21:10:29 +04:00
|
|
|
|