type |
string |
Type of the operation, `sr_refute` |
[optional] |
id |
int |
Unique ID of the operation, stored in the TzKT indexer database [sortable] |
[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] |
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] |
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] |
rollup |
OneOfAlias |
Smart rollup to which the operation was sent |
[optional] |
game |
OneOfSrGameInfo |
Refutation game info |
[optional] |
move |
string |
Player's move (`start`, `dissection`, `proof`, `timeout`) |
[optional] |
game_status |
string |
Game status, after player's move (`ongoing`, `loser`, `draw`) |
[optional] |
dissection_start |
int |
The first tick in the dissection range. This field is `null` if `move` is not `dissection. |
[optional] |
dissection_end |
int |
The last tick in the dissection range. This field is `null` if `move` is not `dissection. |
[optional] |
dissection_steps |
int |
Total ticks in the dissection range. This field is `null` if `move` is not `dissection`. |
[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] |