import { getVESS } from "vess-sdk" const did = "did:pkh:eip155:1:0x........." const vess = getVESS() const work = await vess.getHeldTaskCredentials(did)
did: string
Promise<WithCeramicId<TaskCredential>[]>
Last updated 1 year ago