UNPKG

@sphereon/ssi-sdk.w3c-vc-api-issuer-rest-client

Version:

8 lines (7 loc) 190 B
/** * @public */ const schema = require('../plugin.schema.json') export { schema } export { VcApiIssuerClient } from './agent/VcApiIssuerClient' export * from './types/IVcApiIssuerClient'