Skip to content

Commit

Permalink
Change invoke to INVOKE
Browse files Browse the repository at this point in the history
  • Loading branch information
stoobie authored Apr 2, 2024
1 parent 25b0703 commit 5d12fb2
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})}$$] if the stem:[$i'th$] transaction is an `INVOKE` transaction and stem:[$h(0,0)$] otherwise.
|`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 5d12fb2

Please sign in to comment.