File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11get :
22 operationId : getBlockRewards
33 summary : Get block rewards
4- description : Retrieve block reward info for a single block
4+ description : |
5+ Retrieve block reward info for a single block. The rewards value is the sum
6+ of values of the proposer rewards from attestations, sync committees and
7+ slashings included in the proposal.
58 tags :
69 - Beacon
710 - Rewards
Original file line number Diff line number Diff line change @@ -486,8 +486,11 @@ components:
486486 $ref : ' ./types/primitive.yaml#/Wei'
487487 Eth-Consensus-Block-Value :
488488 description : |
489- Consensus rewards paid to the proposer for this block, in Wei. Required in response so
490- client can determine relative value of consensus blocks.
489+ Consensus rewards for this block in Wei paid to the proposer. The
490+ rewards value is the sum of values of the proposer rewards from
491+ attestations, sync committees and slashings included in the proposal.
492+ Required in response so client can determine relative value of
493+ consensus blocks.
491494 required : true
492495 schema :
493496 $ref : ' ./types/primitive.yaml#/Wei'
You can’t perform that action at this time.
0 commit comments