Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.13 KB

File metadata and controls

25 lines (22 loc) · 2.13 KB

# DoubleBakingOperation

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 \Tzkt\Model\DoubleBakingOperationAllOfAccuser [optional]
reward int Reward of the baker, produced the block, in which the accusation was included [optional]
offender \Tzkt\Model\DoubleBakingOperationAllOfOffender [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 \Tzkt\Model\DoubleBakingOperationAllOfQuote [optional]

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