mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-30 12:26:15 +00:00
Merge pull request #1353 from mcdee/dev
Add link from DepositData reference to definition
This commit is contained in:
commit
8ac5ea20be
@ -38,7 +38,7 @@ The initial deployment phases of Ethereum 2.0 are implemented without consensus
|
||||
|
||||
### `deposit` function
|
||||
|
||||
The deposit contract has a public `deposit` function to make deposits. It takes as arguments `pubkey: bytes[48], withdrawal_credentials: bytes[32], signature: bytes[96]` corresponding to a `DepositData` object.
|
||||
The deposit contract has a public `deposit` function to make deposits. It takes as arguments `pubkey: bytes[48], withdrawal_credentials: bytes[32], signature: bytes[96]` corresponding to a [`DepositData`](./0_beacon-chain.md#depositdata) object.
|
||||
|
||||
#### Deposit amount
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user