Skip to content

Commit

Permalink
harmonize the CL-EL representation of the withdrawal amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jan 16, 2023
1 parent 41224ef commit 09e26fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-4895.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Define a new payload-level object called a `withdrawal` that describes withdrawa
`Withdrawal`s are syntactically similar to a user-level transaction but live in a different domain than user-level transactions.

`Withdrawal`s provide key information from the consensus layer:

1. a monotonically increasing `index`, starting from 0, as a `uint64` value that increments by 1 per withdrawal to uniquely identify each withdrawal
2. the `validator_index` of the validator, as a `uint64` value, on the consensus layer the withdrawal corresponds to
3. a recipient for the withdrawn ether `address` as a 20-byte value
Expand Down

0 comments on commit 09e26fe

Please sign in to comment.