Skip to content

Commit b7a4427

Browse files
theekrystalleegitbook-bot
authored andcommitted
No subject
1 parent 54a2858 commit b7a4427

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core-concepts/accounts/account-properties.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
The account ID is the ID of the account **entity** on the Hedera network. The account ID includes the **shard number**, **realm number**, and an **account** <mark style="color:purple;">`<shardNum>.<realmNum>.<account>`</mark>**.** The account ID is used to specify the account in all Hedera transactions and queries. There can be more than one account ID that can represent an account.
66

7+
{% hint style="success" %}
8+
#### Support for Arbitrary Shards & Realms
9+
10+
The Hedera network now supports non-zero realm IDs (such as _`0.100.0`_). This is particularly important for private networks that will populate realm values. The default values for the Hedera network are `shard 0` and `realm 0`. For private networks or other implementations, shard and realm values will be different. Refer to the specific network's documentation for accurate values in your implementation.
11+
{% endhint %}
12+
713
<details>
814

915
<summary><strong>Shard Number</strong></summary>
@@ -53,12 +59,6 @@ The `account` can be one of the following:\
5359
* A realm number must be unique within a shard (but may be reused in different shards)
5460
* An entity number must be unique within a realm (but may be reused in different realms)
5561

56-
{% hint style="success" %}
57-
#### Support for Arbitrary Shards & Realms
58-
59-
The Hedera network now supports non-zero realm IDs (such as _`0.100.0`_). This is particularly important for private networks that will populate realm values. The default values for the Hedera network are `shard 0` and `realm 0`. For private networks or other implementations, shard and realm values will be different. Refer to the specific network's documentation for accurate values in your implementation.
60-
{% endhint %}
61-
6262
### Entity Counter
6363

6464
Each realm maintains a single counter for assigning entity numbers. This ensures that if there is a file with ID `0.1.2`, then there won't be an account or smart contract instance with ID `0.1.2` in the same realm.

0 commit comments

Comments
 (0)