UNPKG

@sphereon/ssi-sdk.oid4vci-issuer-store

Version:

8 lines (7 loc) 196 B
/** * @public */ const schema = require('../plugin.schema.json') export { schema } export { OID4VCIStore, oid4vciStoreMethods } from './agent/OID4VCIStore' export * from './types/IOID4VCIStore'