Dal_slot_repr.PageA DAL slot is decomposed to a successive list of pages with fixed content size. The size is chosen so that it's possible to inject a page in a Tezos L1 operation if needed during the proof phase of a refutation game.
type content = Mavryk_protocol_environment_alpha.Bytes.ttype slot_index = Dal_slot_index_repr.tval pages_per_slot : Mavryk_protocol_environment_alpha.Dal.parameters -> intmodule Index : sig ... endval content_encoding :
content Mavryk_protocol_environment_alpha.Data_encoding.tEncoding for page contents.
A page is identified by its slot ID and by its own index in the list of pages of the slot.
type proof = Mavryk_protocol_environment_alpha.Dal.page_proofval encoding : t Mavryk_protocol_environment_alpha.Data_encoding.tencoding for values of type t.
val proof_encoding : proof Mavryk_protocol_environment_alpha.Data_encoding.tencoding for values of type proof.
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unitpretty-printer for values of type t.