Skip to content

nooschain v0.1.0


nooschain / snapshots/snapshot-table-format / appendSnapshotTableRow

Function: appendSnapshotTableRow()

appendSnapshotTableRow(tables, table, row): void

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

Appends one object row to an encoded snapshot table. Useful for tamper tests.

Parameters

tables

EncodedSnapshotTables

table

SnapshotTableName

row

Record<string, unknown>

Returns

void

Audience-first NOOSChain documentation.