package octez-protocol-alpha-libs

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

Module Dummy_zk_rollup.VSource

Plompiler circuits for the dummy rollup

Parameters

module L : Plompiler.LIB

Signature

Sourcemodule E : sig ... end
Sourcemodule Encodings = L.Encodings
Sourceval coerce : (L.scalar L.repr * Z.t) -> L.scalar L.repr
Sourceval logic_op : old_state:bool L.Bool.repr -> rollup_id:'a -> Types.V(L).op_u -> bool L.Bool.repr L.t

Common logic for the state transition function

Sourceval predicate_op : ?kind:L.input_kind -> old_state:bool -> new_state:bool -> fee:fee Bounded.P.t -> exit_validity:bool -> rollup_id:Types.P.tezos_pkh -> Types.P.op -> unit L.repr L.t

Circuit definition for one public operation

Sourceval predicate_batch : old_state:bool -> new_state:bool -> fees:amount Bounded.P.t -> rollup_id:Types.P.tezos_pkh -> Types.P.op list -> unit L.repr L.t

Circuit definition for a batch of private operations

Sourceval predicate_fees : old_state:bool -> new_state:bool -> fees:amount Bounded.P.t -> unit L.repr L.t

Fee circuit

OCaml

Innovation. Community. Security.