ordspv
    Preparing search index...

    Interface HeaderChainState

    Opaque snapshot of a chain's in-memory state (see captureState/restoreState).

    interface HeaderChainState {
        dirty: boolean;
        headers: readonly BlockHeader[];
        work: bigint;
    }
    Index
    dirty: boolean
    headers: readonly BlockHeader[]
    work: bigint