Skip to content

Commit

Permalink
Update DepositData.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKilin authored Nov 19, 2024
1 parent 97ac3ba commit 77aa0c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Required deposit data for validator activation
| `pubkey` | `string` | The public key of the distributed validator. | types.ts:195 |
| `withdrawal_credentials` | `string` | The 0x01 withdrawal address of the DV. | types.ts:198 |
| `amount` | `string` | 32 ethers. | types.ts:201 |
| `deposit_data_root` | `string` | A checksum for DepositData fields . | types.ts:204 |
| `deposit_data_root` | `string` | A checksum for DepositData fields. | types.ts:204 |
| `signature` | `string` | BLS signature of the deposit message. | types.ts:207 |

## Defined in
Expand Down

0 comments on commit 77aa0c0

Please sign in to comment.