Interface ExportCarOptions

interface ExportCarOptions {
    blockFilter?: Filter;
    onProgress?: ((evt) => void);
    signal?: AbortSignal;
}

Hierarchy

Properties

blockFilter?: Filter

If a filter is passed it will be used to deduplicate blocks exported in the car file

onProgress?: ((evt) => void)

Type declaration

signal?: AbortSignal