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.
Properties
Section titled “Properties”bootHasOpfs
Section titled “bootHasOpfs”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
Section titled “needsCommitmentBarrier”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
Section titled “storageBackend”storageBackend:
ResolvedStorageBackend
Defined in: packages/client/src/index.ts:689
The resolved backend, for diagnostics (ADR-0049).
verdict?
Section titled “verdict?”
optionalverdict?:StoreBootVerdict
Defined in: packages/client/src/index.ts:691
The executed boot verdict (absent on the short-circuited non-opfs path).