@lelantos-org/sdk / services/fmd-server / CreateSubscriptionInput
Interface: CreateSubscriptionInput โ
Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:117
Properties โ
detectionKeyHex โ
detectionKeyHex: string;Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:127
The ฮณ expanded detection scalars, from detectionKeyFor + detectionKeyToHex.
Confers the full detection capability, which cannot be scoped or revoked: h_i is public, so dk = x_i - h_i recovers the root. The server can then identify this recipient's incoming notes, at a 2^-ฮณ false-positive rate, for as long as the key is valid.
gamma โ
gamma: number;Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:128
tokenHex โ
tokenHex: string;Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:136
Capability token for /v1/matches and DELETE /v1/subscriptions, bare 32-byte hex. Build it with deriveSubscriptionToken + subscriptionTokenToHex, never from dk or the detection key: the scalars are x_i = dk + h_i over a publicly computable h_i, so this server can invert either back to dk and mint its own token.