aleo.core Table: dim_programs Type: Base Table
Dimension table containing information about programs deployed on the network.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| DEPLOYMENT_BLOCK_ID | NUMBER | The ID of the block in which this program was deployed. |
| DEPLOYMENT_BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp of the block in which this program was deployed. |
| PROGRAM_ID | TEXT | The identifier of the program associated with this transition. |
| EDITION | NUMBER | The edition number of the program. |
| PROGRAM | TEXT | The full program code as a string. |
| VERIFYING_KEYS | VARIANT | The verifying keys associated with the program, used for cryptographic verification. |
| DIM_PROGRAM_ID | TEXT | |
| INSERT_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 |