Dal_slot_repr.Page
A 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.t
type slot_index = Dal_slot_index_repr.t
val pages_per_slot : Mavryk_protocol_environment_alpha.Dal.parameters -> int
module Index : sig ... end
val content_encoding :
content Mavryk_protocol_environment_alpha.Data_encoding.t
Encoding 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_proof
val encoding : t Mavryk_protocol_environment_alpha.Data_encoding.t
encoding for values of type t
.
val proof_encoding : proof Mavryk_protocol_environment_alpha.Data_encoding.t
encoding for values of type proof
.
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unit
pretty-printer for values of type t
.