Skip to content

nooschain v0.1.0


nooschain / snapshots/snapshot-table-format / setSnapshotTableRow

Function: setSnapshotTableRow()

setSnapshotTableRow(tables, table, index, row): void

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

Replaces one encoded row by accepting an object row. Useful for tests.

Parameters

tables

EncodedSnapshotTables

table

SnapshotTableName

index

number

row

Record<string, unknown>

Returns

void

Audience-first NOOSChain documentation.