Returns a list of tx rollup commit operations.
Type of the operation, tx_rollup_commit
Unique ID of the operation, stored in the TzKT indexer database
The height of the block from the genesis block, in which the operation was included
Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z
)
Hash of the block, in which the operation was included
Hash of the operation
Information about the account who has sent the operation
An account nonce which is used to prevent operation replay
A cap on the amount of gas a given operation can consume
Amount of gas, consumed by the operation
A cap on the amount of storage a given operation can consume
Fee to the baker, produced block, in which the operation was included (micro tez)
Information about the rollup to which the operation was sent
Amount of bonds (micro tez) locked
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)
List of errors provided by the node, injected the operation to the blockchain. null
if there is no errors
Injected historical quote at the time of operation
Returns tx rollup commit operation with specified hash.
Operation hash
Type of the operation, tx_rollup_commit
Unique ID of the operation, stored in the TzKT indexer database
The height of the block from the genesis block, in which the operation was included
Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z
)
Hash of the block, in which the operation was included
Hash of the operation
Information about the account who has sent the operation
An account nonce which is used to prevent operation replay
A cap on the amount of gas a given operation can consume
Amount of gas, consumed by the operation
A cap on the amount of storage a given operation can consume
Fee to the baker, produced block, in which the operation was included (micro tez)
Information about the rollup to which the operation was sent
Amount of bonds (micro tez) locked
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)
List of errors provided by the node, injected the operation to the blockchain. null
if there is no errors
Injected historical quote at the time of operation