Skip to content

Commit bd61280

Browse files
eshabenCopilot
andauthored
Update polkadot-protocol/parachain-basics/accounts.md
Co-authored-by: Copilot <[email protected]>
1 parent c13e749 commit bd61280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polkadot-protocol/parachain-basics/accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `StorageMap` consists of the following parameters:
3434
- **`T: :AccountId`**: Represents the key type, which corresponds to the account’s unique ID.
3535
- **`AccountInfo<T: :Nonce, T::AccountData>`**: The value type stored in the map. For each account ID, the map stores an `AccountInfo` struct containing:
3636

37-
- **`T: :Nonce`**: A nonce for the account, which is incremented with each transaction to ensure transaction uniqueness.
37+
- **`T::Nonce`**: A nonce for the account, which is incremented with each transaction to ensure transaction uniqueness.
3838
- **`T: :AccountData`**: Custom account data defined by the runtime configuration, which could include balances, locked funds, or other relevant information.
3939

4040
- **`ValueQuery`**: Defines how queries to the storage map behave when no value is found; returns a default value instead of `None`.

0 commit comments

Comments
 (0)