function getAllAttendeePiiBlobs
getAllAttendeePiiBlobs(): Promise<OwnerKeyEncrypted[]>

Get every attendee's encrypted PII blob (one row per attendee). Used to resolve bulk-email recipient lists, where only the email inside each blob is needed. De-duplication of addresses happens after decryption.

Return Type

Promise<OwnerKeyEncrypted[]>

Usage

import { getAllAttendeePiiBlobs } from "docs/database.ts";