/eth/v1/validator/sync_committee_contribution
Requests that the beacon node produce a sync committee contribution.
A 503 error must be returned if the block identified by the response beacon_block_root
is optimistic (i.e. the sync committee contribution refers to a block that has not been fully verified by an execution engine).
Parameters:
slot-string, The slot for which the block should be proposed.
committee_index-string, The validator's randao reveal value.
beacon_block_root-string, the block root for which to produce the contribution.
Example:
Previous/eth/v1/validator/beacon_committee_selectionsNext/eth/v1/validator/sync_committee_selections
Last updated