nooschain / snapshots/snapshot-table-format / EncodedSnapshotTable
Interface: EncodedSnapshotTable
Defined in: snapshots/snapshot-table-format.ts:46
One encoded snapshot table in the compact column-array/row-array format.
Properties
columns
columns:
string[]
Defined in: snapshots/snapshot-table-format.ts:48
Ordered field names used by every row array.
rows
rows:
JsonValue[][]
Defined in: snapshots/snapshot-table-format.ts:50
Row values in the exact order described by columns.