Module Sc_rollup.Inbox_merkelized_payload_hashes

type t
val equal : t -> t -> bool
val hash : t -> Hash.t
val get_payload_hash : t -> Inbox_message.Hash.t
type merkelized_and_payload = {
  1. merkelized : t;
  2. payload : Inbox_message.serialized;
}
module History : sig ... end
val genesis_no_history : Inbox_message.serialized -> t
type proof = private t list
module Internal_for_tests : sig ... end