interface Snapshot {
    chunks: number;
    format: number;
    hash: Uint8Array;
    height: bigint;
    metadata: Uint8Array;
}

Properties

chunks: number

Number of chunks in the snapshot

format: number

The application-specific snapshot format

hash: Uint8Array

Arbitrary snapshot hash, equal only if identical

height: bigint

The height at which the snapshot was taken

metadata: Uint8Array

Arbitrary application metadata