Skip to content

nooschain v0.1.0


nooschain / snapshots/snapshot-types / SnapshotExportOptions

Interface: SnapshotExportOptions

Defined in: snapshots/snapshot-types.ts:54

Options for in-memory snapshot export.

Properties

exportMode?

optional exportMode?: SnapshotExportMode

Defined in: snapshots/snapshot-types.ts:58

Export mode; defaults to consensus-only.


height?

optional height?: number

Defined in: snapshots/snapshot-types.ts:56

Optional block height; currently only the latest height is supported.


outputPath?

optional outputPath?: string

Defined in: snapshots/snapshot-types.ts:60

Optional local output path; when present, metadata is recorded in DB.

Audience-first NOOSChain documentation.