Table Columns

Unique Key: transaction_hash, ledger_entry_change_index

Column NameData TypeDescription
ledger_entry_change_typeVARCHARThe type of change made to the ledger entry
ledger_entry_change_indexBIGINTThe index of this specific ledger entry change within the transaction
ledger_entry_typeVARCHARThe type of ledger entry that was changed
ledger_entry_indexVARCHARThe index of this specific ledger entry within the ledger.
ledger_entry_change_dataVARIANTJSON object containing the before and after states of the ledger entry, showing what changed.
ledger_indexBIGINTThe sequence number of the ledger where this change occurred.
ledger_close_timeTIMESTAMP_NTZ(9)The timestamp when the ledger containing this change was closed.
ledger_hashVARCHARThe SHA-512Half hash of the ledger header where this change was recorded.
transaction_hashVARCHARThe hash of the transaction that caused this ledger entry change.
transaction_indexBIGINTThe index of the transaction within the ledger that caused this change.
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated in the database.