Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.21 KB

VdfRevelationOperationAllOf.md

File metadata and controls

25 lines (22 loc) · 2.21 KB

# VdfRevelationOperationAllOf

Properties

Name Type Description Notes
type string Type of the operation, `vdf_revelation` - 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]
cycle int Cycle in which the operation was included [optional]
solution string Vdf solution [optional]
proof string Vdf proof [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]

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