Skip to main content
Schema: aleo.core Table: fact_transitions Type: Base Table Fact table containing information about all transitions within transactions on the network.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the block began.
TX_IDTEXTThe unique identifier for the transaction.
INDEXNUMBERThe index of the transition within the transaction.
TRANSITION_IDTEXTThe unique identifier for this specific transition within the transaction.
SUCCEEDEDBOOLEAN
TYPETEXT
PROGRAM_IDTEXTThe identifier of the program associated with this transition.
FUNCTIONTEXTThe function executed in this transition.
INPUTSVARIANTThe input parameters or data for this transition.
OUTPUTSVARIANTThe input parameters or data for this transition.
FACT_TRANSITIONS_IDTEXTThe unique identifier for each row in the table.
INSERTED_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