Skip to content

Commit 381813f

Browse files
authored
Update block-structure.adoc (#1397)
1 parent 9a0361f commit 381813f

File tree

1 file changed

+6
-6
lines changed
  • components/Starknet/modules/architecture-and-concepts/pages/network-architecture

1 file changed

+6
-6
lines changed

components/Starknet/modules/architecture-and-concepts/pages/network-architecture/block-structure.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ A Starknet block is a list of transactions and a block header that contains the
99

1010
|`block_number` | `u64` | The number of this block (i.e., its height)
1111

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
1313

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
1515

1616
|`sequencer_address` | `ContractAddress` | The Starknet address of the sequencer that created the block
1717

@@ -23,13 +23,13 @@ A Starknet block is a list of transactions and a block header that contains the
2323

2424
|`state_diff_length`| `u32` | The total amount of storage diffs, nonce updates, deployed contracts, and declared classes
2525

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
2727

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
2929

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
3131

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
3333

3434
| `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)
3535

0 commit comments

Comments
 (0)