Alpha_context.FitnessThis module re-exports definitions from Fitness_repr.
type raw = Tezos_protocol_environment_alpha.Fitness.tval encoding : t Tezos_protocol_environment_alpha.Data_encoding.tval pp : Tezos_protocol_environment_alpha.Format.formatter -> t -> unitval 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 from_raw : raw -> t Tezos_protocol_environment_alpha.Error_monad.tzresultval round_from_raw :
raw ->
Round.t Tezos_protocol_environment_alpha.Error_monad.tzresultval 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.tzresultval level : t -> Raw_level.t