Transactions
Table Columns
Column Name | Description |
---|---|
hash | The hash of the transaction |
transaction_index | Index of the transaction in the block |
version | |
type | The type of the change |
sender | The account from which the transaction was sent |
sequence_number | The sequence of a transaction sent by the specific sender |
success | |
payload | The data that is being carried by a transaction. |
gas_unit_price | The cost per unit of gas, determining the transaction fee paid by the sender for each unit of computational resource consumed |
gas_used | |
max_gas_amount | The maximum amount of gas allocated for the execution of a transaction |
vm_status | |
signature | |
expiration_timestamp_secs | The timestamp indicating the expiration period of a transaction, specifying the time until which the transaction can be included in a block |
events_count | |
changes_count | |
block_hash | Hash of the block containing the transaction |
block_height | Block height of the block containing the transaction |
block_timestamp | Block transaction of the block containing the transaction |
state_change_hash | |
accumulator_root_hash | |
event_root_hash | |
_created_at | Timestamp of the entry creation |
_updated_at | Timestamp of the entry update |
Last updated