This object represents all the information about the transaction input.
Fields
Name | Type | Description |
---|---|---|
id | UUID | The asset ID. |
blockHash | String | The block hash. |
cumulativeGasUsed | Integer | The information about the cumulative gas used during the transaction. |
gasUsed | Integer | The information about the gas used during the transaction. |
txIndex | Integer | The transaction index. |
txStatus | Enum | Represents the transaction status. The value can either be Pending, Completed, or Failed. |
invoiceItemId | UUID | The invoice Item ID. |