Dummy_zk_rollup.VPlompiler circuits for the dummy rollup
module L : Plompiler.LIBmodule E : sig ... endmodule Encodings = L.Encodingsval logic_op :
old_state:bool L.Bool.repr ->
rollup_id:'a ->
Types.V(L).op_u ->
bool L.Bool.repr L.tCommon logic for the state transition function
val predicate_op :
?kind:L.input_kind ->
old_state:bool ->
new_state:bool ->
fee:fee Bounded.P.t ->
exit_validity:bool ->
rollup_id:Types.P.mavryk_pkh ->
Types.P.op ->
unit L.repr L.tCircuit definition for one public operation
val predicate_batch :
old_state:bool ->
new_state:bool ->
fees:amount Bounded.P.t ->
rollup_id:Types.P.mavryk_pkh ->
Types.P.op list ->
unit L.repr L.tCircuit definition for a batch of private operations
val predicate_fees :
old_state:bool ->
new_state:bool ->
fees:amount Bounded.P.t ->
unit L.repr L.tFee circuit