Alpha_context.FitnessSourceThis module re-exports definitions from Fitness_repr.
val create :
level:Raw_level.t ->
locked_round:Round.t option ->
predecessor_round:Round.t ->
round:Round.t ->
t Tezos_protocol_environment_alpha.Error_monad.tzresultval create_without_locked_round :
level:Raw_level.t ->
predecessor_round:Round.t ->
round:Round.t ->
tval predecessor_round_from_raw :
raw ->
Round.t Tezos_protocol_environment_alpha.Error_monad.tzresultval locked_round_from_raw :
raw ->
Round.t option Tezos_protocol_environment_alpha.Error_monad.tzresult