Name | Type | Description | Notes |
---|---|---|---|
type | string | Type of the operation, `nonce_revelation` - are used by the blockchain to create randomness | [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] |
hash | string | Hash of the operation | [optional] |
baker | OneOfAlias | Information about the delegate (baker), who produced the block with the operation | [optional] |
sender | OneOfAlias | Information about the delegate (baker), who revealed the nonce (sent the operation) | [optional] |
revealed_level | int | Block height of the block, where seed nonce hash is stored | [optional] |
revealed_cycle | int | Cycle for which seed nonce was revealed | [optional] |
nonce | string | Seed nonce hex | [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] |
reward | int | [DEPRECATED] | [optional] |
baker_rewards | int | [DEPRECATED] | [optional] |