package octez-protocol-017-PtNairob-libs

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

Basic rollup operator for generating Updates.

Parameters

module Params : sig ... end

Signature

val circuits : [ `Public | `Private | `Fee ] Kzg.SMap.t

Map associating every circuit identifier to its kind

craft_update state ~zk_rollup ?private_ops ?exit_validities public_ops will apply first the public_ops, then the private_ops. While doing so, the public inputs for every circuit will be collected. A Plonk proof of correctness of the application these operations is created.

module Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.