Raw
Ledger Entry Changes
Table Columns
Unique Key: transaction_hash
, ledger_entry_change_index
Column Name | Data Type | Description |
---|---|---|
ledger_entry_change_type | VARCHAR | The type of change made to the ledger entry |
ledger_entry_change_index | BIGINT | The index of this specific ledger entry change within the transaction |
ledger_entry_type | VARCHAR | The type of ledger entry that was changed |
ledger_entry_index | VARCHAR | The index of this specific ledger entry within the ledger. |
ledger_entry_change_data | VARIANT | JSON object containing the before and after states of the ledger entry, showing what changed. |
ledger_index | BIGINT | The sequence number of the ledger where this change occurred. |
ledger_close_time | TIMESTAMP_NTZ(9) | The timestamp when the ledger containing this change was closed. |
ledger_hash | VARCHAR | The SHA-512Half hash of the ledger header where this change was recorded. |
transaction_hash | VARCHAR | The hash of the transaction that caused this ledger entry change. |
transaction_index | BIGINT | The index of the transaction within the ledger that caused this change. |
_created_at | TIMESTAMP_NTZ(9) | Timestamp when this record was created in the database. |
_updated_at | TIMESTAMP_NTZ(9) | Timestamp when this record was last updated in the database. |