package tezos-protocol-015-PtLimaPt
Tezos/Protocol: economic-protocol definition
Install
Dune Dependency
Authors
Maintainers
Sources
tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc
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_repr
Source
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)"
>