Skip to content

Commit

Permalink
chore: remove stale todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Sep 25, 2023
1 parent 6f1fef7 commit 3eb2bcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/dev_docs/contracts/syntax/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,8 @@ In contrast to public state, private state is persistent state that is **not** v

The value of a private state variable can either be shared via an [encrypted log](./events.md#encrypted-events), or offchain via web2, or completely offline: it's up to the app developer.

<!-- TODO: insert link in italics above -->

Aztec private state follows a utxo-based model. That is, a private state's current value is represented as one or many [notes](#notes). Each note is stored as an individual leaf in a utxo-based merkle tree: the [private state tree](./../../../concepts/foundation/state_model.md).

<!-- TODO: insert link in italics above -->

To greatly simplify the experience of writing private state, Aztec.nr provides three different types of private state variable:

- [Singleton<NoteType\>](#singletonnotetype)
Expand Down

0 comments on commit 3eb2bcb

Please sign in to comment.