Module Tezos_protocol_environment_011_PtHangz2.Block_headerSource
type t = Tezos_base.TzPervasives.Block_header.t = {shell : shell_header;protocol_data : bytes;
}val (<>) : t -> t -> boolval (<=) : t -> t -> boolval (>=) : t -> t -> boolval compare : t -> t -> intval equal : t -> t -> boolval to_bytes : t -> bytesval of_bytes : bytes -> t option