| transaction_key | VARCHAR | The key of the transaction. |
| transaction_value | VARIANT | The value of the transaction. |
| transaction_index | BIGINT | The index of the transaction within the block. |
| transaction_block_digest | VARCHAR | The digest of the transaction block. |
| transaction_block_status | VARCHAR | The status of the transaction block. |
| checkpoint_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the checkpoint. |
| checkpoint_sequence | BIGINT | The sequence number of the checkpoint. |
| checkpoint_digest | VARCHAR | The digest of the checkpoint associated with the transaction. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update |