Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.92 KB

EndorsingRewardOperationAllOf.md

File metadata and controls

22 lines (19 loc) · 1.92 KB

# EndorsingRewardOperationAllOf

Properties

Name Type Description Notes
type string Type of the operation, `endorsing_reward` [optional]
id int Unique ID of the operation, stored in the TzKT indexer database [optional]
level int Height of the block from the genesis [optional]
timestamp \DateTime Datetime at which the block is claimed to have been created (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
block string Block hash [optional]
baker OneOfAlias Baker expected to receive endorsing reward [optional]
expected int Expected endorsing reward, based on baker's active stake (micro tez) [optional]
reward_delegated int Reward, corresponding to delegated stake, paid to baker's liquid balance (micro tez) (it is not frozen and can be spent immediately). [optional]
reward_staked_own int Reward, corresponding to baker's own stake, paid to baker's own staked balance (micro tez) (it is frozen and belongs to the baker). [optional]
reward_staked_edge int Reward, corresponding to baker's edge from external stake, paid to baker's own staked balance (micro tez) (it is frozen and belongs to the baker). [optional]
reward_staked_shared int Reward, corresponding to baker's external stake, paid to baker's external staked balance (micro tez) (it is frozen and belongs to baker's stakers). [optional]
quote OneOfQuoteShort Injected historical quote at the time of operation [optional]
reward_liquid int [DEPRECATED] [optional]
received int [DEPRECATED] [optional]

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