single_private_mutable
aztec-nr
All items
noir_aztec
0.0.0
Module single_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
single_private_immutable
single_private_mutable
single_use_claim
state_variable
storage
aztec-nr
-
noir_aztec
::
state_vars
::single_private_mutable
Module
single_private_mutable
Structs
SinglePrivateMutable
A state variable that holds a single private value that can be changed (unlike
crate::state_vars::private_mutable::PrivateMutable
, which holds one private value
per account
- hence the name 'single').