Module Client_daemon.Baker

Baker daemon

val run : Tezos_client_022_PsRiotum.Protocol_client_context.full -> ?dal_node_rpc_ctxt:Tezos_rpc.Context.generic -> ?minimal_fees:Tezos_protocol_022_PsRiotum.Protocol.Alpha_context.Tez.t -> ?minimal_nanotez_per_gas_unit:Q.t -> ?minimal_nanotez_per_byte:Q.t -> ?votes:Baking_configuration.per_block_votes_config -> ?extra_operations:Baking_configuration.Operations_source.t -> ?pre_emptive_forge_time:Q.t -> ?force_apply_from_round:int -> ?remote_calls_timeout:Q.t -> ?data_dir:string -> ?state_recorder:Baking_configuration.state_recorder_config -> chain:Tezos_shell_services.Shell_services.chain -> keep_alive:bool -> Baking_state.Consensus_key.t list -> unit Tezos_base.TzPervasives.tzresult Lwt.t