| chain | VARCHAR(8) | The kadena chain name |
| block_creation_time | TIMESTAMP_NTZ(9) | Timestamp when the block was created |
| block_height | NUMBER(38,0) | Height of the block containing this transaction |
| chain_id | NUMBER(38,0) | The unique identifier for the kadena chain |
| transaction_index | NUMBER(38,0) | Index of the transaction within the block |
| request_key | VARCHAR(16777216) | Unique identifier for the transaction request |
| hash | VARCHAR(16777216) | Hash of the transaction |
| code | VARCHAR(16777216) | Transaction code |
| gas | NUMBER(38,0) | Gas used for the transaction |
| result | VARIANT | Result of the transaction execution |
| logs | VARCHAR(16777216) | Transaction logs |
| metadata | VARIANT | Transaction metadata |
| continuation | VARIANT | Continuation information for the transaction |
| transaction_id | NUMBER(38,0) | Unique identifier for the transaction |
| data | VARIANT | Transaction data |
| nonce | VARCHAR(16777216) | Nonce of the transaction |
| meta | VARIANT | Transaction meta information |
| signers | VARIANT | Transaction signers |
| signatures | ARRAY | Transaction signatures |
| block_hash | VARCHAR(16777216) | Hash of the block containing this transaction |
| epoch_start | TIMESTAMP_NTZ(9) | Start timestamp of the epoch |
| network_id | VARCHAR(16777216) | Network identifier |
| event_count | NUMBER(38,0) | Number of events generated by the transaction |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when this record was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when this record was last updated |