UNPKG

@klayr-did/klayr-verifiable-credentials

Version:

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

4 lines (3 loc) 226 B
import { OffChainLoaderOptions } from './type'; import { DocumentLoader } from '@klayr-did/klayr-decentralized-identifier'; export declare function buildOffChainDocumentLoader(options?: OffChainLoaderOptions): DocumentLoader;