package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

DAL related parameters for the PVMs.

type t = {
  1. number_of_slots : int64;
  2. attestation_lag : int64;
  3. slot_size : int64;
  4. page_size : int64;
}

DAL related parameters that would be useful to the kernel. These parameters are a subset of the DAL parametric constants defined in Constants_parametric_repr. We use int64 so they should be "large enough" to accommodate encoding changes of types in Constants_parametric_repr

Pretty-printer for the parameters.

val equal : t -> t -> bool

Equality of the parameters.

Encoding of the parameters.

OCaml

Innovation. Community. Security.