nooschain / snapshots/snapshot-types / SnapshotExportOptions
Interface: SnapshotExportOptions
Defined in: snapshots/snapshot-types.ts:54
Options for in-memory snapshot export.
Properties
exportMode?
optionalexportMode?:SnapshotExportMode
Defined in: snapshots/snapshot-types.ts:58
Export mode; defaults to consensus-only.
height?
optionalheight?:number
Defined in: snapshots/snapshot-types.ts:56
Optional block height; currently only the latest height is supported.
outputPath?
optionaloutputPath?:string
Defined in: snapshots/snapshot-types.ts:60
Optional local output path; when present, metadata is recorded in DB.