Tezos_raw_protocol_alpha.Raw_level_reprSourceThe shell's notion of a level: an integer indicating the number of blocks since genesis: genesis is 0, all other blocks have increasing levels from there.
include Tezos_protocol_environment_alpha.Compare.S with type t := raw_levelval to_int32_non_negative :
raw_level ->
Tezos_protocol_environment_alpha.Bounded.Non_negative_int32.tCan trigger Unexpected_level error when the level to encode is negative
val of_int32_non_negative :
Tezos_protocol_environment_alpha.Bounded.Non_negative_int32.t ->
raw_level