import { getVESS } from "vess-sdk" const did = "did:pkh:eip155:1:0x........." const vess = getVESS() const event = await vess.getIssuedEvents(did)
did: string
Promise<EventWithId | undefined>
Last updated 1 year ago