Skip to content

Commit

Permalink
Update EIPS/eip-7702.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Aug 2, 2024
1 parent 1cc5068 commit 3d3ffca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EIPS/eip-7702.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ authorization_list = [[chain_id, address, nonce, y_parity, r, s], ...]

Transaction is considered invalid if authorization list items can't be decoded as:

* `chain_id` and `nonce`: unsigned 64-bit integer.
* `chain_id`: unsigned 256-bit integer.
* `nonce`: unsigned 64-bit integer.
* `address`: 20 bytes array.
* `y_parity`: Value 0 or 1.
* `r`: 32 bytes array.
Expand Down

0 comments on commit 3d3ffca

Please sign in to comment.