File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22 operationId : getBlockRewards
33 summary : Get block rewards
44 description : |
5- Retrieve block reward info for a single block. This reward consists of the reward
6- accruing specifically to the block proposer in its proposer role, rather than any
7- other roles it might additionally have in that block .
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 .
88 tags :
99 - Beacon
1010 - 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 for this block in Wei paid to the proposer, attributable specifically to its role as
490- proposer. Required in response so 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