Name | Type | Description | Notes |
---|---|---|---|
type | string | Type of the operation, `endorsement` - is operation, which specifies the head of the chain as seen by the endorser of a given slot. The endorser is randomly selected to be included in the block that extends the head of the chain as specified in this operation. A block with more endorsements improves the weight of the chain and increases the likelihood of that chain being the canonical one. | [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] |
delegate | OneOfAlias | Information about the baker who sent the operation | [optional] |
slots | int | Number of assigned endorsement slots to the baker who sent the operation | [optional] |
deposit | int | Security deposit frozen on the baker's account | [optional] |
rewards | int | Reward of the baker for the operation | [optional] |
quote | OneOfQuoteShort | Injected historical quote at the time of operation | [optional] |