Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The protocol layer defines Miden's data structures, state model, and transaction

Accounts are programmable entities that hold assets and execute code:

- **ID** – Unique 64-bit identifier derived from initial code and storage
- **ID** – Unique 120-bit identifier derived from initial code and storage
- **Code** – Immutable smart contract logic defining the account's interface
- **Storage** – Key-value store with up to 256 slots for persistent data
- **Vault** – Container holding fungible and non-fungible assets
Expand Down