getCreatedOrganization()

How to use?

import { getVESS } from "vess-sdk"

const did = "did:pkh:eip155:1:0x........."
const vess = getVESS()
const orgs = await vess.getCreatedOrganization(did)

Parameters

did: string

Return

Promise<OrganizationWIthId[] | undefined>

Last updated