/eth/v1/beacon/pool/bls_to_execution_changes
Submits a list of SignedBLSToExecutionChange objects to node's pool. Any that pass validation MUST be broadcast to the network.
Parameters:
None
Request body:
The SignedBLSToExecutionChange objects
Example:
// Request
curl -X POST -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/pool/bls_to_execution_changes
‘
<SignedBLSToExecutionChange object>
’
// Result
Previous/eth/v1/beacon/pool/bls_to_execution_changesNext/eth/v1/builder/states/{state_id}/expected_withdrawals
Last updated
Was this helpful?