Commit 63f02f96 authored by merklefruit's avatar merklefruit

chore: calldata

parent 1a6a42f6
...@@ -69,7 +69,7 @@ A deposit has the following fields ...@@ -69,7 +69,7 @@ A deposit has the following fields
- `uint64 gas`: The gas limit for the L2 transaction. - `uint64 gas`: The gas limit for the L2 transaction.
- `bool isSystemTx`: If true, the transaction does not interact with the L2 block gas pool. - `bool isSystemTx`: If true, the transaction does not interact with the L2 block gas pool.
- Note: boolean is disabled (enforced to be `false`) starting from the Regolith upgrade. - Note: boolean is disabled (enforced to be `false`) starting from the Regolith upgrade.
- `bytes data`: The normal transaction data. - `bytes data`: The calldata.
In contrast to [EIP-155] transactions, this transaction type: In contrast to [EIP-155] transactions, this transaction type:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment