EOAWithdrawalPayload
EOAWithdrawalPayload =
object
Defined in: types.ts:637
Payload for requesting withdrawal from EOA contract
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
pubkey | string | Validator public key in hex format | types.ts:639 |
allocation | number | Withdrawal amount in ETH | types.ts:642 |
requiredFee | string | Required fee in wei | types.ts:645 |