@lelantos-org/sdk / fmd / detectionKeyToHex
Function: detectionKeyToHex() โ
ts
function detectionKeyToHex(dk): string;Defined in: @lelantos-org/sdk/dist/fmd/fmd.d.ts:57
Hex-encode a detection key for transport (no 0x prefix โ that's what the server expects on POST /v1/subscriptions).
Parameters โ
| Parameter | Type |
|---|---|
dk | FmdDetectionKey |
Returns โ
string