Table description

Records time limits for smart contract data, enforcing storage expiry rules.

Column Descriptions

ColumnDescriptionType
closed_at_dateThe date when the TTL (Time-to-Live) entry was closed.date
key_hashThe hash of the key used to identify the TTL entry, in binary format.varbinary
live_until_ledger_seqThe ledger sequence number until which the TTL entry remains live.bigint
last_modified_ledgerThe ledger sequence number where the TTL entry was last modified.bigint
ledger_entry_changeIndicates the type of change made to the ledger entry (insert, update, delete).bigint
deletedA boolean indicating whether the TTL entry has been deleted from the ledger.boolean
closed_atThe timestamp when the TTL entry was closed.timestamp(3) with time zone
ledger_sequenceThe sequence number of the ledger in which the TTL entry is included.bigint
updated_atThe time when the TTL record was last updated.timestamp(3) with time zone
ingested_atThe time when the TTL data was ingested into the system.timestamp(3) with time zone

Table Sample