UNPKG

@klayr-did/klayr-verifiable-credentials

Version:

A library for working with W3C verifiable credentials (VC) and verifiable presentations (VP) using Klayr DID

5 lines (4 loc) 284 B
import { JsonLdDocumentLoader } from './jsonld-document-loader'; import { BaseDocumentResolver, DocumentLoaderParam } from '../type'; export declare function createBaseLoader(param?: DocumentLoaderParam): JsonLdDocumentLoader; export declare const httpResolver: BaseDocumentResolver;