getIssuedEvents()
How to use?
import { getVESS } from "vess-sdk"
const did = "did:pkh:eip155:1:0x........."
const vess = getVESS()
const event = await vess.getIssuedEvents(did)Parameters
Return
Last updated
import { getVESS } from "vess-sdk"
const did = "did:pkh:eip155:1:0x........."
const vess = getVESS()
const event = await vess.getIssuedEvents(did)Last updated