UNPKG

@accounter/server

Version:
7 lines (6 loc) 331 B
/** * Compute a stable, tenant-scoped dedup fingerprint from the tenant ID and the * raw message hash. Including tenant_id prevents cross-tenant collisions for * messages with identical content delivered to multiple tenants. */ export declare function computeDedupFingerprint(tenantId: string, rawMessageHash: string): string;