Interface: DeriveStateInput
Defined in: state.ts:20
Properties
host
host: HostIdentity;
Defined in: state.ts:27
localTrialStartedAt?
optional localTrialStartedAt?: number;
Defined in: state.ts:29
kv: license.trial.startedAt — epoch ms of the first production boot.
now
now: number;
Defined in: state.ts:26
Always effectiveNow (docs/15 §8), never the raw wall clock. Epoch ms.
tokenPresent
tokenPresent: boolean;
Defined in: state.ts:24
True when a token string exists at all, even one that failed to verify.
verified?
optional verified?: VerifyResult;
Defined in: state.ts:22
Result of the one verification per boot / per setToken; absent = no token.