package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Octez protocol 018-Proxford libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

doc/octez-protocol-018-Proxford-libs.baking/Tezos_baking_018_Proxford/Baking_lib/index.html

Module Tezos_baking_018_Proxford.Baking_libSource

API

Sourceval bake : Tezos_client_018_Proxford.Protocol_client_context.full -> ?minimal_fees:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Tez.t -> ?minimal_nanotez_per_gas_unit:Q.t -> ?minimal_nanotez_per_byte:Q.t -> ?force_apply:bool -> ?force:bool -> ?minimal_timestamp:bool -> ?extra_operations:Baking_configuration.Operations_source.t -> ?monitor_node_mempool:bool -> ?context_path:string -> ?dal_node_endpoint:Uri.t -> ?count:int -> ?votes:Baking_configuration.per_block_votes_config -> ?state_recorder:Baking_configuration.state_recorder_config -> Baking_state.consensus_key list -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval propose : Tezos_client_018_Proxford.Protocol_client_context.full -> ?minimal_fees:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Tez.t -> ?minimal_nanotez_per_gas_unit:Q.t -> ?minimal_nanotez_per_byte:Q.t -> ?force_apply:bool -> ?force:bool -> ?minimal_timestamp:bool -> ?extra_operations:Baking_configuration.Operations_source.t -> ?context_path:string -> ?state_recorder:Baking_configuration.state_recorder_config -> Baking_state.consensus_key list -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval repropose : Tezos_client_018_Proxford.Protocol_client_context.full -> ?force:bool -> ?force_round:Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t -> Baking_state.consensus_key list -> unit Tezos_base.TzPervasives.tzresult Lwt.t

repropose tries to bake a new block proposal on the same level as the current head. If provided, the proposal will use the force_round argument as its reproposal round, otherwise the current tenderbake round will be used.

OCaml

Innovation. Community. Security.