Skip to main content
Schema: aleo.core Table: dim_programs Type: Base Table Dimension table containing information about programs deployed on the network.

Columns

Column NameData TypeDescription
DEPLOYMENT_BLOCK_IDNUMBERThe ID of the block in which this program was deployed.
DEPLOYMENT_BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block in which this program was deployed.
PROGRAM_IDTEXTThe identifier of the program associated with this transition.
EDITIONNUMBERThe edition number of the program.
PROGRAMTEXTThe full program code as a string.
VERIFYING_KEYSVARIANTThe verifying keys associated with the program, used for cryptographic verification.
DIM_PROGRAM_IDTEXT
INSERT_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
INVOCATION_IDTEXT