Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.85 KB

StakingOperation.md

File metadata and controls

32 lines (29 loc) · 2.85 KB

# StakingOperation

Properties

Name Type Description Notes
type string Type of the operation, `staking` [optional]
id int Internal TzKT ID. [sortable] [optional]
level int Height of the block from the genesis [optional]
timestamp \DateTime Datetime at which the block is claimed to have been created (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
hash string Hash of the operation [optional]
sender OneOfAlias Information about the account who has sent the operation [optional]
counter int An account nonce which is used to prevent operation replay [optional]
gas_limit int A cap on the amount of gas a given operation can consume [optional]
gas_used int Amount of gas, consumed by the operation [optional]
storage_limit int A cap on the amount of storage a given operation can consume [optional]
baker_fee int Fee to the baker, produced block, in which the operation was included (micro tez) [optional]
action string Staking action (`stake`, `unstake`, `finalize`) [optional]
requested_amount int Amount passed as the staking operation parameter (micro tez) [optional]
amount int Actually processed amount (micro tez) [optional]
baker OneOfAlias Information about the baker [optional]
staking_updates_count int Number of staking updates happened internally [optional]
status string Operation status (`applied` - an operation applied by the node and successfully added to the blockchain, `failed` - an operation which failed with some particular error (not enough balance, gas limit, etc), `backtracked` - an operation which was successful but reverted due to one of the following operations in the same operation group was failed, `skipped` - all operations after the failed one in an operation group) [optional]
errors \Bzzhh\Tzkt\Model\OperationError[] List of errors provided by the node, injected the operation to the blockchain. `null` if there is no errors [optional]
quote OneOfQuoteShort Injected historical quote at the time of operation [optional]
kind string [DEPRECATED] [optional]
pseudotokens int [DEPRECATED] [optional]
limit_of_staking_over_baking int [DEPRECATED] [optional]
edge_of_baking_over_staking int [DEPRECATED] [optional]
activation_cycle int [DEPRECATED] [optional]

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