OVMRequestWithdrawalPayload
OVMRequestWithdrawalPayload =
object
Defined in: types.ts:620
Payload for requesting withdrawal from OVM contract
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
withdrawalFees | string | request withdrawal fees in wei | types.ts:622 |
ovmAddress | string | OVM contract address | types.ts:625 |
pubKeys | string[] | Array of validator public keys in bytes format | types.ts:628 |
amounts | string[] | Array of withdrawal amounts in gwei (uint64) as strings | types.ts:631 |