Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.6 KB

DoubleBakingOperationAllOf.md

File metadata and controls

32 lines (29 loc) · 2.6 KB

# DoubleBakingOperationAllOf

Properties

Name Type Description Notes
type string Type of the operation, `double_baking` - is used by bakers to provide evidence of double baking (baking two different blocks at the same height) by a baker [optional]
id int Unique ID of the operation, stored in the TzKT indexer database [optional]
level int Height of the block from the genesis block, in which the operation was included [optional]
timestamp \DateTime Datetime of the block, in which the operation was included (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
block string Hash of the block, in which the operation was included [optional]
hash string Hash of the operation [optional]
accused_level int Height of the block from the genesis, which was double baked [optional]
slashed_level int Height of the block from the genesis, at which the offender was slashed [optional]
accuser OneOfAlias Information about the baker, produced the block, in which the accusation was included [optional]
reward int Reward of the baker, produced the block, in which the accusation was included [optional]
offender OneOfAlias Information about the baker, accused for producing two different blocks at the same level [optional]
lost_staked int Amount slashed from baker's own staked balance [optional]
lost_unstaked int Amount slashed from baker's own unstaked balance [optional]
lost_external_staked int Amount slashed from baker's external staked balance [optional]
lost_external_unstaked int Amount slashed from baker's external unstaked balance [optional]
staking_updates_count int Number of staking updates happened internally [optional]
quote OneOfQuoteShort Injected historical quote at the time of operation [optional]
rounding_loss int [DEPRECATED] [optional]
offender_loss int [DEPRECATED] [optional]
accuser_reward int [DEPRECATED] [optional]
accuser_rewards int [DEPRECATED] [optional]
offender_lost_deposits int [DEPRECATED] [optional]
offender_lost_rewards int [DEPRECATED] [optional]
offender_lost_fees int [DEPRECATED] [optional]

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