storeSocialLinks()
How to use?
import { getVESS } from "vess-sdk"
const vess = getVESS()
await vess.connect(provider)
const credential = await vess.storeSocialLinks(content),Parameters
Returns
Last updated
import { getVESS } from "vess-sdk"
const vess = getVESS()
await vess.connect(provider)
const credential = await vess.storeSocialLinks(content),content: SocialLinks
Promise< CustomResponse<{ streamId: string | undefined }> >
Last updated