package tezos-protocol-alpha

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

This module re-exports definitions from Zk_rollup_account_repr.

module SMap : Tezos_protocol_environment_alpha.Map.S with type key = string
type static = {
  1. public_parameters : Tezos_protocol_environment_alpha.Plonk.public_parameters;
  2. state_length : int;
  3. circuits_info : [ `Public | `Private | `Fee ] SMap.t;
  4. nb_ops : int;
}
type dynamic = {
  1. state : State.t;
  2. paid_l2_operations_storage_space : Tezos_protocol_environment_alpha.Z.t;
  3. used_l2_operations_storage_space : Tezos_protocol_environment_alpha.Z.t;
}
type t = {
  1. static : static;
  2. dynamic : dynamic;
}
val circuits_info_encoding : [ `Public | `Private | `Fee ] SMap.t Tezos_protocol_environment_alpha.Data_encoding.t
OCaml

Innovation. Community. Security.