Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 3.53 KB

BakingOperation.md

File metadata and controls

34 lines (31 loc) · 3.53 KB

# BakingOperation

Properties

Name Type Description Notes
type string Type of the operation, `baking` - an operation which contains brief information about a baked (produced) block (synthetic type) [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]
proposer OneOfAlias Baker who proposed the block payload [optional]
producer OneOfAlias Baker who produced the block [optional]
payload_round int Round at which the block payload was proposed [optional]
block_round int Round at which the block was produced [optional]
deposit int Security deposit frozen on the baker's account for producing the block (micro tez) [optional]
reward_delegated int Portion of fixed reward, corresponding to delegated stake, paid to payload proposer's liquid balance (micro tez) (it is not frozen and can be spent immediately). [optional]
reward_staked_own int Portion of fixed reward, corresponding to baker's own stake, paid to payload proposer's own staked balance (micro tez) (it is frozen and belongs to the baker). [optional]
reward_staked_edge int Portion of fixed reward, corresponding to baker's edge from external stake, paid to payload proposer's own staked balance (micro tez) (it is frozen and belongs to the baker). [optional]
reward_staked_shared int Portion of fixed reward, corresponding to baker's external stake, paid to payload proposer's external staked balance (micro tez) (it is frozen and belongs to baker's stakers). [optional]
bonus_delegated int Portion of bonus reward, corresponding to delegated stake, paid to block producer's liquid balance (micro tez) (it is not frozen and can be spent immediately). [optional]
bonus_staked_own int Portion of bonus reward, corresponding to baker's own stake, paid to block producer's own staked balance (micro tez) (it is frozen and belongs to the baker). [optional]
bonus_staked_edge int Portion of bonus reward, corresponding to baker's edge from external stake, paid to block producer's own staked balance (micro tez) (it is frozen and belongs to the baker). [optional]
bonus_staked_shared int Portion of fixed reward, corresponding to baker's external stake, paid to block producer's external staked balance (micro tez) (it is frozen and belongs to baker's stakers). [optional]
fees int Total fee gathered from operations, included into the block [optional]
quote OneOfQuoteShort Injected historical quote at the time of operation [optional]
reward_liquid int [DEPRECATED] [optional]
bonus_liquid int [DEPRECATED] [optional]
reward int [DEPRECATED] [optional]
bonus int [DEPRECATED] [optional]
baker OneOfAlias [DEPRECATED] [optional]
priority int [DEPRECATED] [optional]

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