Skip to content

nooschain v0.1.0


nooschain / snapshots/snapshot-table-format / snapshotRowObjectToArray

Function: snapshotRowObjectToArray()

snapshotRowObjectToArray(table, row): JsonValue[]

Defined in: snapshots/snapshot-table-format.ts:108

Converts one object row to a compact row array using the table definition.

Parameters

table

SnapshotTableName

row

Record<string, unknown>

Returns

JsonValue[]

Audience-first NOOSChain documentation.