| ID | TEXT | The unique identifier for the transaction |
| CREATED_AT | TIMESTAMP_NTZ | The timestamp the transaction was created |
| STATUS | TEXT | The status of the transaction |
| AMOUNT | FLOAT | The amount of the transaction |
| DESTINATION_CHAIN_TYPE | TEXT | The type of destination chain |
| EVENT | TEXT | The name of the event |
| SIMPLIFIED_STATUS | TEXT | The simplified status of the transaction |
| CALL | VARIANT | The call object |
| COMMAND_ID | TEXT | The ID of the command |
| FEES | VARIANT | The fees of the transaction |
| GAS_STATUS | TEXT | The gas status of the transaction |
| IS_CALL_FROM_RELAYER | TEXT | Whether the call is from a relayer |
| IS_INVALID_CALL | TEXT | Whether the call is invalid |
| IS_INVALID_DESTINATION_CHAIN | TEXT | Whether the destination chain is invalid |
| IS_TWO_WAY | TEXT | Whether the transaction is two way |
| TIME_SPENT | VARIANT | The time spent object |
| DATA | VARIANT | The raw API response |
| FACT_GMP_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |