Skip to content

FreshBootResolution

Defined in: packages/client/src/index.ts:685

The PRE-MINT outcome of resolveFreshBoot: the resolved backend and whether the milestone owes a barrier.

bootHasOpfs: boolean

Defined in: packages/client/src/index.ts:687

Whether the client-owned mint should open the OPFS backend (a classification landing on idb flips this false).


needsCommitmentBarrier: boolean

Defined in: packages/client/src/index.ts:698

Whether an UNCOMMITTED opfs candidate was stood up that the shared commitment barrier must promote at the local-init milestone (runFreshCommitmentBarrier) BEFORE exposure. True only for the two fresh candidate verdicts (virgin-create / delete-candidate-and-rebuild) landing on opfs-repacked; a committed store (open-committed / repair-record-then-open-committed) is already committed (no re-run).


storageBackend: ResolvedStorageBackend

Defined in: packages/client/src/index.ts:689

The resolved backend, for diagnostics (ADR-0049).


optional verdict?: StoreBootVerdict

Defined in: packages/client/src/index.ts:691

The executed boot verdict (absent on the short-circuited non-opfs path).