import { getVESS } from "vess-sdk" const streamId = "kj............." const vess = getVESS() const vc = await vess.getEventAttendance(streamId)
streamId: string
Promise<EventAttendanceWithId | undefined>
Last updated 1 year ago