You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/architecture-and-concepts/pages/network-architecture/block-structure.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ A Starknet block is a list of transactions and a block header that contains the
9
9
10
10
|`block_number` | `u64` | The number of this block (i.e., its height)
11
11
12
-
| `parent_block_hash` | `felt252` | The xref:#block_hash[hash of the block's parent]
12
+
| `parent_block_hash` | `felt252` | The xref:#block_hash[hash] of the block's parent
13
13
14
-
| `global_state_root` | `felt252` | A xref:../network-architecture/starknet-state.adoc#state_commitment[commitment to the new state]
14
+
| `global_state_root` | `felt252` | A xref:../network-architecture/starknet-state.adoc#state_commitment[commitment] to the new state
15
15
16
16
|`sequencer_address` | `ContractAddress` | The Starknet address of the sequencer that created the block
17
17
@@ -23,13 +23,13 @@ A Starknet block is a list of transactions and a block header that contains the
23
23
24
24
|`state_diff_length`| `u32` | The total amount of storage diffs, nonce updates, deployed contracts, and declared classes
25
25
26
-
|`state_diff_commitment`| `felt252` | A xref:#state_diff_hash[commitment to the state diff of the block]
26
+
|`state_diff_commitment`| `felt252` | A xref:#state_diff_hash[commitment] to the state diff of the block
27
27
28
-
| `transactions_commitment` | `felt252` | A xref:#transactions_events_receipts_commitments[commitment to the transactions included in the block]
28
+
| `transactions_commitment` | `felt252` | A xref:#transactions_events_receipts_commitments[commitment] to the transactions included in the block
29
29
30
-
| `events_commitment` | `felt252` | A xref:#transactions_events_receipts_commitments[commitment to the events included in the block]
30
+
| `events_commitment` | `felt252` | A xref:#transactions_events_receipts_commitments[commitment] to the events included in the block
31
31
32
-
| `receipts_commitment`| `felt252` | A xref:#transactions_events_receipts_commitments[commitment to the receipts of the transactions included in the block]
32
+
| `receipts_commitment`| `felt252` | A xref:#transactions_events_receipts_commitments[commitment] to the receipts of the transactions included in the block
33
33
34
34
| `l1_gas_price` | `(u128, u128)` | The price of L1 gas that was used while constructing the block, where the first value is the price in wei and the second is the price in fri (see xref:./fee-mechanism.adoc[] for more details)
0 commit comments