For the complete documentation index, see llms.txt. This page is also available as Markdown.

issueEventAttendanceCredential()

How to use?

import { getVESS } from "vess-sdk"

const vess = getVESS()
await vess.connect(provider)
const membership = await vess.issueEventAttendanceCredential(content)

Parameters

content: EventAttendance

Returns

Promise< CustomResponse<{ streamId: string | undefined }> >

Last updated