Name | Type | Description | Notes |
---|---|---|---|
type | string | Type of the operation, `proposal` - is used by bakers (delegates) to submit and/or upvote proposals to amend the protocol | [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] |
period | OneOfPeriodInfo | Information about the proposal period for which the proposal was submitted (upvoted) | [optional] |
proposal | OneOfProposalAlias | Information about the submitted (upvoted) proposal | [optional] |
delegate | OneOfAlias | Information about the baker (delegate), submitted (upvoted) the proposal operation | [optional] |
voting_power | int | Baker's voting power | [optional] |
duplicated | bool | Indicates whether proposal upvote has already been pushed. Duplicated proposal operations are not counted when selecting proposal-winner. | [optional] |
quote | OneOfQuoteShort | Injected historical quote at the time of operation | [optional] |
rolls | int | [DEPRECATED] | [optional] |