aleo.core Table: fact_transitions Type: Base Table
Fact table containing information about all transitions within transactions on the network.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_ID | NUMBER | The block height the block was recorded at. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the block began. |
| TX_ID | TEXT | The unique identifier for the transaction. |
| INDEX | NUMBER | The index of the transition within the transaction. |
| TRANSITION_ID | TEXT | The unique identifier for this specific transition within the transaction. |
| SUCCEEDED | BOOLEAN | |
| TYPE | TEXT | |
| PROGRAM_ID | TEXT | The identifier of the program associated with this transition. |
| FUNCTION | TEXT | The function executed in this transition. |
| INPUTS | VARIANT | The input parameters or data for this transition. |
| OUTPUTS | VARIANT | The input parameters or data for this transition. |
| FACT_TRANSITIONS_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. |
| _INVOCATION_ID | TEXT |