Mavryk_protocol_environment_alpha.Block_headertype shell_header = Mavryk_base.TzPervasives.Block_header.shell_header = {level : Int32.t;proto_level : int;predecessor : Block_hash.t;timestamp : Time.t;validation_passes : int;operations_hash : Operation_list_list_hash.t;fitness : Bytes.t list;context : Context_hash.t;}val shell_header_encoding : shell_header Data_encoding.tval pp : Format.formatter -> t -> unitval encoding : t Data_encoding.tval to_bytes : t -> bytesval of_bytes : bytes -> t optionval hash : t -> Block_hash.tval hash_raw : bytes -> Block_hash.t