Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.55 KB

RevelationPenaltyOperationAllOf.md

File metadata and controls

19 lines (16 loc) · 1.55 KB

# RevelationPenaltyOperationAllOf

Properties

Name Type Description Notes
type string Type of the operation, `revelation_penalty` - is operation, in which rewards were lost due to unrevealed seed nonces by the delegate (synthetic type) [optional]
id int Unique ID of the operation, stored in the TzKT indexer database [optional]
level int The 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]
baker OneOfAlias Information about the delegate (baker) who has lost rewards due to unrevealed seed nonces [optional]
missed_level int Height of the block, which contains hash of the seed nonce, which was to be revealed [optional]
loss int Reward for baking and gathered fees from the block, which were lost due to unrevealed seed nonces (micro tez) [optional]
quote OneOfQuoteShort Injected historical quote at the time of operation [optional]
lost_reward int [DEPRECATED] [optional]
lost_fees int [DEPRECATED] [optional]

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