package tezos-protocol-015-PtLimaPt
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Tezos/Protocol: economic-protocol definition
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-16.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
    
    
  sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b
    
    
  doc/tezos-protocol-015-PtLimaPt.raw/Tezos_raw_protocol_015_PtLimaPt/Zk_rollup_account_repr/index.html
Module Tezos_raw_protocol_015_PtLimaPt.Zk_rollup_account_reprSource
Representation of a ZK Rollup account.
Source
type static = {public_parameters : Tezos_protocol_environment_015_PtLimaPt.Plonk.public_parameters;(*Input to the Plonk verifier that are fixed once the circuits are decided.
*)state_length : int;(*Number of scalars in the state.
*)circuits_info : bool SMap.t;(*Circuit names, alongside a boolean flag indicating if they can be used for private ops.
*)nb_ops : int;(*Valid op codes of L2 operations must be in [0, nb_ops)
*)
}Static part of a ZKRU account. These are set at origination, after which they cannot be modified.
Source
type dynamic = {state : Zk_rollup_state_repr.t;(*Array of scalars representing the state of the rollup at a given level.
*)paid_l2_operations_storage_space : Tezos_protocol_environment_015_PtLimaPt.Z.t;(*Number of bytes for storage of L2 operations that have been already paid for.
*)used_l2_operations_storage_space : Tezos_protocol_environment_015_PtLimaPt.Z.t;(*Number of bytes for storage of L2 operations that are being used.
*)
}Dynamic part of a ZKRU account.
Source
val circuits_info_encoding : 
  bool SMap.t Tezos_protocol_environment_015_PtLimaPt.Data_encoding.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >