private_mutable
aztec-nr
All items
noir_aztec
0.0.0
Module private_mutable
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_mutable
Module
private_mutable
Structs
PrivateMutable
PrivateMutable is an owned state variable type that represents a private value that can be changed. Because it is "owned," you must wrap a PrivateMutable inside an Owned state variable when storing it: