DomainTableVersion
Defined in: js-api/src/domains.ts:686
The table's change token (DomainTableClient.version): seq moves by one per write
TRANSACTION that touched the table's rows (not per row), at is when it last moved — null
until the first write.
Properties
| Property | Type | Defined in |
|---|---|---|
at | string | null | js-api/src/domains.ts:688 |
seq | number | js-api/src/domains.ts:687 |