Skip to content

Latest commit

 

History

History
71 lines (68 loc) · 5.9 KB

BakerRewards.md

File metadata and controls

71 lines (68 loc) · 5.9 KB

BakerRewards

Properties

Name Type Description Notes
cycle int Cycle in which rewards were or will be earned. [optional]
staking_balance int Staking balance at the snapshot time. [optional]
active_stake int Active stake participating in rights distribution. [optional]
selected_stake int Total active stake among all selected bakers. [optional]
delegated_balance int Balance delegated to the baker at the snapshot time (sum of delegators' balances). [optional]
num_delegators int Number of delegators at the snapshot time. [optional]
expected_blocks float Expected value of how many blocks baker should produce based on baker's active stake, selected stake and blocks per cycle. [optional]
expected_endorsements float Expected value of how many slots baker should validate based on baker's active stake, selected stake and endorsing slots per cycle. [optional]
future_blocks int Number of blocks which baker is allowed to produce in this cycle based on future baking rights. [optional]
future_block_rewards int Estimated value of future block rewards. [optional]
blocks int Number of successfully baked blocks (both proposed and re-proposed blocks). [optional]
block_rewards int Rewards received for baked blocks (both proposed and re-proposed blocks). [optional]
missed_blocks int Number of missed opportunities to bake block. [optional]
missed_block_rewards int Rewards which were not received due to missing blocks. [optional]
future_endorsements int Number of slots which baker is allowed to validate in this cycle based on future endorsing rights. [optional]
future_endorsement_rewards int Estimated value of future endorsing rewards. [optional]
endorsements int Number of successfully endorsed slots. [optional]
endorsement_rewards int Rewards received for endorsed slots. [optional]
missed_endorsements int Number of not endorsed (missed) slots. [optional]
missed_endorsement_rewards int Rewards which were not received due to missing endorsements. [optional]
block_fees int Operation fees which were harvested from successfully baked blocks. [optional]
missed_block_fees int Operation fees which were not received due to missing blocks. [optional]
double_baking_rewards int Rewards for detecting double baking (accusing someone of producing two different blocks at the same level). [optional]
double_baking_losses int Amount of frozen deposits lost due to double baking [optional]
double_endorsing_rewards int Rewards for detecting double endorsing (accusing someone of validating two different blocks at the same level). [optional]
double_endorsing_losses int Amount of frozen deposits lost due to double endorsing [optional]
double_preendorsing_rewards int Rewards for detecting double preendorsing (accusing someone of prevalidating two different blocks at the same level). [optional]
double_preendorsing_losses int Amount of frozen deposits lost due to double preendorsing [optional]
revelation_rewards int Rewards for including into a block seed nonce revelation operations. [optional]
revelation_losses int Amount of frozen deposits lost due to missing seed nonce revelation (always zero after Ithaca). [optional]
quote OneOfBakerRewardsQuote Injected historical quote at the end of the cycle [optional]
own_blocks int [DEPRECATED] [optional]
extra_blocks int [DEPRECATED] [optional]
missed_own_blocks int [DEPRECATED] [optional]
missed_extra_blocks int [DEPRECATED] [optional]
uncovered_own_blocks int [DEPRECATED] [optional]
uncovered_extra_blocks int [DEPRECATED] [optional]
uncovered_endorsements int [DEPRECATED] [optional]
own_block_rewards int [DEPRECATED] [optional]
extra_block_rewards int [DEPRECATED] [optional]
missed_own_block_rewards int [DEPRECATED] [optional]
missed_extra_block_rewards int [DEPRECATED] [optional]
uncovered_own_block_rewards int [DEPRECATED] [optional]
uncovered_extra_block_rewards int [DEPRECATED] [optional]
uncovered_endorsement_rewards int [DEPRECATED] [optional]
own_block_fees int [DEPRECATED] [optional]
extra_block_fees int [DEPRECATED] [optional]
missed_own_block_fees int [DEPRECATED] [optional]
missed_extra_block_fees int [DEPRECATED] [optional]
uncovered_own_block_fees int [DEPRECATED] [optional]
uncovered_extra_block_fees int [DEPRECATED] [optional]
double_baking_lost_deposits int [DEPRECATED] [optional]
double_baking_lost_rewards int [DEPRECATED] [optional]
double_baking_lost_fees int [DEPRECATED] [optional]
double_endorsing_lost_deposits int [DEPRECATED] [optional]
double_endorsing_lost_rewards int [DEPRECATED] [optional]
double_endorsing_lost_fees int [DEPRECATED] [optional]
revelation_lost_rewards int [DEPRECATED] [optional]
revelation_lost_fees int [DEPRECATED] [optional]
future_block_deposits int [DEPRECATED] [optional]
block_deposits int [DEPRECATED] [optional]
future_endorsement_deposits int [DEPRECATED] [optional]
endorsement_deposits int [DEPRECATED] [optional]

[Back to Model list] [Back to API list] [Back to README]