@pwngh/economy-lab
    Preparing search index...

    Type Alias ParsedExport

    What parseExport returns, for custom tooling over an export file.

    type ParsedExport = {
        checkpoint: Checkpoint | null;
        lineage: Map<AccountRef, StoredLink[]>;
    }
    Index
    checkpoint: Checkpoint | null

    The embedded signed checkpoint, or null when none had been sealed at export time.

    lineage: Map<AccountRef, StoredLink[]>

    Each account's chain links in lineage order (oldest first), as the file carried them.