Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions learn/cheatsheets/transactions-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ invoke_v3_tx_hash = h(
data_availability_modes,
h(account_deployment_data),
h(calldata)
h(proof_facts)
)
```

Where:

- `invoke` is a constant prefix string, encoded in ASCII.
- `chain_id` is a constant value that specifies the network to which this transaction is sent. For more information, see [Chain ID](#chain_id).
- 'proof_facts' are included in the hash computation only when present; otherwise, they are omitted.
- `l1_gas_bounds` is constructed as follows:

$$
Expand Down