id |
int |
Internal TzKT ID. [sortable] |
[optional] |
level |
int |
Level of the block where the staking update happened. [sortable] |
[optional] |
timestamp |
\DateTime |
Timestamp of the block where the staking update happened. |
[optional] |
cycle |
int |
For `unstake`, `restake`, `finalize` and `slash_unstaked` update types it's freezer cycle, othrewise it's cycle of the block. |
[optional] |
baker |
\Bzzhh\Tzkt\Model\StakingUpdateBaker |
|
[optional] |
staker |
\Bzzhh\Tzkt\Model\StakingUpdateStaker |
|
[optional] |
type |
string |
Staking update type (`stake`, `unstake`, `restake`, `finalize`, `slash_staked`, `slash_unstaked`). |
[optional] |
amount |
int |
Amount (mutez). |
[optional] |
pseudotokens |
string |
Amount of staking pseudotokens minted or burnt. |
[optional] |
rounding_error |
int |
Protocol rounding error, appearing after slashing. |
[optional] |
autostaking_op_id |
int |
Id of the operation, caused the staking update. If all `..OpId` fields are null, then the staking update was produced by the protocol migration. |
[optional] |
staking_op_id |
int |
Id of the operation, caused the staking update. If all `..OpId` fields are null, then the staking update was produced by the protocol migration. |
[optional] |
delegation_op_id |
int |
Id of the operation, caused the staking update. If all `..OpId` fields are null, then the staking update was produced by the protocol migration. |
[optional] |
double_baking_op_id |
int |
Id of the operation, caused the staking update. If all `..OpId` fields are null, then the staking update was produced by the protocol migration. |
[optional] |
double_endorsing_op_id |
int |
Id of the operation, caused the staking update. If all `..OpId` fields are null, then the staking update was produced by the protocol migration. |
[optional] |
double_preendorsing_op_id |
int |
Id of the operation, caused the staking update. If all `..OpId` fields are null, then the staking update was produced by the protocol migration. |
[optional] |