package tezos-baking-015-PtLimaPt

  1. Overview
  2. Docs
type proposal_acceptance =
  1. | Invalid
  2. | Outdated_proposal
  3. | Valid_proposal
val is_acceptable_proposal_for_current_level : Baking_state.state -> Baking_state.proposal -> proposal_acceptance Lwt.t

Increase the current round and propose at the new round (same level), if the baker has a proposer slot.

Propose (if possible) for the first time at a new level.

OCaml

Innovation. Community. Security.