private_set
aztec-nr
All items
noir_aztec
0.0.0
Module private_set
Module items
Structs
In module state_vars
Modules
delayed_public_mutable
map
owned
owned_state_variable
private_immutable
private_mutable
private_set
public_immutable
public_mutable
state_variable
storage
aztec-nr
-
noir_aztec
::
state_vars
::private_set
Module
private_set
Structs
PrivateSet
PrivateSet is an owned state variable type, which enables you to read, mutate, and write private state. Because it is "owned," you must wrap a PrivateSet inside an Owned state variable when storing it: