Skip to content

Commit

Permalink
Update components/Starknet/modules/architecture_and_concepts/pages/Ne…
Browse files Browse the repository at this point in the history
…twork_Architecture/header.adoc
  • Loading branch information
stoobie authored Apr 2, 2024
1 parent 5d12fb2 commit 5fde77f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A Starknet block is a list of transactions and a block header that contains the
|`transaction_count` | `Integer` | The number of transactions in the block.
| `transaction_commitment` | `FieldElement` | A commitment to the transactions included in the block.

The root of a height-64 binary Merkle Patricia trie. The leaf at index stem:[$i$] corresponds to stem:[$${h(\text{transaction_hash}, \text{signature})}$$] if the stem:[$i'th$] transaction is an `INVOKE` transaction and stem:[$h(0,0)$] otherwise.
The root of a height-64 binary Merkle Patricia trie. The leaf at index stem:[$i$] corresponds to stem:[$${h(\text{transaction_hash}, \text{signature})}$$].
|`event_count` | `Integer` | The number of events in the block.
| `event_commitment` | `FieldElement` | A commitment to the events produced in the block.

Expand Down

0 comments on commit 5fde77f

Please sign in to comment.